AI Features
Fully useful without AI. Every core feature — health score, the review loop, code quality, dependency audits, the CLI, MCP integration — works with zero AI setup. AI adds explain / summarize / draft capabilities on top; it never gates anything load-bearing.How it works — keyless, driven
Reikon never holds an API key or makes an AI network call. Instead it drives a coding-agent CLI you already have. You pick which one in Settings → AI, where Reikon scans for installed tools:- Claude Code, Codex, or Gemini — a coding-agent CLI you’ve already signed into. Reikon spawns it for a one-shot completion; the tool owns its own auth, billing, and model (Reikon just shows you which model answered).
The one-shot invocation flags per CLI are best-effort and can drift as each tool changes its headless interface — if a feature stops answering, check that the CLI runs from your shell.
What AI unlocks
- Duplicate contributor detection — suggests merges when the same person appears under multiple git identities (different name spelling, work vs. personal email)
- Health signal explanations — plain-English reasoning behind why a signal scored the way it did
- Commit message suggestions — rewrites for messages flagged as low-quality
- TODO categorization — sorts TODOs into bug / debt / feature / question
- Duplicate code explanations — what a flagged duplicate block actually does
- Circular dependency explanations — why a detected import cycle matters
- Executive summary / standup copy — a 2–3 sentence plain-English summary of current repo state, written for sharing
- Snapshot narrative — what changed between two points in time, in prose
- Commit convention advice — suggestions for adopting more consistent commit message conventions
- Goal drafting — turns a plain-language goal (“fewer useEffects”) into a precise, countable rule you confirm before saving