Reasonix 1.0: a ground-up Go rewrite is now the default #2397
Replies: 13 comments 13 replies
-
|
集成CodeGraph,好评😁👍 |
Beta Was this translation helpful? Give feedback.
-
|
目前稳定的版本是哪一版? |
Beta Was this translation helpful? Give feedback.
-
|
有几个疑问(这会影响我之后会不会稳定使用这个产品,虽然也不重要): |
Beta Was this translation helpful? Give feedback.
-
|
其实我也基于你的项目用go写了一版,也想到了集成 CodeGraph,想到一块去了,接下来看你的表演吧 |
Beta Was this translation helpful? Give feedback.
-
|
分析了一下代码。v2 的 Go 重构彻底消灭了 JS 动态序列化带来的Cache Miss,实现了严格的字符前缀对齐校验,将缓存大大优化。同时,单进程的 Wails 消除了跨进程通信的序列化开销与内存泄漏风险,实现了前后端直通。 |
Beta Was this translation helpful? Give feedback.
-
спасибо вам за проект! пользуемся с удовольствием :) |
Beta Was this translation helpful? Give feedback.
-
|
go版本适配mimo?以后还会适配其他大模型?不专注deepseek了? |
Beta Was this translation helpful? Give feedback.
-
|
问一下之前dashboard版本中有个语义索引那个功能,桌面版没了,后面还会有吗? |
Beta Was this translation helpful? Give feedback.
-
|
说真的,前缀对齐把缓存打到 90%+ 命中率,CodeGraph 不做成收费服务而是直接内置,极致的成本压缩,非常优秀,和深度求索初心是一致的。 |
Beta Was this translation helpful? Give feedback.
-
配置得挺好,但是关掉重新打开1.0版本,发现API_KEY都没了,这个bug比较严重
|
Beta Was this translation helpful? Give feedback.
-
|
一直想提一下,Reasonix桌面版能不能有个 关闭窗口只是最小化的选项,不用关程序,让它在后台带着,目前一关就直接关程序了。 |
Beta Was this translation helpful? Give feedback.
-
|
一个任务不是先plan然后执行么,plan的思考展示一阵,还没看完就折叠了,但是现在没有打开的方式,再也无法看到planing的内容,加一个功能可以展开再回顾一下。 |
Beta Was this translation helpful? Give feedback.
-
|
为什么npm i -g reasonix还是安装的0.53.2 |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Reasonix 1.0 is a ground-up rewrite in Go, and it is now the project's default branch (
main-v2).This is not an incremental upgrade of the
0.xTypeScript releases — it's a new codebase built around a Go kernel: a single static binary (no Node/npm), the full agent core (tools, subagents, skills, hooks, MCP client, plan mode), and CodeGraph built in for code intelligence (a tree-sitter symbol/call graph that replaces embedding search — no embedding service, no API cost).What this means
main-v2(Go). Active development happens here.0.xTypeScript line is now legacy, on thev1branch — maintenance only (bug fixes, no new features).0.x; the Go line starts at 1.0.0. ("v1"/"v2" are codebase generations, not semver — the TS line never reached 1.0.)v1/v2. The PRs that were open againstmainwere auto-retargeted tov1.Try it
Prebuilt archives will be attached to the
v1.0.0release.📖 Migration guide · Changelog
Questions and feedback welcome below. 🙏
Beta Was this translation helpful? Give feedback.
All reactions