最新版本 v2026.722.0 已发布(2026 年 7 月 22 日)。

查看更新
← 全部版本

v2026.415.0

亮点

  • Issue 页首屏更快 — issue 列表通过推迟非关键工作与优化 workspace 查询,显著加快初始视图渲染。
  • Issue 详情性能 — 减少 issue 详情页不必要 rerender,并保持排队的 issue chat 挂载,避免 agent run 期间布局抖动。
  • 收件箱搜索扩展 — Added an “Other results” section to inbox search, surfacing matches beyond the current filter scope.

改进

  • 属性面板 polish — issue 属性侧栏含 workspace 链接、identifier 点击复制与内联父级导航箭头。
  • Routine UX — Routine name now appears above the “Run routine” title in the run dialog; routine execution issues are shown in issue lists by default.
  • 筛选标签清晰 — Renamed the routine-run filter to “Hide routine runs” so the default state shows no active filter badge.
  • 搁浅任务诊断 — —搁浅任务评论现包含最近一次运行失败信息,便于快速分诊。
  • 任务搜索响应 — —防抖与渲染优化让任务页搜索更灵敏。
  • 运行实时刷新 — —可见任务运行随状态更新自动刷新,无需手动重载。
  • Heartbeat payload 卫生 — Raw result_json writes are preserved exactly as received; payloads are bounded to prevent oversized records.
  • Heartbeat 日志范围 — —收窄 heartbeat 日志端点查询以降低开销。
  • Vite dev watch — UI 测试文件现从 Vite dev watcher 排除,减少开发时不必要 rebuild。

修复

  • 自有评论代码块滚动 — —修复智能体自有评论线程内代码块横向滚动。
  • Markdown 长字符串换行 — markdown 评论中过长无断行字符串现正确换行,不再溢出容器。
  • Dev 静态资源 serving 顺序 — 修复 dev 模式先 serve public assets 再 HTML shell,本地开发静态文件不再 404。