v0.19.0 — AI CLI Tool Integration (Copilot, Codex, Cursor)
What's new
AI CLI tool integration
One command to configure all major AI coding assistants via MCP:
reki init --with-all-ai # Copilot + Codex + Cursor in one step
reki init --with-copilot # GitHub Copilot — .vscode/mcp.json
reki init --with-codex # Codex CLI — .codex/instructions.md
reki init --with-cursor # Cursor — .cursor/mcp.json + rulesNew MCP tools
list_wiki_pages— enumerate all wiki pagesget_wiki_page— read a specific wiki page by name
Per-tool agent instructions
CLAUDE.md, AGENTS.md, and .github/copilot-instructions.md now each contain tool-specific MCP setup instructions.
See CHANGELOG.md for full details.