Reasonix v1.37.0

Desktop桌面端CLICLISite网站Service服务端
CLI v1.37.0 Desktop v1.37.0 npm 1.37.0
Desktop 20 CLI 6

This release simplifies the agent core, improves provider capability handling, stabilizes desktop scrolling, and adds ModelScope as a provider preset.此版本简化了 Agent 核心,改进了提供商能力处理,稳定了桌面滚动,并新增 ModelScope 提供商预设。

01

Start here使用攻略

02

Desktop updates桌面端更新

20 updates relevant to Desktop. 与桌面端相关的更新共 20 项。

Highlights重点内容

01
Improved改进
Desktop桌面端CLICLI

Simplified agent core with deterministic completion简化 Agent 核心并采用确定性完成流程

The agent loop is now executor-only by default, with explicit opt-in for planner, continuation, and compaction. Completion no longer uses a second LLM validator; empty responses retry the same frozen request.Agent 循环现在默认仅执行器,planner、continuation 和 compaction 需显式启用。完成不再使用第二个 LLM 验证器;空响应会重试相同的冻结请求。

02
Improved改进
Desktop桌面端

Model-level vision capabilities模型级视觉能力

Vision support is now determined by model-level capability metadata instead of manual VisionModels lists, with automatic parsing from provider /models responses.视觉支持现在由模型级能力元数据决定,而非手动 VisionModels 列表,并自动从提供商 /models 响应解析。

03
New新增
Desktop桌面端

ModelScope provider presetModelScope 提供商预设

Added ModelScope as an OpenAI-compatible provider preset with 7 curated models, including Qwen3.5-397B and DeepSeek-V4.新增 ModelScope 作为 OpenAI 兼容提供商预设,包含 7 个精选模型,如 Qwen3.5-397B 和 DeepSeek-V4。

04
Fixed修复
Desktop桌面端

Stable transcript scrolling稳定的会话滚动

Fixed multiple scroll jump issues, including reduced-motion compounding, block-window prepends, and late range commits.修复了多个滚动跳动问题,包括减少动画叠加、块窗口前插和延迟范围提交。

05
Fixed修复
Desktop桌面端

Management commands no longer require a turn ID管理命令不再需要回合 ID

Slash commands like /compact and /context now complete without creating an agent turn, avoiding spurious errors./compact 和 /context 等斜杠命令现在无需创建 Agent 回合即可完成,避免虚假错误。

New新增

Desktop桌面端

ModelScope provider presetModelScope 提供商预设

Added ModelScope as an OpenAI-compatible provider preset with 7 curated models.新增 ModelScope 作为 OpenAI 兼容提供商预设,包含 7 个精选模型。

Desktop桌面端

Model-level vision capabilities模型级视觉能力

Replaced manual VisionModels with model-level capability metadata, including automatic parsing from provider /models responses.用模型级能力元数据取代手动 VisionModels,包括自动从提供商 /models 响应解析。

Improved改进

Desktop桌面端CLICLI

Deterministic agent completion确定性 Agent 完成

Removed the completion validator second-LLM request; empty responses retry the same frozen request, and reasoning-only responses may finish without visible text.移除了完成验证器的第二次 LLM 请求;空响应重试相同的冻结请求,仅推理的响应可能在没有可见文本的情况下完成。

Desktop桌面端CLICLI

Explicit planner and continuation显式 planner 和 continuation

Ordinary requests are executor-only; planner and continuation are opt-in. Pressure compaction is one summary plus one retry.普通请求仅执行器;planner 和 continuation 需显式启用。压力压缩为一次摘要加一次重试。

Desktop桌面端CLICLI

OpenAI reasoning replay alignmentOpenAI 推理回放对齐

Replay historical reasoning_content turns when tools are declared, and self-heal stale-history 400 errors.当声明工具时回放历史 reasoning_content 回合,并自愈旧历史 400 错误。

Desktop桌面端CLICLI

Subagent outcome preservation子代理结果保留

Preserve and recover subagent outcomes with a new SubagentOutcome envelope and typed errors.使用新的 SubagentOutcome 封装和类型化错误保留并恢复子代理结果。

Desktop桌面端

Versioned session context版本化会话上下文

Stabilized prompt prefixes by moving mutable environment and skill catalogs into deterministic session-context snapshots.通过将可变环境和技能目录移入确定性会话上下文快照来稳定提示词前缀。

Desktop桌面端

Localized host notices本地化主机提示

