Skip to content

2026.8.4

Choose a tag to compare

@github-actions github-actions released this 20 Aug 22:10
d5ed478

Downloads

App Update Notice

This is a breaking change, and PawWork will not download or install it for you. PawWork 2026.8.4 is the one-time move from the V1 desktop runtime to the DSH-based V2. Existing V1 installations will not update automatically and will not self-download: you must download V2 manually above, open it once, and it will import supported V1 work without modifying the V1 source data. Future V2 updates use the separate latest-v2 channel.

Highlights

  • A smaller desktop built on DSH: PawWork now uses the DSH application and agent runtime directly, keeping only PawWork identity, native desktop integration, product defaults, and migration behavior as its own layer. This removes the parallel V1 application stack and gives future DSH releases one clear integration boundary (#1573).
  • Safe V1 to V2 migration: On first launch, V2 reads a consistent snapshot of V1 sessions, supported settings, and Automations, then reconciles them into DSH-owned storage. V1 data stays read-only and unchanged; interrupted or partially failed imports remain retryable instead of being marked complete (#1573).
  • Automations live in the conversation workflow: Create Automations by asking in chat, and manage durable definitions and run history from Settings. Imported schedules keep their source facts while DSH remains the only authority for future execution (#1573).
  • V1 and V2 updates cannot cross: V2 uses a dedicated latest-v2 updater feed, so V1 cannot receive an incompatible automatic update and V2 has one unambiguous update path (#1573).

Runtime And Maintenance

  • Native file picking, packaged skills, the free DeepSeek model, desktop menus, updater integration, and graceful sidecar shutdown now run through the DSH desktop boundary (#1573).
  • Release CI was consolidated around the DSH desktop and now installs the real Windows NSIS package, launches the installed executable, imports a V1 fixture, and verifies session and Automation persistence after restart before accepting the artifact (#1573).
  • macOS release packaging now generates updater configuration before signing and notarization, and verifies it inside both the final ZIP and DMG (#1574).
  • Windows artifacts are intentionally unsigned. The installer is functionally verified on Windows x64, but Windows may display a SmartScreen warning.

Verification

This release is pinned to commit d5ed478. The exact-head release paths passed from that commit: macOS Apple Silicon submit 32420981267 and finalize 32421453970, macOS Intel submit 32420983511 and finalize 32422151897, and Windows x64 full 32420986049. The Windows run built and silently installed the unsigned NSIS package, launched the installed PawWork.exe, imported a real V1 session and Automation, and proved both survived graceful shutdown and restart. GitHub split concurrent uploads across draft releases 374050199 and 374050200; the missing assets were moved into 374050200, re-downloaded, and verified byte-for-byte by size and SHA-256 before the duplicate draft was removed. The single-source provenance guard, published-release verification, R2 mirror, and public installer probes were then completed against the final release.

中文版本

下载

主要更新

这是一次破坏性更新(breaking change),PawWork 不会替您自动下载或安装。 PawWork 2026.8.4 是桌面端从 V1 运行时一次性迁移到 DSH V2 的版本。现有 V1 不会自动更新,也不会自行更新:您必须从上方手动下载 V2 并首次打开,它会导入支持的 V1 工作数据,同时不修改 V1 源数据。后续 V2 更新使用独立的 latest-v2 通道。

亮点

  • 基于 DSH 的更小桌面端:PawWork 现在直接使用 DSH 应用与智能体运行时,只保留 PawWork 品牌、原生桌面集成、产品默认行为和迁移逻辑。这删除了并行的 V1 应用栈,也为后续 DSH 升级留下唯一、清晰的集成边界(#1573)。
  • 安全的 V1 到 V2 迁移:首次启动时,V2 会读取 V1 会话、受支持设置和自动化的一致快照,再协调到 DSH 自己的存储。V1 数据保持只读且不变;中断或部分失败的导入仍可重试,不会被错误标记为完成(#1573)。
  • 自动化回到对话工作流:通过聊天创建自动化,在设置中管理持久化定义与运行历史。导入的计划保留原始事实,后续执行则只由 DSH 负责(#1573)。
  • V1 与 V2 更新不会串线:V2 使用独立的 latest-v2 更新源,因此 V1 不会收到不兼容的自动更新,V2 也只有一条明确的更新路径(#1573)。

运行时与维护

  • 原生文件选择、内置技能、免费 DeepSeek 模型、桌面菜单、更新器集成和 sidecar 优雅退出现在统一通过 DSH 桌面边界运行(#1573)。
  • 发布 CI 已围绕 DSH 桌面端收敛:它会安装真实 Windows NSIS 包、启动安装后的程序、导入 V1 测试数据,并在接受产物前验证会话和自动化在重启后仍然存在(#1573)。
  • macOS 发布打包现在会在签名和公证前生成更新配置,并在最终 ZIP 与 DMG 中分别验证(#1574)。
  • Windows 产物有意采用无签名发布。安装包已在 Windows x64 完成功能验证,但 Windows 可能显示 SmartScreen 警告。

验证

本版本固定在 commit d5ed478。从该提交启动的准确发布路径均已通过:macOS Apple 芯片 submit 32420981267、finalize 32421453970,macOS Intel submit 32420983511、finalize 32422151897,以及 Windows x64 full 32420986049。Windows 流程构建并静默安装了无签名 NSIS 包,启动安装后的 PawWork.exe,导入真实 V1 会话与自动化,并证明二者在优雅退出和重启后仍然存在。GitHub 将并发上传拆分到了两个 draft release 374050199 与 374050200;缺失资产被迁移到 374050200,重新下载并按大小与 SHA-256 逐字节验证后,重复 draft 已删除。随后单一来源保护、公开 release 校验、R2 镜像和公开安装包探测均针对最终版本完成。