Skip to content

v0.1.25

Choose a tag to compare

@github-actions github-actions released this 25 Aug 03:41
· 12 commits to main since this release

Self Evolution — oimo の最大のウリ

運用中に摩擦を観測・定量化し、スキルと AI-to-AI 指示書として結晶化します。モデル重みは触らず、Human-in-the-loop で製品を良くします。

/evolve → briefs under ~/.oimo/evolve/<projectID>/
  → evolve-review → 承認 → evolve-apply (draft PR)
  → gate → merge → 次サイクル
コマンド 役割
/evolve · /self-improve Self Improvement Session
/evolve-status TUI ダッシュボード
evolve_status metrics / snapshot / rollback / scenarios / gate

詳細は README の「自己進化(Self Evolution)」セクションへ。


Changelog

Features

  • Self Evolution: logs under ~/.oimo/evolve/<projectID>/, README pitch, free Build/Plan/Compose Tab mid-session
  • Reliability gates (evidence / existence / loop / edit-scope)
  • Isolate child process environments (#2159)
  • OpenAI-compatible capability API on every session (#2147)
  • Append-only interrupted turn recovery (#2205)

Chores

  • bump version to 0.1.25

Other

  • raise child_process env AST scan timeout to 30s
  • raise resume recovery test timeout to 30s