Reasonix v1.24.0

Desktop桌面端
CLI v1.24.0 Desktop v1.24.0 npm 1.24.0

Goals now run continuously until completion, with an optional token budget. Execution settings (light/balanced/delivery) replace work modes with a unified tool surface. Desktop gains crash diagnostics, streamlined task controls, and improved transcript scrolling. Billing is unified across all surfaces with multi-currency support.目标现在默认连续执行直至完成,并支持可选的 token 预算。执行设定(轻量/均衡/交付)取代工作模式,提供统一的工具面。桌面端新增崩溃诊断、精简的任务控制与改进的聊天区滚动。计费在全链路统一,支持多币种。

01

Start here使用攻略

ACP GuideACP 指南

Updated for agent_preset and execution settings.更新了 agent_preset 与执行设定相关内容。

Billing Guide计费指南

Documents multi-currency billing architecture and migration.记录了多币种计费架构与迁移。

CLI GuideCLI 指南

Updated for /preset and execution settings.更新了 /preset 与执行设定。

Collaboration Modes (zh-CN)协作模式(中文)

Updated for execution settings.更新了执行设定。

Config Paths配置路径

Documents request_url and provider configuration.记录了 request_url 与供应商配置。

Desktop Crash Diagnostics Runbook桌面崩溃诊断手册

Cross-platform crash diagnostics and runtime attribution.跨平台崩溃诊断与运行时归因。

Goal Enforcement (zh-CN)目标执行(中文)

Updated for continuous execution and token budget.更新了连续执行与 token 预算。

Guide指南

Updated for execution settings and billing.更新了执行设定与计费。

History Search Catalog历史搜索目录

Disposable SQLite catalog for history search.可丢弃的 SQLite 历史搜索目录。

Session Catalog会话目录

Disposable SQLite catalog for session discovery.可丢弃的 SQLite 会话发现目录。

Specification规范

Updated for execution settings and billing.更新了执行设定与计费。

Task Catalog任务目录

Disposable SQLite catalog for tasks.可丢弃的 SQLite 任务目录。

Tool Contract工具合约

Updated for unified tool surface.更新了统一工具面。

Usage Catalog用量目录

Disposable SQLite catalog for usage rollups.可丢弃的 SQLite 用量汇总目录。

Windows LTSC 2019 Crash RunbookWindows LTSC 2019 崩溃手册

Crash diagnostics for Windows LTSC 2019.Windows LTSC 2019 崩溃诊断。

Billing Currency Acceptance Plan计费币种验收计划

Acceptance plan for multi-currency billing.多币种计费验收计划。

02

Highlights重点内容

01
New新增

Continuous Goal Execution连续目标执行

Goals now run until completion, a user/external blocker, an explicit stop, or an unrecoverable failure. Removed host-owned round, turn, wall-time, and stall-count pause boundaries. Added an optional goal_token_budget for token-based limits.目标现在持续运行直至完成、遇到用户/外部阻塞、显式停止或不可恢复的故障。移除了主机拥有的轮次、回合、挂墙时间和停滞计数暂停边界。新增可选的 goal_token_budget 以基于 token 进行限制。

02
New新增

Unified Execution Settings统一执行设定

Replaced economy/full/delivery work modes with three execution settings (light, balanced, delivery) that share one provider-visible tool surface. Switch in-place via CLI /preset or desktop menu.用三种执行设定(轻量、均衡、交付)取代了经济/完整/交付工作模式,共享一个供应商可见的工具面。可通过 CLI /preset 或桌面菜单原地切换。

03
New新增

Multi-Currency Billing多币种计费

Billing now separates model-native charges, official regional rate estimates, and display currency. Unified across Desktop, CLI, ACP, and Remote.计费现在将模型原币费用、官方区域价表估值和展示币种分离。在桌面端、CLI、ACP 和 Remote 中统一。

04
New新增

Desktop Crash Diagnostics桌面崩溃诊断

Added cross-platform crash diagnostics and runtime attribution for Windows and Linux. Fail-open infrastructure with privacy-bounded telemetry.新增了面向 Windows 和 Linux 的跨平台崩溃诊断与运行时归因。具备故障开放基础设施和隐私受限的遥测。

05
Improved改进

Desktop Transcript Scrolling桌面聊天区滚动

Stabilized native transcript scrolling, fixed auto-scroll pinning through stream end, and improved handling of variable-height content.稳定了原生聊天区滚动,修复了流式输出结束时的自动滚动固定问题,并改进了对可变高度内容的处理。

06
Improved改进

Streamlined Task Controls精简任务控制

Replaced duplicate Stop/Cancel controls with one accessible Stop flow. Localized task lifecycle presentation.用一个可访问的停止流程替换了重复的停止/取消控件。本地化了任务生命周期展示。

