mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
traecli publishes its slash commands and skills asynchronously via the standard ACP available_commands_update notification ~400ms after session/new resolves. Because the catalog entry runs through the plain GenericACPAgentClient (waitForInitialCommands defaults to false), listCommands() resolves before that first batch arrives and the Paseo UI shows an empty slash menu — intermittently, depending on whether the menu is opened inside the ~400ms race window. Add a thin TraeACPAgentClient that sets waitForInitialCommands: true (10s timeout) and wire it into the extends:"acp" derived-provider branch, mirroring CursorACPAgentClient exactly. Cursor has the identical async-commands behavior; this reuses that adopted pattern rather than introducing anything provider- specific. Unlike Kiro (#1792), traecli uses the standard available_commands_update update type, so no extensionCommandsParser is needed.
4.2 KiB
4.2 KiB
title, description, nav, order, category
| title | description | nav | order | category |
|---|---|---|---|---|
| Supported providers | Every coding agent Paseo can launch, natively supported providers and the ACP catalog. | Supported providers | 21 | Providers |
Supported providers
For the concept and how Paseo manages providers, see Providers. To add or configure your own, see Custom providers.
Native support
Work out of the box once the underlying CLI is installed and authenticated.
- Claude Code. Anthropic's coding agent with MCP support, streaming, and deep reasoning.
- Codex CLI. OpenAI's workspace agent with sandbox controls and optional network access.
- OpenCode. Open-source coding assistant with multi-provider model support.
- pi. Minimal terminal-based coding agent with multi-provider LLM support.
ACP catalog
Pick any of these from the in-app provider catalog. Each entry is a one-click install of the underlying CLI.
- Agoragentic, agent marketplace with 174+ AI capabilities.
- Amp, frontier coding agent.
- Auggie CLI, Augment Code's agent backed by their context engine.
- Autohand Code, Autohand AI's coding agent.
- Cline, autonomous coding agent.
- Codebuddy Code, Tencent Cloud's coding tool.
- CodeWhale, terminal coding agent for DeepSeek V4 and open models.
- Cortex Code, Snowflake's coding agent.
- Corust Agent, Rust-focused coding partner.
- crow-cli, minimal ACP-native coding agent.
- Cursor, Cursor's coding agent.
- DeepAgents, LangChain-powered coding agent.
- DimCode, multi-model coding agent.
- Dirac, open-source agent with hash-anchored parallel edits.
- Factory Droid, Factory AI's coding agent.
- fast-agent, multi-provider coding agent.
- Gemini CLI, Google's official Gemini CLI.
- GitHub Copilot, GitHub's AI pair programmer via ACP.
- GLM Agent, Zhipu AI's GLM coding agent.
- goose, Block's local open-source AI agent.
- Grok, xAI's Grok Build agentic coding CLI.
- Hermes Agent, Nous Research's self-improving agent.
- Junie, JetBrains' coding agent.
- Kilo Code, open-source coding agent.
- Kimi Code CLI, Moonshot AI's coding assistant.
- Minion Code, Minion-framework coding agent.
- Mistral Vibe, Mistral's open-source CLI assistant.
- Nova, Compass AI's software engineer.
- Poolside, Poolside's coding agent.
- Qoder, agentic coding assistant.
- Qwen Code, Alibaba's Qwen coding assistant.
- siGit Code, local-first coding agent with optional on-device LLM.
- Stakpak, Rust-based DevOps agent.
- TRAE CLI, ByteDance's official TRAE coding agent.
- VT Code, open-source multi-provider coding agent.
The in-app catalog is the canonical, version-pinned source. Anything not listed here can still be added manually, see Custom providers.