# Reasonix — DeepSeek-Native Coding Agent CLI > Reasonix is a DeepSeek-native coding agent CLI for the terminal; README reports a 99.82% cache hit in a real-day case study. ## Install Copy the content below into your project: ## Quick Use ```bash cd my-project npx reasonix code # (first run) paste DeepSeek API key when prompted ``` ## Intro Reasonix is a DeepSeek-native coding agent CLI for the terminal; README reports a 99.82% cache hit in a real-day case study. **Best for:** Long coding sessions where you want stable tool loops and lower token costs **Works with:** Node.js ≥22, DeepSeek API key, Windows/macOS/Linux terminals **Setup time:** 2-6 minutes ### Key facts (verified) - GitHub: 1612 stars · 95 forks · pushed 2026-05-13. - License: MIT · owner avatar + repo URL verified via GitHub API. - README-verified entrypoint: `npx reasonix code # paste a DeepSeek API key on first run; persists after`. ## Main - Use `code` mode 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 doctor` if things feel off (Node/version/API key/MCP wiring) before debugging prompts or configs. ### Source-backed notes - README install section uses `npx reasonix code` and 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. ## Source & Thanks > Source: https://github.com/esengine/DeepSeek-Reasonix > License: MIT > GitHub stars: 1612 · forks: 95 --- ## Quick Use ```bash cd my-project npx reasonix code # (first run) paste DeepSeek API key when prompted ``` ## Intro Reasonix 是面向终端的 DeepSeek 原生编码 agent:围绕 prefix-cache 稳定性设计;README 给出真实单日案例(99.82% cache hit,成本约 $12 vs $61)。用 `npx reasonix code` 即可启动。 **Best for:** 需要长会话、希望控制 token 成本且保持工具循环稳定的开发者 **Works with:** Node.js ≥22、DeepSeek API key、Windows/macOS/Linux 终端 **Setup time:** 2-6 minutes ### Key facts (verified) - GitHub:1612 stars · 95 forks;最近更新 2026-05-13。 - 许可证:MIT;作者头像与仓库链接均已通过 GitHub API 复核。 - README 中核对过的入口命令:`npx reasonix code # paste a DeepSeek API key on first run; persists after`。 ## Main - 需要文件系统与 shell 工具时用 `code` 模式(README 强调 SEARCH/REPLACE 后再 `/apply`,落盘有审阅门)。 - 适合长时间常驻:项目把 cache hit 与 prefix 稳定性当作系统不变量,而不是开关功能。 - 环境不对劲先跑 `reasonix doctor`(Node/版本/API key/MCP 接线)再去调 prompt 或配置。 ### Source-backed notes - README 安装章节:在项目目录执行 `npx reasonix code`,要求 Node ≥ 22,首次会提示粘贴 API key。 - README 给出真实单日案例(2026-05-01):435M input tokens、99.82% cache hit。 - README 列出核心命令(`code`/`chat`/`run`/`doctor`/`update`),并给出 CLI reference 入口。 ### FAQ - **支持多模型吗?**:不支持。README 将其定位为 DeepSeek-only,以保持 cache 不变量。 - **怎么在别的目录启动?**:README 示例:`npx reasonix code --dir /path/to/project`。 - **为什么长会话更省钱?**:README 将成本控制归因于 cache hit 与稳定循环;建议在你自己的负载上复核。 ## Source & Thanks > Source: https://github.com/esengine/DeepSeek-Reasonix > License: MIT > GitHub stars: 1612 · forks: 95 --- Source: https://tokrepo.com/en/workflows/reasonix-deepseek-native-coding-agent-cli Author: Script Depot