Reasonix v1.25.0
Fixes for streaming markdown rendering, transcript layout and session switching, plus improvements to command safety classification and agent progress tracking.修复流式 Markdown 渲染、对话布局和会话切换问题,并改进命令安全分类和智能体进度跟踪。
Highlights重点内容
Streaming lists render completed items immediately流式列表立即渲染已完成项
Tight markdown lists no longer flash raw source while answers stream; completed items now render as they arrive.紧凑的 Markdown 列表在答案流式传输时不再闪现原始源码;已完成项现在会随到达即时渲染。
Thinking transcript restored after session switch会话切换后恢复思考中的对话记录
Switching back to a conversation that is still thinking now shows the live transcript instead of the welcome screen.切换回仍在思考的对话时,现在会显示实时对话记录,而不是欢迎屏幕。
DeepSeek Responses preset now includes Pro modelDeepSeek Responses 预设现在包含 Pro 模型
The official DeepSeek Responses preset now supports deepseek-v4-pro alongside deepseek-v4-flash, with automatic upgrade for existing configs.官方 DeepSeek Responses 预设现在支持 deepseek-v4-pro 和 deepseek-v4-flash,并自动升级现有配置。
New新增
DeepSeek Responses preset extended to ProDeepSeek Responses 预设扩展支持 Pro
The official DeepSeek Responses preset now includes deepseek-v4-pro with per-model pricing and reasoning-effort overrides.官方 DeepSeek Responses 预设现在包含 deepseek-v4-pro,并带有按模型定价和推理力度覆盖。
Improved改进
Command effect classification unified统一命令效果分类
Replaced coarse read-only boolean with argument-aware CommandEffect model, fixing misclassification of commands like git branch -a and git commit.用参数感知的 CommandEffect 模型替换了粗略的只读布尔值,修复了 git branch -a 和 git commit 等命令的误分类。
Agent progress guard now prices progress智能体进度防护现在评估进度
The no-progress guard uses a per-turn account that rewards new observations and landed changes, avoiding premature stops.无进展防护使用按回合账户,奖励新观察和已落地的更改,避免过早停止。
Tool calls get explicit execution environment工具调用获得显式执行环境
Introduced tool.ExecutionEnv to pass capabilities explicitly instead of through context, reducing silent degradation.引入 tool.ExecutionEnv 以显式传递能力,而不是通过上下文,减少静默降级。
Fixed修复
Streaming list rendering fixed修复流式列表渲染
Completed list items now render during streaming instead of showing raw markdown source.已完成的列表项现在在流式传输期间渲染,而不是显示原始 Markdown 源码。
Transcript layout fixes修复对话布局
Fixed overlapping text when scrolling up, cropped user bubbles with workspace dock open, and ghost bubbles in short chats.修复了向上滚动时文本重叠、打开工作区停靠栏时用户气泡被裁切以及短对话中的幽灵气泡问题。
Thinking transcript restored after session switch会话切换后恢复思考中的对话记录
Switching back to a thinking conversation now shows the live transcript instead of the welcome screen.切换回思考中的对话时,现在会显示实时对话记录,而不是欢迎屏幕。
Thanks致谢
This release was shaped by:感谢本版本的贡献者:
Ready when you are准备好即可升级