What
First-class support for agents other than Claude Code / Claude Desktop: OpenCode, Codex CLI, Gemini CLI, and generic MCP clients.
Promised in the Show HN thread ("planning to make it opencode friendly").
Current state
Nothing about the architecture is Claude-specific — project.json, the REST API, and the MCP server are all standard. What's Claude-shaped is the documentation: the agent manual lives in CLAUDE.md and the README's setup instructions only show claude mcp add.
Plan
- Add an
AGENTS.md (the emerging cross-tool convention) that points to the same manual, so OpenCode/Codex/etc. pick it up automatically
- README: setup snippets for at least OpenCode and one generic MCP client config alongside the existing Claude instructions
- Verify the MCP server works against a second client and note any quirks
- Keep one source of truth for the manual — the other files should reference it, not fork it
Done when
A non-Claude agent can be pointed at the repo and drive the editor end-to-end using only checked-in docs.
What
First-class support for agents other than Claude Code / Claude Desktop: OpenCode, Codex CLI, Gemini CLI, and generic MCP clients.
Promised in the Show HN thread ("planning to make it opencode friendly").
Current state
Nothing about the architecture is Claude-specific —
project.json, the REST API, and the MCP server are all standard. What's Claude-shaped is the documentation: the agent manual lives inCLAUDE.mdand the README's setup instructions only showclaude mcp add.Plan
AGENTS.md(the emerging cross-tool convention) that points to the same manual, so OpenCode/Codex/etc. pick it up automaticallyDone when
A non-Claude agent can be pointed at the repo and drive the editor end-to-end using only checked-in docs.