Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Phoenix AgentNew to Visual Studio Code? Get it now.
Phoenix Agent

Phoenix Agent

Aigle Blanc Tech

| (0) | Free
AI-powered multi-platform messaging agent
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Phoenix Agent

AI-powered multi-platform messaging agent that runs inside VS Code. Ask anything in natural language and Phoenix decides the right action — answering, searching the web, or preparing a Telegram / Gmail draft for you to review and send.

Phoenix Agent

Features

  • Multi-provider LLM support — NVIDIA, OpenAI, and Groq backends with a per-chat model picker.
  • Smart step routing — queries are classified and routed to the right tool:
    • general — direct AI answers
    • web_search — real-time web results (Tavily / Serper)
    • telegram — draft a Telegram message for your chat IDs
    • gmail — draft an email for your recipients
  • Draft & review flow — AI writes the message, you edit and approve before it is sent.
  • Full RTL support — correct editing and rendering for Persian, Arabic, Hebrew, and other RTL languages.
  • Session persistence — chat history stored in MongoDB (sessions + messages) with a left sidebar, rename-on-first-message, and per-session delete.
  • Dark, chat-style UI with a sidebar, session list, and a brand footer.

Requirements

  • VS Code 1.85.0 or newer
  • MongoDB running locally (default mongodb://127.0.0.1:27017) or any MongoDB URI you set
  • API keys for the services you want to use (see Settings below)

Usage

  1. Open the command palette (Ctrl+Shift+P) and run Phoenix: Open Agent Panel.
  2. Configure your API keys and MongoDB URI via Settings → Extensions → Phoenix Agent, or click the ⚙️ button in the panel.
  3. Type your request and hit ↑ / Enter.

Configuration

Setting Description
phoenix.nvidiaApiKey NVIDIA API key (build.nvidia.com)
phoenix.openaiApiKey OpenAI API key
phoenix.groqApiKey Groq API key (groq.com)
phoenix.telegramApiKey Telegram bot token
phoenix.gmailUser Your Gmail address (used with an App Password)
phoenix.gmailAppPassword Gmail App Password (https://myaccount.google.com/apppasswords)
phoenix.tavilyApiKey Tavily API key for web search
phoenix.serperApiKey Google Serper API key for web search
phoenix.mongodbUri MongoDB connection string used to store chat sessions and history
phoenix.chatHistoryLimit Max recent messages included as agent context
phoenix.theme UI theme (light / dark)
phoenix.fontSize UI font size
phoenix.typography UI font family

Gmail note: Sending uses your Gmail account with an App Password, not your normal password.

Telemetry & Privacy

No tracking, no analytics. Your chat history is stored only in your own MongoDB instance.

License

MIT

© 2026 Aigle Blanc Tech. All rights reserved.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft