v1.6.0 - Extended AI Client Support
What's New
Extended AI Client Support
Added auto-configuration support for 6 new AI clients, bringing the total to 9 supported clients:
| Client | Status |
|---|---|
| Claude Desktop | ✅ Supported |
| Cline (VSCode) | ✅ Supported |
| Continue.dev | ✅ Supported |
| Zed Editor | ✅ NEW |
| Cursor IDE | ✅ NEW |
| Windsurf (Codeium) | ✅ NEW |
| Roo Code (VSCode) | ✅ NEW |
| Claude Code CLI | ✅ NEW |
| Amazon Q Developer | ✅ NEW |
Features
- Automatic detection of installed AI clients
- One-command setup via
npm run setup - Platform-specific config path handling (macOS, Windows, Linux)
- Proper config format handling for each client (e.g., Zed uses
context_servers, others usemcpServers)
Testing
- Added 42 new unit tests for LLM client detection and configuration
- All 958 tests passing