CODEX 릴리스
Codex 0.123.0의 새로운 점
번역 대기 중 · 공식 영어 노트를 표시합니다.
새 기능
- Added a built-in
amazon-bedrockmodel provider with configurable AWS profile support (#18744). - Added
/mcp verbosefor full MCP server diagnostics, resources, and resource templates while keeping plain/mcpfast (#18610). - Made plugin MCP loading accept both
mcpServersand top-level server maps in.mcp.json(#18780). - Improved realtime handoffs so background agents receive transcript deltas and can explicitly stay silent when appropriate (#18597, #18761, #18635).
- Added host-specific
remote_sandbox_configrequirements for remote environments (#18763). - Refreshed bundled model metadata, including the current
gpt-5.4default (#18586, #18388, #18719).
버그 수정
- Fixed
/copyafter rollback so it copies the latest visible assistant response, not a pre-rollback response (#18739). - Queued normal follow-up text submitted while a manual shell command is running, preventing stuck
Workingstates (#18820). - Fixed Unicode/dead-key input in VS Code WSL terminals by disabling the enhanced keyboard mode there (#18741).
- Prevented stale proxy environment variables from being restored from shell snapshots (#17271).
- Made
codex execinherit root-level shared flags such as sandbox and model options (#18630). - Removed leaked review prompts from TUI transcripts (#18659).
문서
- Added and tightened the Code Review skill instructions used by Codex-driven reviews (#18746, #18818).
- Documented intentional await-across-lock cases and enabled Clippy linting for them (#18423, #18698).
- Updated app-server protocol docs for threadless MCP resource reads and namespaced dynamic tools (#18292, #18413).