The loop is append-only, aligned to DeepSeek's byte-stable prefix cache — so long sessions hold 90%+ cache hit and input-token cost collapses to ~1/5. Terminal-first. 运行循环 append-only,对齐 DeepSeek 字节稳定的 prefix-cache —— 长会话缓存命中 90%+,输入 token 成本降到 约 1/5。终端优先。
v0.53 — the stable line, runs on Node. v1.5.0 — the Go rewrite, one binary, no Node, in preview. v1.5.0 release notes → v0.53 —— 稳定线,基于 Node。v1.5.0 —— Go 重写、单二进制、无需 Node,预览中。v1.5.0 更新说明 →
★ Star on GitHub★ 在 GitHub 点星Append-only history aligned to DeepSeek's prefix cache. 90%+ hit on long sessions; input tokens bill at ~1/5.
append-only 历史对齐 DeepSeek prefix-cache。长会话 90%+ 命中,输入 token 约 1/5 计费。
CGO-free, cross-compiled for darwin/linux/windows × amd64/arm64. No Node runtime.
无 CGO,交叉编译覆盖 darwin/linux/windows × amd64/arm64。运行不需要 Node。
stdio, SSE, streamable HTTP. External servers merge their tools into one registry under a prefix.
stdio、SSE、streamable HTTP。外部服务器的工具以前缀合并进同一 registry。
Writers are jailed to the workspace; /plan gates the session read-only until you approve.
写工具被关进工作区;/plan 进只读门,批准前不写盘。
explore / research / review / security-review agents, plus Markdown skill scripts with isolated tools.
explore / research / review / security-review 子智能体,加 Markdown 技能脚本与隔离工具。
Not another IDE plugin. git diff handles diffs, ls handles trees — the terminal is the workspace.
不是又一个 IDE 插件。diff 交给 git diff —— 终端就是工作面板。
Most agents pay full price for the same growing prompt every turn. Reasonix keeps the prefix byte-identical so DeepSeek's cache does the heavy lifting.多数 agent 每回合都为同一段不断增长的 prompt 付全价。Reasonix 让前缀逐字节稳定,让 DeepSeek 的缓存替你扛下来。
Point it at api.deepseek.com and leave it running.对接 api.deepseek.com,留它一直跑着。