github Yeachan-Heo/oh-my-claudecode v4.0.9
v4.0.9 - Headless Codex/Gemini CLI Execution Fix

latest releases: v4.9.2, v4.9.1, v4.9.0...
one month ago

What's Fixed

Codex CLI produces actual analysis instead of brief acknowledgments

  • Replaced confusing WORK SUMMARY preamble with [HEADLESS SESSION] context that instructs the model to produce comprehensive output
  • Added -o (--output-last-message) flag for reliable output file capture
  • Threaded outputFile parameter through the full execution chain

Gemini CLI no longer times out

  • Root cause: Missing -p flag meant Gemini ran in interactive mode, hanging while waiting for user input
  • Added -p '' flag to enable headless/non-interactive mode in both foreground and background execution

Files Changed

  • src/mcp/codex-core.ts - Headless context, -o flag, outputFile parameter threading
  • src/mcp/gemini-core.ts - Headless context, -p flag for non-interactive mode

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

NewReleases is sending notifications on new releases.