Reasonix v1.25.1

Desktop桌面端
CLI v1.25.1 Desktop v1.25.1 npm 1.25.1

This patch release fixes multiple desktop transcript, sidebar, and session recovery issues, improves provider compatibility with DeepSeek and Anthropic gateways, and refines Goal mode verification behavior.此补丁版本修复了多个桌面端对话记录、侧边栏和会话恢复问题,改进了与 DeepSeek 和 Anthropic 网关的提供商兼容性,并优化了 Goal 模式的验证行为。

01

Start here使用攻略

02

Highlights重点内容

01
Fixed修复

Restored sidebar and transcript behavior after upgrades恢复升级后的侧边栏和对话记录行为

Fixed issues where the sidebar could be empty after an upgrade, old sessions repeatedly showed unread dots, and opening a recovered conversation showed only the older half. The latest covering leaf is now opened correctly.修复了升级后侧边栏可能为空、旧会话反复显示未读点、打开恢复的对话只显示前半段的问题。现在会正确打开最新的覆盖叶子。

02
Fixed修复

Improved history loading during streaming改进流式输出中的历史记录加载

Opening a session that is already running or streaming now loads the history page before the live turn, making previous turns and tool cards immediately visible.打开正在运行或流式输出的会话时,现在会在实时回合前加载历史页面,使之前的回合和工具卡片立即可见。

03
Fixed修复

Provider compatibility with DeepSeek and Anthropic gateways与 DeepSeek 和 Anthropic 网关的提供商兼容性

Official DeepSeek now follows the documented 384K output ceiling instead of a custom auto ladder; Anthropic-compatible gateways that omit message_stop but provide stop_reason are no longer treated as interrupted.官方 DeepSeek 现在遵循文档化的 384K 输出上限,而不是自定义自动阶梯;省略 message_stop 但提供 stop_reason 的 Anthropic 兼容网关不再被视为中断。

03

Improved改进

Goal mode verification loop preventionGoal 模式验证循环预防

Goal mode no longer loops on the same verification after an honest update_goal(complete). Unverified checks are honored on Light/Balanced, and a second identical complete is accepted when only check gaps remain.Goal 模式在诚实申报 update_goal(complete) 后不再陷入相同的验证循环。Light/Balanced 上会尊重未验证的检查,并且当仅剩检查缺口时接受第二次相同的完成申报。

Web search results as a separate card with footnotes搜索结果独立卡片并保留脚注

Provider-executed web_search now appears as a foldable process card instead of being dumped into the assistant answer. The confirmed title and link list is restored as footnotes under the answer.提供商执行的 web_search 现在显示为可折叠的过程卡片,而不是直接写入助手回答。确认的标题和链接列表恢复为回答下方的脚注。

Session inbox isolation and recovery会话收件箱隔离与恢复

Restored desktop session-inbox recovery so queued guidance stays on the session that created it, can be reviewed/edited/deleted, and can take effect mid-turn. Composer inbox snapshots are isolated by session path.恢复了桌面会话收件箱,使排队的指导保留在创建它的会话上,可以查看/编辑/删除,并可在回合中途生效。Composer 收件箱快照按会话路径隔离。

Encrypted web_search replay excluded from compact estimates密文搜索回放不计入 compact 估算

Compact, overflow, and interrupted-usage estimates no longer count encrypted web_search replay payloads as ordinary prompt text, preventing unnecessary early compaction.Compact、溢出和中断使用估算不再将加密的 web_search 回放负载计为普通提示文本,避免不必要的提前压缩。

04

Fixed修复

History transcript scrolls to native bottom历史会话滚动到原生底部

History desktop sessions can now reach their last rows with the mouse wheel and jump-to-bottom control, not only by dragging the native scrollbar.历史桌面会话现在可以通过鼠标滚轮和跳到底部控件到达最后几行,而不仅仅是通过拖动原生滚动条。

Archive fallback blanks hidden from sidebar归档后不再在侧栏显示空白会话

Clicking Archive removes the conversation and does not add visible blank rows. Leftover empty or unindexed default-title session files are discarded after archive.点击归档会移除对话,并且不会添加可见的空白行。归档后丢弃残留的空或未索引的默认标题会话文件。

Completed todo dismissals persisted on session关闭待办写入会话文件

Closing a completed desktop todo shelf now follows the session file, so it stays hidden after an upgrade remounts the conversation or the WebView2 profile is reset.关闭已完成的桌面待办事项现在会跟随会话文件,因此在升级重新挂载对话或重置 WebView2 配置文件后仍保持隐藏。

Transcript stays pinned after todo dismiss关闭待办后会话画面保持固定

Dismissing a completed todo shelf no longer jumps the visible chat back to an earlier todo list. Retry and failed-clear hydrates stop replacing a longer live transcript with a shorter snapshot.关闭已完成的待办事项不再使可见聊天跳回之前的待办列表。重试和清除失败的水合不再用较短的快照替换较长的实时记录。

Live topic runtime attached instead of old catalog leaf点活会话时附着当前 runtime,不再打开旧副本

Clicking a sidebar topic that is already running or paused now attaches that live runtime instead of opening the catalog representative.点击已在运行或暂停的侧边栏主题现在会附着该实时运行时,而不是打开目录代表。

Delivery-check pause labeled separately交付检查暂停单独标记

Sidebar sessions that stop on a Goal/delivery-check gate now show '待交付检查' / 'need checks' instead of reusing the recovery-pause badge.在 Goal/交付检查门处停止的侧边栏会话现在显示“待交付检查”/“need checks”,而不是复用恢复暂停徽章。

Mid-stream history restored and Auto Guard steers hidden恢复中途历史并隐藏 Auto Guard 引导

Opening a session whose turn was already running or streaming now prepends a history page. Host Auto Guard guidance is hidden from the user-side transcript and kept on the failed tool result for the model.打开回合已在运行或流式输出的会话现在会在前面添加历史页面。主机 Auto Guard 指导从用户侧记录中隐藏,并保留在失败的工具结果中供模型使用。

Old sessions no longer flip back to unread旧会话不再反复变成未读

Unread state is now keyed on the logical topic, a one-time read baseline is seeded, and catalog/sidecar maintenance no longer mints fake 'now' activity.未读状态现在基于逻辑主题,设置一次性已读基线,目录/边车维护不再伪造“现在”活动。

05

Thanks致谢

This release was shaped by:感谢本版本的贡献者:

@SivanCola@yingziisme

Ready when you are准备好即可升级

Ship with a safer Reasonix.升级到更可靠的 Reasonix。