Skip to content
| Marketplace
Sign in
Visual Studio Code>Machine Learning>ExpxAgents — AI Squad OrchestrationNew to Visual Studio Code? Get it now.
ExpxAgents — AI Squad Orchestration

ExpxAgents — AI Squad Orchestration

expxagents

|
5 installs
| (0) | Free
Multi-CLI chat with Claude Code, OpenCode, Gemini & OpenRouter. Orchestrate AI agent squads, run pipelines, and manage teams from VSCode.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

ExpxAgents — AI Squad Orchestration for VSCode

Multi-CLI chat interface with Claude Code, OpenCode, Gemini CLI and OpenRouter — plus full AI squad orchestration, all from within VSCode.

Features

Multi-CLI Chat

Open a chat tab (Cmd+Shift+L) and interact with multiple AI CLIs from one place:

  • Claude Code — Anthropic's coding agent
  • OpenCode — Open-source coding agent
  • Gemini CLI — Google's coding agent
  • OpenRouter — Access 100+ models (GPT-4o, Gemini, DeepSeek, Llama, Mistral...)
  • Auto Mode — Automatically routes your prompt to the best CLI based on task type

Smart Routing

In Auto mode, the extension classifies your prompt and routes it:

  • Analysis tasks (review, explain, debug) -> OpenCode
  • Creation tasks (create, implement, build) -> Claude Code
  • General tasks -> OpenCode (free)

Squad Orchestration

Create and run multi-agent squads directly from VSCode:

  • Visual squad tree with real-time status
  • YAML intellisense for squad.yaml (autocomplete, validation, go-to-definition, hover)
  • Run squads via slash commands (/my-squad)
  • Agent output appears as WhatsApp-style chat bubbles with avatars
  • Interactive checkpoints with approve/reject

Chat UI

  • Neural network animated background
  • WhatsApp-style messages with CLI/agent avatars
  • Markdown rendering with syntax highlighting
  • Streaming responses in real-time
  • Thinking animation while waiting
  • Slash commands for squads and CLI commands
  • Multiple chat tabs

OpenRouter Integration

  • 100+ models from the OpenRouter catalog
  • Searchable model picker with pricing
  • Free models highlighted
  • API key configured once, works in all workspaces

Getting Started

  1. Install the extension
  2. Open any workspace
  3. Press Cmd+Shift+L (or Ctrl+Shift+L) to open the chat
  4. Select a CLI or use Auto mode
  5. Start chatting!

For Squad Orchestration

  1. Run ExpxAgents: Init Project from the command palette
  2. Create squads in the squads/ directory
  3. Use the ExpxAgents sidebar to manage squads and agents

For OpenRouter

  1. Click the settings icon in the chat toolbar
  2. Enter your OpenRouter API key
  3. Select a model from the dropdown

Requirements

At least one of these CLIs should be installed:

  • Claude Code — npm install -g @anthropic-ai/claude-code
  • OpenCode — npm install -g opencode
  • Gemini CLI — npm install -g @google/gemini-cli
  • ExpxAgents CLI — npm install -g expxagents (for OpenRouter)

Commands

Command Shortcut Description
ExpxAgents: Open Chat Cmd+Shift+L Open a new chat tab
ExpxAgents: Run Squad - Run a squad
ExpxAgents: Create Squad - Create a new squad
ExpxAgents: Init Project - Initialize ExpxAgents in workspace
ExpxAgents: Start Server - Start the orchestration server
ExpxAgents: Open Dashboard - Open the web dashboard

Settings

Setting Description
expxagents.openRouter.apiKey OpenRouter API key
expxagents.openRouter.model Default OpenRouter model

License

MIT

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