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

4 hours ago

Patch Release: Safer Codex Agents and Reliable CLI Runs

This patch makes agent routing safer across both editions.

Codex no longer forces multi-agent v2 on every model

LazyCodex now removes the installer-forced features.multi_agent_v2.enabled = true setting during install and migration. Codex can again choose the correct multi-agent mode from the model catalog, which avoids routing models into unsupported spawn_agent and encrypted-parameter behavior.

Full Hephaestus instructions are preserved in Codex sessions

hephaestus.md is now exempt from rule truncation, so the engineering agent receives the complete project instructions even when SessionStart rule budgets are tight.

omo run respects configured agent display names

The OpenCode CLI now resolves custom display names back to registered runnable agent names before sending the prompt. If your config renames an agent, omo run --agent ... now dispatches to the intended agent instead of passing a display-only name.


  • 6ffd2e9 fix(omo-codex): stop forcing multi_agent_v2 enabled in config
  • baa59ca fix(codex-rules): never truncate hephaestus.md in SessionStart injection
  • ba677fe Merge pull request #5069 from code-yeongyu/fix/4698-run-agent-display-name
  • ce908a2 fix(cli-run): honor configured agent names
  • 2f8868b fix(cli-run): dispatch registered agent names

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

NewReleases is sending notifications on new releases.