@@ -636,17 +636,22 @@ works on every platform with zero compilation.
636636| ** GitHub Releases** | Standalone binaries via PyInstaller for each platform |
637637| ** Docker image** | Production multi-stage image with pre-loaded models |
638638
639- ### Phase 40: Remote / Cloud Mode & Team Features
640- Package CodexA as a shared server for teams. Authentication, dashboards, and
641- collaborative search .
639+ ### Phase 40: Code Editor Compatibility
640+ First-class integration with every major code editor and IDE — not just
641+ VS Code. Native plugins sharing the same MCP/bridge server .
642642
643643| Feature | Description |
644644| ---------| -------------|
645- | ** Team REST API** | Shared index server with API key authentication |
646- | ** Rate limiting** | Per-user RPM/TPM limits on the shared server |
647- | ** Team dashboard** | Web UI showing search analytics, popular queries, index health |
648- | ** GitHub / GitLab CI plugin** | ` codexa quality ` on PRs, block merges on regressions, inline review comments |
649- | ** PR diff-aware indexing** | Only re-index changed files in CI |
645+ | ** Zed extension** | Zed-native extension using Zed's built-in MCP client and language server protocol |
646+ | ** JetBrains plugin** | IntelliJ IDEA, PyCharm, PhpStorm, WebStorm, GoLand, Rider — unified plugin via IntelliJ Platform SDK |
647+ | ** Neovim integration** | Lua plugin with telescope.nvim picker, LSP integration, and floating preview windows |
648+ | ** Vim plugin** | Lightweight Vimscript/Lua plugin for classic Vim with quickfix integration |
649+ | ** Sublime Text package** | Sublime Text 4 plugin with command palette, goto-symbol, and inline annotations |
650+ | ** Emacs package** | ` codexa.el ` package with helm/ivy completion, org-mode integration, and flycheck support |
651+ | ** Helix integration** | Helix editor LSP + MCP configuration guide and tested setup |
652+ | ** Cursor / Windsurf** | Documented MCP setup guides and verified configs |
653+ | ** Eclipse plugin** | Eclipse IDE plugin for Java/PHP developers |
654+ | ** Shared protocol** | All editors use the same MCP server / HTTP bridge — consistent behavior everywhere |
650655
651656### Phase 41: Multi-Agent Orchestration & IDE v2
652657Multiple AI agents sharing one CodexA instance. Multi-IDE support beyond
0 commit comments