Reasonix / v1.19.4

Provider-aware reasoning, resilient updates, and reliable Windows launches模型感知推理、可靠更新与 Windows 启动链路

Desktop桌面端
CLI v1.19.4Desktop v1.19.4npm 1.19.4
This release adds the Token Rhythm provider with model-aware DeepSeek and GLM reasoning, strengthens reasoning and tool-call recovery, restores the CLI -c continuation shortcut, repairs native shortcut icons after updates, stops Remote profile resync loops, and fixes the Windows launcher path used by Scoop, while preventing conditional React Hook crashes and making long decision details accessible without overflowing the Desktop.此版本新增基元律动提供商及面向 DeepSeek 与 GLM 的模型感知推理,加强推理与工具调用恢复,恢复 CLI 的 -c 续聊快捷参数,自动修复更新后的原生快捷方式图标,阻止远程 Profile 重同步循环,并修复 Scoop 使用的 Windows 启动链路,同时防止条件式 React Hook 顺序崩溃,让较长的决策详情可访问且不会撑出桌面窗口。
01

Start here使用攻略

02

Highlights重点内容

01
New新增

Reasoning Consumption Protection推理消耗保护

Introduced a client-side 128KB reasoning guard and configurable per-model output token budget. Official DeepSeek endpoints default to a 32K total output budget. When a stream is cancelled before final usage records arrive, the client now estimates token usage, preventing runaway tokens and improving cost predictability.引入了客户端128KB推理守卫和可配置的每模型输出令牌预算。官方DeepSeek端点默认应用32K总输出预算。当流在最终使用记录到达前被取消时,客户端现在会估算令牌使用量,防止令牌失控并使成本更可预测。

02
New新增

Token Rhythm with model-aware reasoning基元律动与模型感知推理

Added the Token Rhythm provider preset with model discovery, 14 curated models, vision metadata, and localized Desktop branding. DeepSeek V4 models expose supported effort scales, while GLM 5/5.1/5.2 use the official thinking.type request shape and preserve provider-issued reasoning history; matching legacy gateway configurations are detected automatically.新增基元律动提供商预设,支持模型发现、14 个精选模型、视觉元数据和本地化桌面端品牌展示。DeepSeek V4 模型会提供其支持的推理强度,GLM 5/5.1/5.2 则使用官方 thinking.type 请求格式并保留提供商返回的推理历史;匹配的旧版网关配置也会自动识别。

03
Fixed修复

Silent Recovery for Missing Tool-Call Reasoning静默恢复工具调用推理缺失

Removed the user-visible warning for missing reasoning content; the agent now silently retries the request before tool execution, reducing interference and improving agent reliability.移除了推理内容缺失的用户可见警告;代理现在在工具执行前静默重试请求,减少了干扰性警告并提高了代理可靠性。

04
Improved改进

Accelerated Crash Dashboard and Preferences加速的崩溃仪表板与偏好设置

Precomputed 30-day preference deduplication, making that view load in only 68ms compared to 5.6s for the real-time 7-day view. Removed redundant database indexes to speed up dashboard aggregation queries; homepage avatars also optimized as WebP for smaller downloads.预计算了30天偏好去重,使该视图加载仅需68毫秒,而实时计算的7天视图需要5.6秒。删除了冗余数据库索引以加速仪表板聚合查询;首页头像也优化为WebP格式,以减小下载量。

05
Fixed修复

Desktop React Hook Transitions No Longer Crash桌面端 React Hook 状态切换不再崩溃

Fixed Hook ordering across asynchronously loaded model lists, built-in-to-custom provider editor transitions, and closed-to-open workspace code search. Production builds now enforce the React Hooks lint rules so the same class of crash is blocked before release.修复了异步模型列表、内置到自定义提供商编辑器切换,以及工作区代码搜索从关闭到打开时的 Hook 顺序。生产构建现会强制执行 React Hooks 检查,在发布前阻止同类崩溃。

06
Fixed修复

Windows Launcher Resolves Directory JunctionsWindows 启动器解析目录联接

Fixed the Windows launcher to correctly resolve directory junctions like Scoop's 'current', preventing launch failures when installed through Scoop.修复了Windows启动器以正确解析Scoop的'current'目录联接,防止通过Scoop安装时启动失败。

07
Fixed修复

Unified Windows Workspace Tab Bar统一 Windows 工作区标签栏

Workspace sidebar now shows only the four intended views (Overview, Files, Changes, Remote), removes duplicate terminal tab, and correctly positions Windows caption controls.工作区侧边栏现在仅显示四个预期视图(概览、文件、变更、远程),移除了重复的终端标签页,并正确放置了Windows标题控件。

08
Fixed修复

Native shortcut icons repair themselves after updates更新后自动修复原生快捷方式图标

