Skip to content

2026.8.2

Choose a tag to compare

@github-actions github-actions released this 17 Aug 07:30
ddfa039

Downloads

App Update Notice

PawWork 2026.8.2 prevents conversations from getting stuck when a send fails, and prevents a native file-watcher crash during normal app exit on macOS.

Highlights

  • Failed sends now leave a durable result: Once PawWork accepts a message, failures during model setup, compaction, execution, or cancellation are now persisted against the correct turn. Conversations no longer end up with a sent user message but no assistant result, which previously left the send control disabled and made the failure disappear after the transient notification (#1558).

Runtime And Maintenance

  • Clean app exits on macOS: The native file watcher has been upgraded to remove a shutdown-order bug in its kqueue backend. PawWork now exits normally instead of aborting while the watcher is torn down (#1546).

Verification

This release is pinned to commit ddfa039d7212a402f8260b1922c517703b10007b. The single-source release workflows passed from that commit: macOS Apple Silicon submit 32003694944 and finalize 32004660030 (attempt 2), macOS Intel submit 32003708068 and finalize 32004679713, and Windows x64 full 32004681985. GitHub's concurrent asset uploader split the Apple Silicon assets into two draft releases; the isolated ZIP blockmap was recombined into the main draft, the duplicate was removed, and publish-when-complete published attempt 2 with the single-source guard intact. bun packages/desktop-electron/scripts/verify-release.ts v2026.8.2 passed against the published GitHub release, R2 mirror run 32006121859 updated latest.json to 2026.8.2, and all three public installer URLs returned HTTP 200.

中文版本

下载

主要更新

PawWork 2026.8.2 修复了消息发送失败时对话可能无法恢复、会话卡住的问题,并避免了 macOS 上正常退出应用时原生文件监视器崩溃的情况。

亮点

  • 发送失败现在会留下明确结果:PawWork 接受消息后,如果模型设置、上下文压缩、执行或取消过程失败,现在会把错误持久化到对应的对话轮次。对话不再只留下已发送的用户消息却没有助手结果;此前这种状态会让发送按钮持续不可用,短暂错误提示消失后也无法追查原因 (#1558)。

运行时与维护

  • macOS 可以正常退出应用:原生文件监视器已升级,修复其 kqueue 后端的关闭顺序问题。PawWork 退出时不再因文件监视器清理而异常中止 (#1546)。

验证

本版本固定在 commit ddfa039d7212a402f8260b1922c517703b10007b。单一来源发布工作流均从该 commit 通过:macOS Apple 芯片 submit 32003694944 与 finalize 32004660030(attempt 2)、macOS Intel 芯片 submit 32003708068 与 finalize 32004679713,以及 Windows x64 full 32004681985。GitHub 的并发资产上传器曾将 Apple 芯片资产拆分到两个 draft release;孤立的 ZIP blockmap 已合并回主 draft,重复 draft 已删除,随后 publish-when-complete 在保持单一来源守卫的情况下由 attempt 2 完成发布。bun packages/desktop-electron/scripts/verify-release.ts v2026.8.2 已针对公开 GitHub release 通过,R2 镜像工作流 32006121859 已将 latest.json 更新到 2026.8.2,三个公开安装包链接均返回 HTTP 200。