Skip to content

v1.6.0 - Extended AI Client Support

Choose a tag to compare

@YosefHayim YosefHayim released this 09 Jan 12:09
· 256 commits to main since this release

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 use mcpServers)

Testing

  • Added 42 new unit tests for LLM client detection and configuration
  • All 958 tests passing

Full Changelog

v1.5.1...v1.6.0