Reasonix now repairs only owned, stale icon integrations after upgrades: version-scoped Windows shortcut icons, broken or outdated macOS Finder aliases, and Linux desktop icon caches. Healthy, unrelated, and customized integrations are preserved, and repair failures never block startup.Reasonix 现在会在升级后仅修复自身拥有且已过期的图标集成:Windows 版本目录中的快捷方式图标、损坏或过期的 macOS Finder 别名,以及 Linux 桌面图标缓存。健康、无关或自定义的集成会被保留,修复失败也不会阻止启动。

09
Fixed修复

Remote profiles stop resyncing in a loop远程 Profile 不再循环重同步

Identical Remote profile updates are now side-effect free, late control-plane responses cannot restore stale runtime authority, and runtime epochs remain intact across the Desktop bridge so replaced-runtime events are rejected correctly.相同的远程 Profile 更新现在不会产生副作用,延迟到达的控制面响应无法恢复过期的运行时权威,运行时 epoch 也会完整通过 Desktop 桥接,从而正确拒绝已被替换运行时的事件。

03

New新增

Reasoning consumption protection推理消耗保护

Added a client-side reasoning byte guard and configurable per-model output token budgets to prevent unexpected token consumption.增加客户端推理字节守卫和可配置的每模型输出令牌预算,以防止意外的令牌消耗。

Token Rhythm provider preset基元律动提供商预设

Added model discovery, 14 curated models, vision metadata, localized branding, and model-specific DeepSeek and GLM reasoning behavior for Token Rhythm.为基元律动新增模型发现、14 个精选模型、视觉元数据、本地化品牌展示,以及面向 DeepSeek 与 GLM 的模型专用推理行为。

04

Improved改进

Faster crash dashboard and preferences更快的崩溃仪表板与偏好设置

Precomputed 30-day deduplication and removed redundant indexes to speed up dashboard aggregate queries; homepage avatars now use WebP for smaller downloads.通过预计算 30 天去重和删除冗余索引来加速仪表板聚合查询;首页头像改用 WebP 以减小下载量。

Creation Interface Refinements创作界面优化

Simplified the input mode pill and moved the folder opener to the front of the toolbar in Creation style, resulting in a more compact and cohesive layout. Classic and Workbench styles remain unchanged.精简了创作风格下的输入模式pill,并将文件夹打开器移至工具栏最前,布局更紧凑协调。经典版和工作台风格保持不变。

05

Fixed修复

Missing tool-call reasoning recovery工具调用推理缺失恢复

Silently retries when tool-call reasoning content is absent, avoiding user-visible warnings and improving tool reliability.工具调用推理内容缺失时会静默重试,避免用户可见警告并提升工具可靠性。

Conditional React Hook crashes条件式 React Hook 顺序崩溃

Fixed Hook ordering in model lists, provider editing, and workspace code search, and added a build-time Hooks lint gate.修复模型列表、提供商编辑和工作区代码搜索中的 Hook 顺序,并新增构建期 Hooks 检查门禁。

Long decision details较长的决策详情

Long Ask, approval, plan, safety, clear-context, and recovery descriptions now use an overflow-aware, keyboard- and touch-accessible disclosure while keeping consequences and action controls visible.Ask、审批、计划、安全、清除上下文和恢复场景中的较长说明现在会使用感知溢出且支持键盘与触控的展开控件,同时保持后果提示和操作按钮可见。

Windows launcher junction resolutionWindows 启动器目录联接解析

The launcher now resolves Scoop's `current` directory junction and starts the active version reliably.启动器现在会解析 Scoop 的 `current` 目录联接,并可靠启动当前活动版本。

Windows workspace tab alignmentWindows 工作区标签页对齐

The workspace sidebar now shows only the intended views and places Windows caption controls correctly.工作区侧边栏现在仅显示预期视图,并正确放置 Windows 标题栏控件。

Native icon repair after updates更新后的原生图标修复

Repairs stale Reasonix-owned shortcut icons and aliases across Windows, macOS, and native Linux packages without overwriting healthy customizations.在 Windows、macOS 与原生 Linux 包中修复 Reasonix 自有的过期快捷方式图标和别名,同时不覆盖健康的自定义设置。

Remote profile resync loops远程 Profile 重同步循环

Made identical profile and goal mutations no-ops and fenced stale control-plane responses and runtime events.将相同的 Profile 与 Goal 变更处理为无操作,并隔离过期的控制面响应与运行时事件。

CLI continuation shorthandCLI 续聊快捷参数

Fixed -c so it correctly aliases --continue for interactive and headless CLI sessions instead of exiting silently with a flag parsing error.修复 -c,使其在交互式与无头 CLI 会话中正确等同于 --continue,不再因参数解析错误而静默退出。

06

Thanks致谢

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

@Li-Charles-One@Lxiny-zy@SivanCola@esengine@paradoxSCH

Ready when you are准备好即可升级

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