Moved user-visible agent host notices into the i18n catalog and synchronized language changes live.将用户可见的 Agent 主机提示移入 i18n 目录,并实时同步语言更改。

Desktop桌面端

Retired Classic desktop style下架经典桌面风格

Removed Classic layout from Settings and migrated existing classic configs to Workbench.从设置中移除经典布局,并将现有经典配置迁移到工作台。

Fixed修复

Desktop桌面端

Provider capability compatibility提供商能力兼容性

Restored legacy provider-level unsupported vision signal after model-level capability metadata became authoritative.在模型级能力元数据成为权威后,恢复了旧版提供商级不支持视觉信号。

Desktop桌面端CLICLI

Simplified missing-reasoning recovery简化缺失推理恢复

Removed the long-lived fallback circuit; now one deterministic protocol retry before returning the provider-specific error.移除了长期回退电路;现在在返回提供商特定错误前进行一次确定性协议重试。

Desktop桌面端

Management command classification管理命令分类

Management slash commands no longer require a durable turn ID, avoiding spurious errors.管理斜杠命令不再需要持久回合 ID,避免虚假错误。

Desktop桌面端

Scroll jump fixes滚动跳动修复

Fixed reduced-motion compounding, block-window prepend absorption, and late range commit guard.修复了减少动画叠加、块窗口前插吸收和延迟范围提交保护。

Desktop桌面端

Scrollbar generation fencing滚动条 generation 围栏

Fenced scrollbar transactions by generation to prevent stale geometry from causing jumps.按 generation 围栏滚动条事务,防止旧几何导致跳动。

Desktop桌面端

Empty fenced Markdown blocks空代码围栏块

Omitted empty fenced code blocks to remove phantom cards.省略空代码围栏块以移除幻影卡片。

03

CLI updatesCLI 端更新

6 updates relevant to CLI. 与 CLI相关的更新共 6 项。

Highlights重点内容

01
Improved改进
Desktop桌面端CLICLI

Simplified agent core with deterministic completion简化 Agent 核心并采用确定性完成流程

The agent loop is now executor-only by default, with explicit opt-in for planner, continuation, and compaction. Completion no longer uses a second LLM validator; empty responses retry the same frozen request.Agent 循环现在默认仅执行器,planner、continuation 和 compaction 需显式启用。完成不再使用第二个 LLM 验证器;空响应会重试相同的冻结请求。

Improved改进

Desktop桌面端CLICLI

Deterministic agent completion确定性 Agent 完成

Removed the completion validator second-LLM request; empty responses retry the same frozen request, and reasoning-only responses may finish without visible text.移除了完成验证器的第二次 LLM 请求;空响应重试相同的冻结请求,仅推理的响应可能在没有可见文本的情况下完成。

Desktop桌面端CLICLI

Explicit planner and continuation显式 planner 和 continuation

Ordinary requests are executor-only; planner and continuation are opt-in. Pressure compaction is one summary plus one retry.普通请求仅执行器;planner 和 continuation 需显式启用。压力压缩为一次摘要加一次重试。

Desktop桌面端CLICLI

OpenAI reasoning replay alignmentOpenAI 推理回放对齐

Replay historical reasoning_content turns when tools are declared, and self-heal stale-history 400 errors.当声明工具时回放历史 reasoning_content 回合,并自愈旧历史 400 错误。

Desktop桌面端CLICLI

Subagent outcome preservation子代理结果保留

Preserve and recover subagent outcomes with a new SubagentOutcome envelope and typed errors.使用新的 SubagentOutcome 封装和类型化错误保留并恢复子代理结果。

Fixed修复

Desktop桌面端CLICLI

Simplified missing-reasoning recovery简化缺失推理恢复

Removed the long-lived fallback circuit; now one deterministic protocol retry before returning the provider-specific error.移除了长期回退电路;现在在返回提供商特定错误前进行一次确定性协议重试。

04

Other project updates其他项目更新

Website and service changes that do not require a Desktop or CLI update.不要求更新桌面端或 CLI 的网站与服务端变更。

Service服务端

Crash dashboard 1101 fix崩溃仪表板 1101 修复

Bounded D1 group-detail reads and capped facets to prevent Worker 1101 errors.限制 D1 分组详情读取并限制 facet 数量,防止 Worker 1101 错误。

Site网站Service服务端

Web D1 query optimization网站 D1 查询优化

Added performance indexes and keyset pagination for forum and registry queries.为论坛和注册表查询添加性能索引和 keyset 分页。

05

Thanks致谢

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

@SivanCola@yrk111222

Ready when you are准备好即可升级

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