Codex CLI 0.123.0: Bedrock Support, MCP Diagnostics, Realtime Fixes
Codex CLI 0.123.0 adds Amazon Bedrock support, MCP verbose diagnostics, and fixes realtime handoff coordination. Background agents now receive transcript deltas, and /copy works correctly after rollback.
TL;DR
- Amazon Bedrock model provider now built-in with AWS profile support
- New
/mcp verbosecommand for full MCP server diagnostics - Realtime handoff improvements so background agents receive transcript deltas
- Fixed
/copyafter rollback and Unicode input in VS Code WSL
New
- Amazon Bedrock provider — Built-in support for AWS Bedrock models with configurable AWS profile selection, no external setup needed.
/mcp verbosediagnostics — Full MCP server diagnostics, resources, and templates while keeping plain/mcpfast for quick checks.- Flexible plugin MCP config —
.mcp.jsonnow accepts bothmcpServersand top-level server maps for cleaner configuration. - Realtime handoff improvements — Background agents now receive transcript deltas and can explicitly stay silent when appropriate, fixing coordination issues.
- Remote sandbox config — Host-specific
remote_sandbox_configrequirements for remote execution environments. - Updated model metadata — Bundled models refreshed including
gpt-5.4as the new default.
Fixed
/copyafter rollback — Now correctly copies the latest visible assistant response instead of pre-rollback state.- Stuck
Workingstates — Follow-up text submitted during manual shell commands is now queued properly. - Unicode input in VS Code WSL — Fixed dead-key and Unicode input by disabling enhanced keyboard mode in WSL terminals.
- Stale proxy environment variables — Prevented restoration of outdated proxy settings from shell snapshots.
codex execflag inheritance — Root-level shared flags like sandbox and model options now properly inherited by subcommands.- Leaked review prompts — Removed stale review prompts from TUI transcripts.
Update via: npm install -g @openai/codex-cli@0.123.0 or check the full release on GitHub.
Source: Codex