Summary
- Add support for 4 additional coding assistants alongside Claude Code and OpenCode
- Full MCP sync support for all 6 editors (global and project-level)
- Improved editor detection via PATH binary checks
Supported Editors (6 total)
| Editor | Config Location | Format | Badge |
|---|---|---|---|
| Claude Code | ~/.claude.json
| JSON | Orange C |
| OpenCode | ~/.config/opencode/opencode.json
| JSON | Emerald O |
| Codex CLI | ~/.codex/config.toml
| TOML | Lime X |
| Copilot CLI | ~/.copilot/mcp-config.json
| JSON | Purple G |
| Cursor | ~/.cursor/mcp.json
| JSON | Cyan U |
| Gemini CLI | ~/.gemini/settings.json
| JSON | Sky M |
Changes
- New Files: Path utilities and config parsers/writers for Codex, Copilot, Cursor, and Gemini
- Detection: Check for binaries in PATH (not just config directories)
- Sync: Global and project MCPs sync to all enabled editors automatically
- UI: Distinct badge colors for each editor in Settings