Skip to content

Commit aa7dc9d

Browse files
committed
roadmap: replace Phase 40 with Code Editor Compatibility
Phase 40 now covers first-class integration with every major editor: Zed, JetBrains (IntelliJ/PyCharm/PhpStorm/WebStorm/GoLand/Rider), Neovim, Vim, Sublime Text, Emacs, Helix, Cursor, Windsurf, Eclipse. All editors share the same MCP server / HTTP bridge protocol.
1 parent 5c71ddf commit aa7dc9d

2 files changed

Lines changed: 23 additions & 13 deletions

File tree

ROADMAP.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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
652657
Multiple AI agents sharing one CodexA instance. Multi-IDE support beyond

docs/guide/roadmap.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,19 @@ Planned improvements for CodexA, organized by priority.
5757
| GitHub Releases | Standalone binaries for every platform |
5858
| Docker image | Production multi-stage image with pre-loaded models |
5959

60-
### Phase 40 — Remote / Cloud Mode & Team Features
60+
### Phase 40 — Code Editor Compatibility
6161

6262
| Feature | Description |
6363
|---------|-------------|
64-
| Team REST API | Shared index server with API key auth |
65-
| Rate limiting | Per-user RPM/TPM limits |
66-
| Team dashboard | Search analytics, popular queries, index health |
67-
| CI plugin | GitHub/GitLab quality gates on PRs |
64+
| Zed extension | Native Zed MCP client integration |
65+
| JetBrains plugin | IntelliJ, PyCharm, PhpStorm, WebStorm, GoLand, Rider |
66+
| Neovim integration | telescope.nvim picker + LSP |
67+
| Vim plugin | Vimscript/Lua with quickfix integration |
68+
| Sublime Text package | Command palette, goto-symbol, inline annotations |
69+
| Emacs package | helm/ivy completion, org-mode, flycheck |
70+
| Helix integration | LSP + MCP config guide |
71+
| Cursor / Windsurf | Verified MCP setup guides |
72+
| Eclipse plugin | Java/PHP developer support |
6873

6974
### Phase 41 — Multi-Agent Orchestration & IDE v2
7075

0 commit comments

Comments
 (0)