Skip to content

2026.8.1

Choose a tag to compare

@github-actions github-actions released this 04 Aug 17:46
7cce9b9

Downloads

App Update Notice

PawWork 2026.8.1 stops the session view from flickering while artifact file statistics load, and records the real server-side cause when session APIs return opaque errors, making intermittent failures diagnosable.

Highlights

  • No more full-window flicker after tool calls on Windows: Each artifact path update used to start a native file-stat request whose pending state replaced the conversation with the startup fallback for a few milliseconds. The status panel now keeps the session UI visible while stats load, and new files still appear optimistically until the real result arrives (#1544).
  • Opaque session errors are now traceable: When a session or experimental API returns a redacted error response, PawWork now logs the real server-side cause (request group and method/path only, never credentials or directories). Intermittent reload failures can be diagnosed from a problem-report export instead of vanishing without a trace (#1539).

Runtime And Maintenance

  • CI dependency updates: dorny/paths-filter 4.0.2, github/codeql-action/analyze 4.37.0, step-security/harden-runner 2.20.0, actions/labeler 6.2.0, mikepenz/action-junit-report 6.4.2 (#1513, #1512, #1511, #1510, #1489).

Verification

This release is pinned to commit 7cce9b95df33dbc183c306f1a6acba1a67407ab3. The single-source release workflows passed from that commit: macOS Apple Silicon submit 30932194047 and finalize 30933670565, macOS Intel submit 30932196887 and finalize 30933673027, and Windows x64 full 30933680075. The auto-publisher's concurrent-target race split the draft into two releases; the assets were recombined into one draft and publish-when-complete published it with the single-source guard intact. bun packages/desktop-electron/scripts/verify-release.ts v2026.8.1 passed against the published GitHub release, R2 mirror run 30935486874 updated latest.json to 2026.8.1, and all three public installer URLs returned HTTP 200.

中文版本

下载

主要更新

PawWork 2026.8.1 修复了工具调用后 Windows 上会话窗口的闪烁问题,并在会话 API 返回不透明错误时记录真实的服务器端原因,让偶发故障变得可诊断。

亮点

  • 修复 Windows 上工具调用后的全窗口闪烁:每次 artifact 路径更新都会触发一次本地文件状态请求,其 pending 状态会在几毫秒内用启动占位界面替换掉会话内容。状态面板现在会在统计加载期间保持会话 UI 可见,新文件仍会在真实结果返回前被乐观展示 (#1544)。
  • 不透明的会话错误现在可追踪:当会话或实验 API 返回脱敏错误响应时,PawWork 现在会记录真实的服务器端原因(仅请求分组与请求方法/路径,绝不包含凭据或目录)。偶发的重载失败可以通过问题报告导出进行诊断,而不再无声消失 (#1539)。

运行时与维护

  • CI 依赖更新:dorny/paths-filter 4.0.2、github/codeql-action/analyze 4.37.0、step-security/harden-runner 2.20.0、actions/labeler 6.2.0、mikepenz/action-junit-report 6.4.2 (#1513#1512#1511#1510#1489)。

验证

本版本固定在 commit 7cce9b95df33dbc183c306f1a6acba1a67407ab3。单一来源发布工作流均从该 commit 通过:macOS Apple 芯片 submit 30932194047 与 finalize 30933670565、macOS Intel submit 30932196887 与 finalize 30933673027,以及 Windows x64 full 30933680075。自动发布器的并发目标竞态曾将 draft 拆分为两个 release;资产已合并回同一个 draft,并由 publish-when-complete 在保持单一来源守卫的情况下完成发布。bun packages/desktop-electron/scripts/verify-release.ts v2026.8.1 已针对公开 GitHub release 通过,R2 镜像工作流 30935486874 已将 latest.json 更新到 2026.8.1,三个公开安装包链接均返回 HTTP 200。