Reasonix v1.30.0
Improved write conflict handling, added DingTalk bot adapter, and fixed multiple desktop UI issues for smoother long-session navigation and streaming.改进写入冲突处理,新增钉钉机器人适配器,并修复多项桌面端 UI 问题,提升长会话导航与流式体验。
Start here使用攻略
CLI DocumentationCLI 文档
Command-line usage and configuration reference.命令行使用与配置参考。
↗CLI Documentation (Chinese)CLI 文档(中文)
Chinese reference for command-line usage and configuration.命令行使用与配置的中文参考。
↗Session Ownership会话所有权
Details on session ownership and write conflict handling.会话所有权与写入冲突处理详情。
↗Session Ownership (Chinese)会话所有权(中文)
Chinese details on session ownership and write conflict handling.会话所有权与写入冲突处理的中文详情。
↗Specification规范
Reasonix technical specification.Reasonix 技术规范。
↗Specification (Chinese)规范(中文)
Chinese version of the Reasonix technical specification.Reasonix 技术规范的中文版本。
↗Subagent Profiles子代理配置文件
Guide to subagent profile configuration.子代理配置文件指南。
↗Subagent Profiles (Chinese)子代理配置文件(中文)
Chinese guide to subagent profile configuration.子代理配置文件的中文指南。
Highlights重点内容
Smarter write conflict detection更智能的写入冲突检测
Write conflicts are now determined by actual file paths rather than treating the entire workspace as exclusive, allowing concurrent writes to different files while still serializing writes to the same file.写入冲突现在按实际文件路径判定,不再将整个工作区视为独占,允许不同文件的并发写入,同时仍对同一文件的写入进行串行化。
DingTalk bot adapter钉钉机器人适配器
Added a DingTalk Stream adapter with WebSocket long connections, @mention gating, message deduplication, and session webhook replies.新增钉钉 Stream 适配器,支持 WebSocket 长连接、@提及门控、消息去重和会话 webhook 回复。
New新增
DingTalk bot adapter钉钉机器人适配器
Added a DingTalk Stream adapter with WebSocket long connections, @mention gating, message deduplication, and session webhook replies.新增钉钉 Stream 适配器,支持 WebSocket 长连接、@提及门控、消息去重和会话 webhook 回复。
Improved改进
Smarter write conflict detection更智能的写入冲突检测
Write conflicts are now determined by actual file paths rather than treating the entire workspace as exclusive, allowing concurrent writes to different files while still serializing writes to the same file.写入冲突现在按实际文件路径判定,不再将整个工作区视为独占,允许不同文件的并发写入,同时仍对同一文件的写入进行串行化。
Clearer disabled style for immutable provider names供应商名称不可修改时提供更直观的置灰与提示样式
When editing an existing custom provider, the provider name input is now visually disabled with a localized hint explaining that changing the name is not supported yet.编辑已添加的自定义供应商时,供应商名称输入框现在会显示为禁用状态,并带有本地化提示,说明暂不支持修改名称。
Larger session-group header font分组标题字号略大于普通会话标题
Session-group headers now use a slightly larger font than session titles, improving hierarchy and clickable area.会话分组标题现在使用略大于会话标题的字号,改善层级和可点击区域。
Turn verification opens change-panel summary本轮验证打开改动面板摘要
Completion notices now include a functional Turn verification button that opens the changed dock and scrolls to the turn-verification summary.完成通知现在包含可用的“本轮验证”按钮,打开改动面板并滚动到本轮验证摘要。
Scratch writes no longer trigger delivery attention card探路写入不再触发交付警告卡
Writes to scratch directories like /tmp no longer count as delivery work, preventing false warnings about unverified project changes.写入 /tmp 等临时目录不再计为交付工作,避免出现关于未验证项目更改的错误警告。
Fixed修复
Keep complete history navigable保持完整历史对话可导航
Historical conversations are now fully navigable, with automatic loading of older pages and synchronized active question markers.历史对话现在完全可导航,旧页面自动加载,活动问题标记与滚动同步。
Preserve reader intent across extent rebounds修复会话高度回弹导致的反向跳动
Prevented Windows WebView2 transcript extent rebounds from reversing active reader gestures by multiple screens.防止 Windows WebView2 会话高度回弹导致活动阅读手势反向跳动多个屏幕。
Stabilize Windows transcript geometry修复 Windows 长会话滚动跳变与空白
Fixed visible flashes, jumps, and viewport instability in long transcripts on Windows by correcting stale row geometry handling.通过纠正过时的行几何处理,修复 Windows 长会话中的可见闪烁、跳动和视口不稳定问题。
Fall back to text paste when clipboard holds no image修复剪贴板无图片时 Ctrl+V 拦截纯文本粘贴
Ctrl+V now falls back to text paste when the clipboard contains no image, instead of showing an error notice.当剪贴板中没有图片时,Ctrl+V 现在会回退到文本粘贴,而不是显示错误通知。
Fix large file preview height and row gaps修复文件预览限高与行间距空白
Fixed code preview layout issues in the desktop file panel, including incorrect row gaps and insufficient height for large files.修复桌面文件面板中代码预览的布局问题,包括行间距错误和大文件高度不足。
Flush stream deltas on a stall timer修复思考中卡住、停止后才显示内容
Added a fallback stall timer to flush stream deltas when requestAnimationFrame pauses, preventing frozen 'thinking...' states.添加备用停滞计时器,在 requestAnimationFrame 暂停时刷新流增量,防止出现卡在“思考中”的状态。
Thanks致谢
This release was shaped by:感谢本版本的贡献者:
Ready when you are准备好即可升级