Main
Use
codemode when you want filesystem + shell tools gated behind explicit apply/review (README highlights SEARCH/REPLACE → /apply style).Keep it running for long sessions: the project emphasizes cache hit-rate and prefix stability as the core invariant, not a toggle.
Start with
reasonix doctorif things feel off (Node/version/API key/MCP wiring) before debugging prompts or configs.
Source-backed notes
- README install section uses
npx reasonix codeand requires Node ≥ 22, with first-run API key prompt. - README describes a real-day case study (2026-05-01) with 435M input tokens and a 99.82% cache hit rate.
- README lists core commands (
code,chat,run,doctor,update) and points to a CLI reference for more.
FAQ
- Is it multi-model?: No — README positions it as DeepSeek-only to preserve cache invariants.
- How do I start in another directory?: README shows
npx reasonix code --dir /path/to/project. - Why is it cheaper in long sessions?: README ties cost control to prefix-cache hit rate and stable loops; validate on your own workloads.