07
Improved改进

Exact Custom Provider URLs精确自定义供应商 URL

Custom provider setup now uses one exact API address field with no path completion. Added request_url while preserving legacy chat_url.自定义供应商设置现在使用一个精确的 API 地址字段,无需路径补全。新增 request_url 同时保留旧的 chat_url。

08
Fixed修复

Context Gauge Accuracy上下文容量条准确性

Aligned the context gauge with the compaction trigger, fixed over-limit display, and removed stale fallback values.将上下文容量条与压缩触发器对齐,修复了超限显示,并移除了过时的回退值。

09
Fixed修复

Inbox Pause Recovery收件箱暂停恢复

Localized paused Inbox errors and exposed recovery banner for ordinary paused queues. Recovered orphaned in-flight guidance.本地化了暂停的收件箱错误,并为普通暂停队列提供了恢复横幅。恢复了孤立的进行中指导。

03

New新增

Disposable SQLite Catalogs可丢弃的 SQLite 目录

Integrated disposable SQLite catalogs for session, history search, usage, and task domains. Authoritative data stays on disk; SQLite lives under cache and can be safely deleted.集成了用于会话、历史搜索、用量和任务领域的可丢弃 SQLite 目录。权威数据保留在磁盘上;SQLite 位于缓存下,可安全删除。

Content-Driven Context Maintenance内容驱动的上下文维护

Replaced multi-threshold auto prune/snip with a single compact_ratio (default 0.85). Checkpoint shape: stable prefix + one structured summary + recent verbatim tail.用单一的 compact_ratio(默认 0.85)取代了多阈值自动修剪/裁剪。检查点形态:稳定前缀 + 一个结构化摘要 + 最近的逐字尾部。

Open with Default App in File Tree文件树中用默认应用打开

Added 'Open with default app' to the workspace file tree context menu, with grouped menu items.在工作区文件树右键菜单中添加了“用默认应用打开”,并对菜单项进行了分组。

04

Improved改进

Turn Action Hover Labels消息操作悬停标签

Collapsed Fork, Compress, and Rewind labels to icon-only buttons by default, revealing labels on hover or focus.默认将 Fork、Compress 和 Rewind 标签折叠为仅图标按钮,在悬停或聚焦时显示标签。

Capability Settings Error Guidance能力设置错误提示

Replaced raw active-work errors in capability settings with localized, actionable guidance.将能力设置中的原始活动工作错误替换为本地化的可操作指导。

Hide Base Providers from Plugin Model Group隐藏插件模型分组中的普通供应商

Prevented unnamespaced config-backed providers from appearing in the PLUGIN group in the model picker.防止未命名空间的配置支持供应商出现在模型选择器的 PLUGIN 分组中。

Hide Context Checkpoint Details隐藏上下文检查点详情

Removed the user-facing context checkpoint detail block, preserving backend behavior.移除了面向用户的上下文检查点详情块,保留后端行为。

05

Fixed修复

Catalog Test Compatibility on WindowsWindows 上目录测试兼容性

Fixed directory and permission tests to align with Windows semantics, resolving CI failures.修复了目录和权限测试以符合 Windows 语义,解决了 CI 失败问题。

Repeated DeepSeek Migration Warnings重复的 DeepSeek 迁移警告

Stopped desktop session switches from repeating misleading DeepSeek migration warnings.阻止桌面会话切换时重复弹出误导性的 DeepSeek 迁移警告。

Transient Routing in Completion Receipts完成回执中的内部路由污染

Kept transient capability routing out of completion receipts, preventing misclassification of advisory conversations.将内部能力路由排除在完成回执之外,防止咨询对话被错误分类。

Invisible Queued Questions不可见的排队问题

Fixed a bug where a question queued behind another prompt was invisible, by registering before queuing.修复了一个错误:排在另一个提示后面的问题不可见,通过先注册再排队解决。

WebView2 Release Smoke ExternalizationWebView2 发版烟测外部化

Removed test-only WebView2 smoke lifecycle from the shipped executable, moving coverage to an external browser gate.从发布的 EXE 中移除了仅用于测试的 WebView2 烟测生命周期,将覆盖移至外部浏览器门禁。

Creation Appearance Hero SwatchesCreation 外观概览主题色块

Restored hero theme swatches in Creation's AppearanceOverview that were flattened to 7px bars.恢复了 Creation 外观概览中被压扁为 7px 条的 hero 主题色块。

06

Thanks致谢

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

@SivanCola@esengine@xiaojia-afk@Li-Charles-One@xiaotaoya2022-cell@ttmouse@jackie-cqz@Lxiny-zy@clearnature

Ready when you are准备好即可升级

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