@huangjinbo: Reasonix 真的很优秀,不要被它的项目名字(DeepSeek-Reasonix)所误导了,只要中转站支持 OpenAI-compatible 都可以支持...再次推荐。主要是它的技能、记忆、Hooks、MCP等功能都很好用...它被…
摘要
Reasonix(原名DeepSeek-Reasonix)是一个基于Go语言开发的AI编码代理CLI工具,支持技能、记忆、Hooks、MCP等功能,可替代OpenCode。
查看缓存全文
缓存时间: 2026/06/16 19:41
Reasonix 真的很优秀,不要被它的项目名字(DeepSeek-Reasonix)所误导了,只要中转站支持 OpenAI-compatible 都可以支持…再次推荐。主要是它的技能、记忆、Hooks、MCP等功能都很好用…它被我用于替代OpenCode 了 https://t.co/yPoMJfDrAY https://t.co/MMlvnxjYey
esengine/DeepSeek-Reasonix
Source: https://github.com/esengine/DeepSeek-Reasonix
English · 简体中文 · Guide · Spec · Website · Discord
Reasonix 1.0 is a ground-up rewrite in Go — this branch (
main-v2) is the new default and where development happens now. The earlier0.xTypeScript releases are legacy, living on thev1branch (maintenance only). See the migration guide.npm i -g reasonixstays the install command —1.0.0+ delivers the Go binary,0.xis the legacy TS build.
A DeepSeek-native AI coding agent for your terminal.
A config- and plugin-driven harness — a single static Go binary, tuned around DeepSeek's prefix cache so token costs stay low across long sessions.
Community · 加入社区 — bilingual Discord for setup help (
#help/#求助), workflow showcases, and feature ideas. → https://discord.gg/XF78rEME2D
Features
- Config-driven. Providers, the agent, enabled tools, and plugins are all
declared in
reasonix.toml. No hardcoded models. - Multi-model & composable. DeepSeek (flash/pro) and MiMo ship as presets; any OpenAI-compatible endpoint is a config entry, not new code. Optionally run two models together (executor + planner) in separate, cache-stable sessions.
- Plugin-driven. External tools run as subprocesses over stdio JSON-RPC (MCP-compatible). Built-in tools self-register at compile time.
- Zero-friction distribution.
CGO_ENABLED=0single binary; cross-compile to six targets with one command. The only dependency is a TOML parser.
Install
npm i -g reasonix # any OS; pulls the prebuilt native binary
brew install esengine/reasonix/reasonix # macOS
Prebuilt archives (darwin|linux|windows × amd64|arm64) and SHA256SUMS are on
every GitHub release.
Code signing
Windows builds are code-signed with a free certificate provided by the SignPath Foundation, with signing through SignPath.io.
Build from source
make build # -> bin/reasonix(.exe)
make cross # -> dist/ (darwin|linux|windows × amd64|arm64)
Quick start
reasonix setup # config wizard → ./reasonix.toml
export DEEPSEEK_API_KEY=sk-... # or let setup save it to the credential store
reasonix # then run /init to generate AGENTS.md (project memory)
reasonix run "implement the TODOs in main.go"
reasonix run --model mimo-pro "add unit tests for this function"
echo "explain this code" | reasonix run
Configuration
A minimal reasonix.toml — one provider and a default model — is enough to start:
default_model = "deepseek-flash"
[[providers]]
name = "deepseek-flash"
kind = "openai"
base_url = "https://api.deepseek.com"
model = "deepseek-v4-flash"
api_key_env = "DEEPSEEK_API_KEY"
Resolution order is flag > ./reasonix.toml > the user config file >
built-in defaults; starting with Reasonix v1.8.1, the user file lives at
~/.reasonix/config.toml on macOS/Linux and
%AppData%\reasonix\config.toml on Windows. See
Configuration paths for migration details. Secrets come from the environment via api_key_env, are
never written to config files, and new keys default to the OS credential store
with a Reasonix-owned file fallback. Project .env files are read as a
compatibility override, but Reasonix does not write new keys there. Permissions, the sandbox, plugins (MCP), slash
commands, @ references, and two-model setup are all in the
Guide.
Documentation
- Guide — configuration, permissions & sandbox, plugins
(MCP), slash commands,
@references, two-model collaboration. - Bot guide — connect Feishu, Lark, and WeChat bots from the desktop app, then use approvals, YOLO, and commands from IM.
- Spec — engineering contract: architecture, registries, data types, and roadmap.
- Migrating from 0.x — moving from the legacy TypeScript releases to the 1.0 Go rewrite.
- Checkpoints & rewind — the snapshot-based edit
safety net (Esc-Esc /
/rewind).
Star History
Support
If Reasonix has been useful and you’d like to say thanks, you can. It stays a coffee, not a contract — donations don’t buy feature priority or change how issues get triaged.
- International — PayPal: paypal.me/yuhuahui
- 国内 — 微信支付(扫码)
Acknowledgments
A small list of folks whose work has shaped Reasonix the most — measured by both commit count and code volume. Listed alphabetically, no ordering of importance. The full contributor graph is on GitHub.
- ctharvey
- dimasd-angga (Dimas D. Angga)
- Evan-Pycraft
- ForeverYoungPp
- GTC2080 (TaoMu)
- kabaka9527
- lisniuse (Richie)
- wade19990814-hue
- wviana (Wesley Viana)
Also a separate thank-you to Bernardxu123 for designing the project logo, and to AIGC Link for promoting the project on XiaoHongShu.
MIT — see LICENSE
Built by the community at esengine/DeepSeek-Reasonix
佐仔 (@huangjinbo): 如果你是以 DeepSeek 模型为主,那桌面端我建议你使用 Reasonix,可以发挥出 DeepSeek 的最大性能,同时让它安装“image-vision-mcp”+第三方模型,那样又可以支持识图功能了,这一套下来,完美。
相似文章
@GithubProjects: Reasonix 是一款专为 DeepSeek 设计的终端 AI 编程代理,旨在通过稳定前缀缓存降低 token 成本……
Reasonix 是一款针对 DeepSeek 模型优化的终端 AI 编程代理,通过稳定前缀缓存实现了 99.82% 的缓存命中率,并将每次工作负载的 token 成本从约 61 美元降至约 12 美元。
@NFTCPS: 卧槽!DeepSeek 这波是要把市面上的 Agent 一锅端啊,全家桶都给你凑齐了! 连 Reasonix 都没放过,直接收编。 跟你们说人话: 这玩意儿是目前最能帮你省 DeepSeek 账单的原生终端 工具调用稳得一批,不抽风 靠缓…
DeepSeek-Reasonix 是一个基于 DeepSeek 的原生终端 AI 编码代理,通过缓存命中大幅降低 API 成本,工具调用稳定可靠。
@QingQ77: 一个专为 DeepSeek API 前缀缓存机制设计的终端 AI 编程代理,通过缓存优先的架构在长会话中保持超低 token 成本。 https://github.com/esengine/DeepSeek-Reasonix… Reaso…
Reasonix 是一个专为 DeepSeek API 前缀缓存机制设计的终端 AI 编程代理,通过缓存优先架构在长会话中实现超低 token 成本。实测 4.35 亿输入 token 仅花费约 12 美元,缓存命中率 99.82%。
@Xudong07452910: 开源项目推荐:loop-engineering —— 让你的 AI 编码 Agent 拥有自循环与智能编排能力的实用框架 loop-engineering 是目前很火的概念,该项目提供了实用模式、启动器和 CLI 工具,帮助开发者设计系统…
loop-engineering 是一个开源框架,为 AI 编码代理(如 Claude Code、Codex、Cursor)提供自循环和智能编排能力,包含 7 个生产级循环模式、实用 CLI 工具和五大数据块设计,帮助开发者从手动提示转向系统化自动化。
@AYi_AInotes: https://x.com/AYi_AInotes/status/2066865618104586525
这是一篇对OpenAI Codex的全景分析文章,详细介绍了其架构(五个入口)、三层可扩展能力(MCP、Skills、Plugins)、与Claude Code、Cursor、Devin的横评对比,以及七条可直接采纳的最佳实践。