Discover and explore top open-source AI tools and projects—updated daily.
formulahendryVS Code extension for connecting to diverse AI coding agents
Top 98.2% on SourcePulse
Summary
This VS Code extension provides a client for the Agent Client Protocol (ACP), enabling seamless integration with numerous AI coding agents like Claude, Copilot, Gemini, and Qwen directly within the editor. It targets developers and researchers seeking to leverage multiple AI coding assistants, offering a unified interface to switch between agents, manage conversations, and utilize their capabilities for enhanced productivity.
How It Works
The extension acts as an ACP client, communicating with AI agents via JSON-RPC 2.0 over standard input/output. Its modular architecture separates core logic, handlers (for file system, terminal, permissions), UI components, and configuration management. This design facilitates extensibility and supports advanced features such as dynamic rendering of agent-advertised session configurations, interactive chat interfaces with Markdown support, and visualization of agent reasoning processes.
Quick Start & Requirements
npx.Highlighted Details
Maintenance & Community
The provided README does not detail specific contributors, sponsorships, or community channels (like Discord/Slack). It references the Agent Client Protocol GitHub repository for protocol-related information.
Licensing & Compatibility
Limitations & Caveats
Agents must be accessible via the system's PATH or npx. Some agents may necessitate additional authentication configurations. The file attachment feature is currently non-functional. The Hermes Agent has platform-specific installation requirements (Linux/macOS/WSL2 only).
1 week ago
Inactive