Reasonix v1.21.3
This release brings Markdown rendering to thinking traces, explicit Kimi K3 reasoning for custom gateways, visible storage paths, adaptive no-progress guard, and fixes for Windows install behavior, taskbar grouping, retry-inflated compaction, and stream coalescing.此版本为思考过程带来 Markdown 渲染,为自定义网关提供显式 Kimi K3 推理支持,新增存储路径展示与自适应无进展防护,并修复 Windows 安装位置、任务栏分组、重试导致的提前压缩以及流合并问题。
Start here使用攻略
Custom Kimi K3 Gateway Setup自定义 Kimi K3 网关设置
Learn how to configure a custom OpenAI-compatible gateway to use the Kimi K3 reasoning protocol.了解如何配置自定义 OpenAI 兼容网关以使用 Kimi K3 推理协议。
↗Custom Kimi K3 Gateway Setup (Chinese)自定义 Kimi K3 网关设置(中文)
Learn how to configure a custom OpenAI-compatible gateway to use the Kimi K3 reasoning protocol.了解如何配置自定义 OpenAI 兼容网关以使用 Kimi K3 推理协议。
Highlights重点内容
Thinking traces now render as Markdown思考过程现在以 Markdown 渲染
Reasoning panels, folded turns, and sub-agent previews now correctly display headings, emphasis, lists, and code blocks. Streaming stops immediately after reasoning completes, and hidden content stays lightweight.推理面板、折叠轮次和子代理预览现在可以正确显示标题、强调、列表和代码块。推理完成后立即停止流式传输,隐藏内容保持轻量。
Storage paths are visible and Windows keeps its install location存储路径可见,Windows 保留安装位置
Settings now shows the runtime-owned workspace, session and memory, cache, and extension paths as read-only values. Windows installs and updates continue using the user's existing install directory.设置中现在会以只读方式显示运行时实际使用的工作区、会话与记忆、缓存和扩展路径。Windows 安装与更新会继续使用用户现有的安装目录。
Explicit Kimi K3 reasoning for custom gateways自定义网关的显式 Kimi K3 推理
Custom OpenAI-compatible gateways can now select the Kimi K3 reasoning protocol directly in the provider editor. Reasoning history is preserved, and the curated OpenCode Go relay remains unchanged.自定义 OpenAI 兼容网关现在可以在提供商编辑器中直接选择 Kimi K3 推理协议。推理历史得以保留,精选的 OpenCode Go 中继保持不变。
Fix Windows taskbar icon grouping修复 Windows 任务栏图标分组
Launching from a pinned shortcut now reuses the pinned icon instead of creating a second one. Existing shortcuts are repaired automatically, and the 0.53 build keeps its separate identity.从固定快捷方式启动现在会重用固定图标,而不是创建第二个图标。现有快捷方式会自动修复,0.53 版本保持独立身份。
Fix retry-inflated compaction decisions修复重试导致的提前压缩决策
Automatic compaction now uses the latest single-request prompt size, preventing premature context folding when stream interruptions cause multiple attempts. Billing totals remain accurate.自动压缩现在使用最新的单次请求提示大小,防止流中断导致多次尝试时过早折叠上下文。计费总额保持准确。
Adaptive no-progress guard replaces fixed round count自适应无进展防护取代固定轮次计数
The agent now escalates only when consecutive rounds add no new evidence; any progress resets the streak. This prevents unnecessary nudges and forced stops while progress is being made.代理现在仅在连续轮次未添加新证据时升级,任何进展都会重置。这可以防止在取得进展时进行不必要的提示和强制停止。
Stream coalescing now active on the hot path流合并现在在热路径上生效
Fixed a wiring issue so that the agent's token bursts are properly merged before reaching the frontend, reducing UI jitter and event volume.修复了接线问题,确保代理的令牌突发在到达前端之前正确合并,减少 UI 抖动和事件量。
New新增
Explicit Kimi K3 reasoning for custom gateways自定义网关的显式 Kimi K3 推理
Custom OpenAI-compatible gateways can now select the Kimi K3 reasoning protocol directly in the provider editor. Reasoning history is preserved, and the curated OpenCode Go relay remains unchanged.自定义 OpenAI 兼容网关现在可以在提供商编辑器中直接选择 Kimi K3 推理协议。推理历史得以保留,精选的 OpenCode Go 中继保持不变。
Improved改进
Thinking traces now render as Markdown思考过程现在以 Markdown 渲染
Reasoning panels, folded turns, and sub-agent previews now correctly display headings, emphasis, lists, and code blocks. Streaming stops immediately after reasoning completes, and hidden content stays lightweight.推理面板、折叠轮次和子代理预览现在可以正确显示标题、强调、列表和代码块。推理完成后立即停止流式传输,隐藏内容保持轻量。
Storage paths are visible and Windows keeps its install location存储路径可见,Windows 保留安装位置
Settings now shows the runtime-owned workspace, session and memory, cache, and extension paths as read-only values. Windows installs and updates continue using the user's existing install directory.设置中现在会以只读方式显示运行时实际使用的工作区、会话与记忆、缓存和扩展路径。Windows 安装与更新会继续使用用户现有的安装目录。
Adaptive no-progress guard replaces fixed round count自适应无进展防护取代固定轮次计数
The agent now escalates only when consecutive rounds add no new evidence; any progress resets the streak. This prevents unnecessary nudges and forced stops while progress is being made.代理现在仅在连续轮次未添加新证据时升级,任何进展都会重置。这可以防止在取得进展时进行不必要的提示和强制停止。
Fixed修复
Fix Windows taskbar icon grouping修复 Windows 任务栏图标分组
Launching from a pinned shortcut now reuses the pinned icon instead of creating a second one. Existing shortcuts are repaired automatically, and the 0.53 build keeps its separate identity.从固定快捷方式启动现在会重用固定图标,而不是创建第二个图标。现有快捷方式会自动修复,0.53 版本保持独立身份。
Fix retry-inflated compaction decisions修复重试导致的提前压缩决策
Automatic compaction now uses the latest single-request prompt size, preventing premature context folding when stream interruptions cause multiple attempts. Billing totals remain accurate.自动压缩现在使用最新的单次请求提示大小,防止流中断导致多次尝试时过早折叠上下文。计费总额保持准确。
Stream coalescing now active on the hot path流合并现在在热路径上生效
Fixed a wiring issue so that the agent's token bursts are properly merged before reaching the frontend, reducing UI jitter and event volume.修复了接线问题,确保代理的令牌突发在到达前端之前正确合并,减少 UI 抖动和事件量。
Thanks致谢
This release was shaped by:感谢本版本的贡献者:
Ready when you are准备好即可升级