Skip to content

v0.19.0 — AI CLI Tool Integration (Copilot, Codex, Cursor)

Choose a tag to compare

@unrealandychan unrealandychan released this 30 May 02:00
· 77 commits to main since this release

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 + rules

New MCP tools

  • list_wiki_pages — enumerate all wiki pages
  • get_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.