Skip to content

OhMyAgent Desktop v2.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Aug 10:05

v2.1.0 (stable) hardens the self-evolution pipeline, upgrades the embedded pi-mono framework, and slims down the desktop installer.

🧠 Self-Harness Hardening

  • Fix all 19 code review findings in the self-harness pipeline
  • Harden failure detection, auto-apply monitoring, approval policy, and rate limiting
  • Robust skill editing with rollback support across all editable surfaces

🔁 Skill Self-Evolution

  • Close the feedback loop: skill metrics now feed back into proposal generation
  • Proposal generator supports re-promotion, skill refinement, and prompt/tool/config proposals
  • Evolved skills are tracked and surfaced in the WebUI

💾 Memory Recall

  • Embedding client with retry and backoff
  • Safe truncation for context assembly
  • Memory injection gating to filter low-relevance memories

⬆️ pi-mono v0.82.1

  • Upgrade embedded pi-mono from v0.80.10 to v0.82.1
  • Restore fallbackModels propagation in Agent.createLoopConfig

🖥 Desktop Build

  • Smaller installer: filter wrong-platform native binaries (jieba, sharp), drop MSI target
  • Fix server startup crash in packaged Electron builds

v2.1.0 正式版加固自进化管线,升级嵌入式 pi-mono 框架,并进一步缩小桌面安装包。

🧠 Self-Harness 加固

  • 修复自进化管线中的全部 19 个 review 发现
  • 加固失败检测、自动应用监控、审批策略与频率限制
  • 技能编辑支持回滚,覆盖所有可编辑界面

🔁 技能自进化

  • 闭环反馈:技能指标现在反馈到提案生成
  • 提案生成器支持重新提升、技能优化及 prompt/工具/配置提案
  • 进化的技能在 WebUI 中跟踪展示

💾 记忆召回

  • 嵌入客户端支持重试与退避
  • 上下文组装的安全截断
  • 记忆注入门控,过滤低相关度记忆

⬆️ pi-mono v0.82.1

  • 嵌入式 pi-mono 从 v0.80.10 升级至 v0.82.1
  • 恢复 fallbackModelsAgent.createLoopConfig 中的传递

🖥 桌面构建

  • 更小的安装包:过滤错误平台的原生二进制(jieba、sharp),移除 MSI 目标
  • 修复打包版 Electron 启动时的服务器崩溃