Skip to content

OhMyAgent Desktop v2.0.0-beta3

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 26 Jul 04:56

v2.0.0-beta3 brings a new document editing skill, fixes for file attachments and WSL media display, and restores fallback model retry logic.

🆕 Word Document Skill

  • New skills/word-document/ with SKILL.md and docx-helper.mjs CLI — edit, read, and create docx files via shell tool
  • Auto-installs docxmlater on first use; supports --api, --read, --run modes

🐛 Fixes

  • Fallback model retry — restore fallback model loop broken by pi-mono v0.80.10 upgrade; agent now correctly retries with fallback models on primary failure
  • Attachment links — fix user-uploaded file links disappearing from agent responses
  • WSL media/files — fix webui_send_media images not showing and file downloads failing on WSL, including download URL token refresh
  • Heading bold — replace addHeading with bold createParagraph in docx output to ensure correct rendering
  • URL overflow — constrain long URLs within chat message bubbles
  • Update detection — switch to semantic version comparison with beta awareness

🔧 Maintenance

  • Migrate pnpm.onlyBuiltDependencies from package.json to .npmrc for pnpm v11+ compatibility

v2.0.0-beta3 带来文档编辑技能,修复文件附件和 WSL 媒体显示问题,并恢复备用模型重试逻辑。

🆕 Word 文档技能

  • 新增 skills/word-document/,提供 docx-helper.mjs CLI — 通过 shell 工具编辑、读取、创建 docx 文件
  • 首次使用自动安装 docxmlater;支持 --api、--read、--run 模式

🐛 修复

  • 备用模型重试 — 恢复被 pi-mono v0.80.10 升级破坏的 fallback 模型循环
  • 附件链接 — 修复用户上传的文件链接在 agent 回复中消失的问题
  • WSL 媒体/文件 — 修复 webui_send_media 图片不显示和 WSL 下文件下载失败,含下载 URL token 刷新
  • 标题粗体 — docx 输出中 addHeading 改为 bold createParagraph,确保粗体正确渲染
  • URL 换行 — 约束长 URL 在聊天气泡内换行不溢出
  • 更新检测 — 切换到语义化版本比较,支持 beta 版本识别

🔧 维护

  • pnpm.onlyBuiltDependenciespackage.json 迁移到 .npmrc,适配 pnpm v11+