Fixes
- Codex/Gemini Output File Handling - Fixed issue where MCP bridge would overwrite output files that the CLI (Codex/Gemini) had already written via shell commands. Now checks file mtime before/after execution and preserves CLI-written content.
- Codex JSONL Parser - Updated
parseCodexOutput()to handle current Codex CLI JSONL format (item.completedevents withitem.type === "agent_message"). Previously only matched oldermessageandoutput_textevent formats.
Full Changelog: v4.0.0...v4.0.1