Install
Use a global install only when you want a reusable local command; npx still works for a trial run.
npm i -g reasonix@nextInstall Reasonix
npm i -g reasonix@nextcd /path/to/my-project npx reasonix code
Use a global install only when you want a reusable local command; npx still works for a trial run.
npm i -g reasonix@nextStart inside the target project so files, command output, and project memory attach to the right repository.
cd your-project && reasonix codeDescribe the goal in plain language; Reasonix can plan first and keep the diff reviewable.
> refactor the auth flowUse read-only planning when you want to review the approach before write operations.
/plan onSwitch for a hard refactor or a long debugging path that needs more model effort.
/proCheck API, config, hooks, and project state when startup fails.
/doctorUse a global install only when you want a reusable local command; npx still works for a trial run.
npm i -g reasonix@nextStart inside the target project so files, command output, and project memory attach to the right repository.
cd your-project && reasonix codeDescribe the goal in plain language; Reasonix can plan first and keep the diff reviewable.
> refactor the auth flowUse read-only planning when you want to review the approach before write operations.
/plan onSwitch for a hard refactor or a long debugging path that needs more model effort.
/proCheck API, config, hooks, and project state when startup fails.
/doctorОбзор продукта
По сравнению с generic OpenAI-compatible tools, Reasonix спроектирован вокруг DeepSeek path: low-cost iteration by default и stronger reasoning when needed.
По сравнению с agents, которые заново тратят большой context на каждом turn, Reasonix лучше подходит для sustained debugging, refactors и multi-hour work.
По сравнению с tools, привязанными к IDE или web app, Reasonix запускается из project terminal и также предлагает desktop client.
По сравнению с agents, которые сразу редактируют файлы, Reasonix сначала показывает plan, затем подтверждает risky changes, commands и write boundaries.
По сравнению с fixed-function agents, Reasonix может подключать external tools и сохранять project-specific skills и memory.
По сравнению с one-shot chats, history, branches, checkpoints и command process лучше подходят для debugging, handoff и resume.
Руководства DeepSeek
Глубокие статьи
Практический Reasonix onboarding: Node.js, DeepSeek API key, npx startup, local config, TUI commands и source verification.
Reasonix cache-first loop, DeepSeek prefix cache, append-only history, low-frequency compaction и cache-hit observability.
Reasonix, Claude Code, Codex и generic AI CLI через setup, cache behavior, permissions, provider strategy и long-running work.
Чем Reasonix отличается от model-wrapper CLIs по architecture, cache handling, repair behavior, MCP, sandboxing, replay и long-session control.