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

查看更新
← 全部版本

v2026.513.0

亮点

  • Source-scoped recovery actions — Stalled or missing-disposition recovery now creates first-class recovery actions on the source issue itself, with owner, evidence, wake policy, and resolution outcome (restored, blocked, cancelled, or false_positive). Recovery indicators surface on issue rows, detail surfaces, active run panels, and blocker notices, and blocked resolutions require a real first-class blocker instead of a comment. (#5599)
  • Blocked Inbox 关注视图 — A new Blocked Inbox tab surfaces blocked work alongside active assignments, with blocked-reason chips, filtering and search, deterministic urgency sorting, responsive layouts, and a backend blocker-attention contract so operators have a clear triage path for stalled tasks. (#5603)
  • 本地插件开发工作流paperclipai plugin init scaffolding now ships with a CLI-first authoring loop covering local-path installs, plugin key routing, dashboard capabilities, dev watcher startup and reload, and SDK worker entrypoint validation for symlinked package layouts. A new local plugin development guide and refreshed paperclip-create-plugin skill instructions document the full happy path. (#5821)

改进

  • 有序子任务导航 — Issue detail footers now expose previous/next ordered navigation that walks siblings and continues into a parent’s first ordered child, with hidden-issue filtering and dependency-aware ordering preserved. The quicklook blur/click race is also fixed so portaled link clicks complete reliably. (#5938)

修复

  • 评论日期绑定回归 — Issue comment listing no longer fails with ERR_INVALID_ARG_TYPE when the derived-attribution heartbeat scan binds a Date into postgres-js. Window bounds are now bound as ISO timestamp strings with explicit ::timestamptz casts so comments load on issues such as PAP-9284 without weakening the conservative attribution recovery. (#5919)
  • Remote sandbox host workspace 恢复claude_local sessions now persist the host workspace cwd (not the remote sandbox cwd), reject saved cwds that point at system roots before falling back to the agent home workspace, skip sockets, FIFOs, devices, and other non-file entries during workspace restore snapshot capture, and pass only a small model-provider API-key allowlist to plugins that declare environment.drivers.register. (#5922)

升级指南

一项新数据库迁移将在启动时自动运行:

  • 0084_issue_recovery_actions — adds the issue_recovery_actions table and supporting indexes for source-scoped recovery. The migration is idempotent so it is safe for anyone who previously applied an earlier branch-local recovery-action migration. Existing child recovery issue paths remain guarded; new source-scoped flows will surface recovery indicators in additional places on the board UI.

采用本版本无需更改应用配置。