github code-yeongyu/oh-my-openagent v4.1.1

3 hours ago

More Reliable Background Wakeups

Background tasks now wait for the parent session to actually become idle before waking it with completion results. This prevents duplicate assistant replies when a background task finishes while the main conversation is still running.

Safer Continuation Hooks

Team wake hints, Atlas continuations, Ralph loops, todo continuation, and unstable-agent babysitting now all re-check session activity before injecting internal prompts. Stale idle events should no longer start overlapping replies.

Tighter Safety Guards

This patch also keeps synthetic continuation resumes marked correctly and blocks dangerous interactive shell server shutdowns.


  • 3b4d243 fix(hooks): guard stale idle prompts
  • a337635 fix(background-agent): defer active parent wakes
  • 0b99168 @EmiyaKiritsugu3 has signed the CLA in #3990
  • 39fb014 Merge pull request #3986 from code-yeongyu/fix/continuation-message-dispatch
  • 36f51dd fix(continuation): mark fallback resumes synthetic
  • 1189b96 fix(continuation): mark atlas resumes synthetic
  • e49ba94 chore(deps): refresh platform lock entries
  • 38b1433 fix(continuation): mark resumes synthetic
  • 3f92264 fix(interactive-bash): prohibit tmux kill-server
  • 286f5cc when publish always discord

Don't miss a new oh-my-openagent release

NewReleases is sending notifications on new releases.