PawWork 2026.7.1
Downloads
App Update Notice
PawWork 2026.7.1 makes Office work more dependable: Word, Excel, PowerPoint, and PDF-related tasks now use the native office skills with a bundled Python runtime, generated files are captured more reliably, and server-health alerts interrupt you less often.
Highlights
- Office work now uses native PawWork skills by default: Word, Excel, PowerPoint, and PDF-related tasks now route through the
office-*skills instead of a hidden bundled OfficeCLI. The workflow stays local, is visible in the Skills system, and produces real Office formats with task-specific checks for slides, notes, charts, formulas, tables, and PDF paths where available (#1491, #1494). - Generated Office files are easier to trust and find: PawWork's artifact capture now recognizes more ways that scripts write deliverables, including generator output arguments, heredocs, redirects, escaped-space paths, and multiple dynamic outputs. This reduces cases where a deck, spreadsheet, document, or PDF was created but not returned clearly to the user (#1494).
- Python setup for Office skills is more reliable across networks: The desktop app now bundles a pinned
uvruntime and selects Python/PyPI mirrors only when official sources are unreachable, while respecting user-provided environment settings. This should make first-run Office skill setup less brittle for users on restricted or mainland China networks (#1492). - Server health warnings are quieter and more relevant: PawWork now waits for repeated active-server failures before showing a toast, and keeps inactive-server failures in Integrations instead of interrupting the current workflow (#1486).
Runtime And Maintenance
- Office runtime cleanup: the old bundled OfficeCLI binary, sync workflow, OfficeCLI skills, and Morph PPT bundles were retired. Office handling continues through the native
office-*skills and bundleduv; the older themed OfficeCLI template library is no longer shipped (#1494). - Quality gates: the PPT route evaluation work added machine checks that helped select and harden the native Office path before it became the default (#1490).
- UI development safety: Storybook now covers the previewable UI component set and has a CI smoke job, making future interface changes easier to review before they reach users (#1484).
- Tooling and CI maintenance: dead desktop tool-download code was removed, IM CLI guidance now points to on-demand installs, GitHub Actions dependencies were refreshed, and release metadata was bumped to
2026.7.1(#1493, #1479, #1480, #1039, #1323, #1464, #1496).
Verification
This release is pinned to commit b4105faf00670612232aa07e94558a3b9cd7fb22. It was built and published after the release workflows passed from that single commit: macOS Apple Silicon submit 29008814278, macOS Apple Silicon finalize 29009301773, macOS Intel submit 29008832219, macOS Intel finalize 29009678473, and Windows x64 full 29008834675. bun packages/desktop-electron/scripts/verify-release.ts v2026.7.1 passed against the published GitHub release, the R2 mirror run 29011638343 updated latest.json to 2026.7.1, all three public R2 installer URLs returned HTTP 200, and a packaged startup smoke launched the published R2 macOS Apple Silicon DMG through app starting, loading task finished, server ready, and init done.
中文版本
下载
主要更新
PawWork 2026.7.1 让 Office 文件处理更可靠:Word、Excel、PowerPoint 以及 PDF 相关任务现在默认使用原生 office-* 技能和内置 Python 运行时,生成的文件能被更稳定地捕获,同时服务器健康告警也更少打断当前工作。
亮点
- Office 文件默认使用 PawWork 原生技能:Word、Excel、PowerPoint 和 PDF 相关任务现在通过
office-*技能处理,不再依赖隐藏的内置 OfficeCLI。整个工作流在本地运行,在技能系统里可见,并且会生成真实的 Office 格式,同时针对幻灯片、备注、图表、公式、表格以及可用的 PDF 路径做专项检查 (#1491, #1494)。 - 生成的 Office 文件更容易被找到和交付:PawWork 的产物捕获现在能识别脚本生成交付物的更多方式,包括生成器输出参数、heredoc、重定向、含转义空格的路径以及多个动态输出。这减少了演示文稿、电子表格、文档或 PDF 已经创建出来,却没有明确返回给用户的情况 (#1494)。
- 办公技能的 Python 环境在不同网络下更稳定:桌面应用现在内置固定版本的
uv运行时,仅在官方源不可达时才会选择 Python/PyPI 镜像,同时尊重用户已有的环境变量设置。这让受限制网络或中国大陆网络环境下首次运行 Office 技能时的体验更稳 (#1492)。 - 服务器健康警告更安静、更相关:PawWork 现在会等活动服务器连续失败后才弹出提示;非活动服务器的失败信息会留在 Integrations 页面里,不再打断当前工作流 (#1486)。
运行时与维护
- Office 运行时清理:旧的内置 OfficeCLI 二进制文件、同步工作流、OfficeCLI 技能以及 Morph PPT 资源包均已移除。Office 处理继续通过原生
office-*技能和内置uv进行,不再附带旧的 OfficeCLI 主题模板库 (#1494)。 - 质量保障:PPT 路径评估加入了自动化检查,用来选择并加固原生 Office 路径,使它在成为默认选项前更可靠 (#1490)。
- 界面开发安全:Storybook 现在覆盖可预览的 UI 组件集,并配备 CI smoke job,让未来的界面变更在到达用户之前更容易被评审 (#1484)。
- 工具链与 CI 维护:移除了已废弃的桌面端工具下载代码,即时通讯 CLI 指引现在指向按需安装,更新了 GitHub Actions 依赖,并将发布版本号提升至
2026.7.1(#1493, #1479, #1480, #1039, #1323, #1464, #1496)。
验证
本版本固定在 commit b4105faf00670612232aa07e94558a3b9cd7fb22。它从这个单一 commit 构建并发布,相关发布工作流均已通过:macOS Apple Silicon 提交 29008814278、macOS Apple Silicon 收尾 29009301773、macOS Intel 提交 29008832219、macOS Intel 收尾 29009678473、Windows x64 完整构建 29008834675。bun packages/desktop-electron/scripts/verify-release.ts v2026.7.1 已针对公开 GitHub release 通过,R2 镜像 run 29011638343 已将 latest.json 更新到 2026.7.1,三个公开 R2 安装包链接均返回 HTTP 200,并且已从公开 R2 macOS Apple Silicon DMG 启动打包版 smoke,确认启动日志走到 app starting、loading task finished、server ready 和 init done。