Skip to content

docs(release): 准备 v1.37.0 中英更新日志 - #9799

Merged
SivanCola merged 3 commits into
main-v2from
release-notes/v1.37.0
Sep 4, 2026
Merged

docs(release): 准备 v1.37.0 中英更新日志#9799
SivanCola merged 3 commits into
main-v2from
release-notes/v1.37.0

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

此版本简化了 Agent 循环,使 planner、续写和压缩行为更加明确,以模型级能力取代手动视觉设置,新增 ModelScope 提供商预设,并带来一系列桌面可靠性与滚动修复。

发布渠道:稳定版 · v1.37.0

English → · 网页版完整更新日志 →

使用攻略

  • Agent 核心简化 — 了解 Agent 循环现在如何使用显式的 planner、续写和压缩行为。
  • 模型能力 — 了解模型级能力如何取代手动视觉设置。
  • 推理提供商 — 关于 OpenAI 兼容提供商的推理回放与恢复行为的详细信息。

概览

Reasonix v1.37.0 — Reasonix 1.37:确定性 Agent 核心、模型能力与更流畅的桌面体验

此版本简化了 Agent 循环,使 planner、续写和压缩行为更加明确,以模型级能力取代手动视觉设置,新增 ModelScope 提供商预设,并带来一系列桌面可靠性与滚动修复。

发布日期:2026-09-04

Desktop 16 · CLI 3

桌面端更新

重点内容

  • [Desktop · CLI] 确定性 Agent 核心 — Agent 循环现在使用显式的 planner、续写和压缩行为。普通请求仅由执行器处理,planner 为可选,并移除了回退机制以实现可预测的结果。 (#9794, #9788, #9767, #9776)
  • [Desktop] 模型级视觉能力 — 视觉支持现在由模型元数据决定,而非手动列表。应用会自动从提供商响应和本地目录中检测能力。 (#9787)
  • [Desktop] ModelScope 提供商预设 — ModelScope 现在作为 OpenAI 兼容的提供商预设提供,包含精选模型,连接更加便捷。 (#8771)
  • [Desktop] 更流畅的会话滚动 — 修复了滚动长对话时导致跳动和不稳定的多个问题,包括减少动画冲突和空代码块。 (#9760, #9759, #9757, #9753, #9746)
  • [Desktop] 可靠的子代理结果 — 即使完成确认失败,子代理结果现在也能被保留和恢复,并改进了生命周期处理。 (#9775)

新增

  • [Desktop] ModelScope 提供商预设 — 新增 ModelScope 作为 OpenAI 兼容的提供商预设,包含精选模型。 (#8771)
  • [Desktop] 模型级视觉能力 — 以提供商元数据的自动能力检测取代手动视觉模型列表。 (#9787)

改进

  • [Desktop · CLI] 确定性 Agent 循环 — 简化 Agent 行为,使用显式的 planner、续写和压缩;移除隐式回退。 (#9794, #9788, #9767, #9776)
  • [Desktop] 稳定的提示词前缀 — 将动态上下文移入版本化会话快照,以提高缓存稳定性。 (#9733)
  • [Desktop] 本地化的 Agent 提示 — 用户可见的 Agent 提示现在无需重启即可跟随所选语言。 (#9768)
  • [Desktop] 下架经典桌面布局 — 经典布局已移除;现有用户将迁移至工作台。 (#9796)

修复

  • [Desktop] 会话滚动修复 — 修复了多个滚动跳动和不稳定问题,包括减少动画冲突和空代码块。 (#9760, #9759, #9757, #9753, #9746)
  • [Desktop] 子代理结果恢复 — 在完成确认失败时保留并恢复子代理结果。 (#9775)
  • [Desktop] 管理命令路由 — 管理斜杠命令不再需要持久的回合 ID,避免误报错误。 (#9774)

CLI 端更新

重点内容

  • [Desktop · CLI] 确定性 Agent 核心 — Agent 循环现在使用显式的 planner、续写和压缩行为。普通请求仅由执行器处理,planner 为可选,并移除了回退机制以实现可预测的结果。 (#9794, #9788, #9767, #9776)

改进

  • [Desktop · CLI] 确定性 Agent 循环 — 简化 Agent 行为,使用显式的 planner、续写和压缩;移除隐式回退。 (#9794, #9788, #9767, #9776)

其他项目更新

  • [Service] 崩溃面板可靠性 — 限制分组详情查询,防止高数据量时出现 Worker 1101 错误。 (#9756)
  • [Site · Service] 网站 D1 查询性能 — 通过索引和分页优化论坛、崩溃面板和注册表的 D1 查询。 (#9752)

升级提醒

  • [Desktop] 经典布局迁移 — 现有经典布局用户将在启动时自动迁移至工作台。 (#9796)
  • [Desktop · CLI] 一次性缓存失效 — 由于系统提示词的有意更改,升级后预计会出现一次冷请求。 (#9733)

风险提示

当前没有需要额外操作的已知风险。

致谢

感谢本版本的贡献者:@SivanCola@yrk111222

下载与安装

Summary:
Generate a bilingual, product-focused draft from merged pull request metadata. Reuse the selected release-bound PR when one is available.

Verification:
Validate the catalog, citations, bilingual fields, and rendered GitHub release notes before committing.
@SivanCola SivanCola closed this Sep 4, 2026
@SivanCola SivanCola reopened this Sep 4, 2026
@github-actions github-actions Bot added the v2 Go rewrite (1.x) — main-v2 branch, active development label Sep 4, 2026

@SivanCola SivanCola left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed against the complete v1.36.0..main-v2 first-parent range. The bilingual catalog, references, adoption attribution, version/tag mapping, rendered notes, and privacy scan are consistent; catalog validation and release-notes tests pass.

Summary:
Generate a bilingual, product-focused draft from merged pull request metadata. Reuse the selected release-bound PR when one is available.

Verification:
Validate the catalog, citations, bilingual fields, and rendered GitHub release notes before committing.
@SivanCola SivanCola closed this Sep 4, 2026
@SivanCola SivanCola reopened this Sep 4, 2026

@SivanCola SivanCola left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed the regenerated v1.37.0 bilingual release notes against exact main-v2 candidate a2a89ee. Catalog validation, renderer tests, source references, and privacy checks pass.

@SivanCola
SivanCola merged commit 2c65a55 into main-v2 Sep 4, 2026
21 checks passed
@SivanCola
SivanCola deleted the release-notes/v1.37.0 branch September 4, 2026 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

v2 Go rewrite (1.x) — main-v2 branch, active development

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant