CODEX 릴리스
Codex 0.110.0의 새로운 점
번역 대기 중 · 공식 영어 노트를 표시합니다.
새 기능
- Added a plugin system that can load skills, MCP entries, and app connectors from config or a local marketplace, with an install endpoint for enabling plugins from the app server. (#12864, #13333, #13401, #13422)
- Expanded the TUI multi-agent flow with approval prompts,
/agent-based enablement, clearer prompts, ordinal nicknames, and role-labeled handoff context. (#12995, #13246, #13404, #13412, #13505) - Added a persisted
/fasttoggle in the TUI and app-server support forfastandflexservice tiers. (#13212, #13334, #13391) - Improved memories with workspace-scoped writes, renamed memory settings, and guardrails against saving stale or polluted facts. (#13008, #13088, #13237, #13467)
- Added a direct Windows installer script to published release artifacts. (#12741)
버그 수정
- Fixed
@file mentions so parent-directory.gitignorerules no longer hide valid repository files. (#13250) - Made sub-agents faster and more reliable by reusing shell state correctly and fixing
/status,Esc, pending-message handling, and startup/profile race conditions. (#12935, #13052, #13130, #13131, #13235, #13240, #13248) - Fixed project trust parsing so CLI overrides apply correctly to trusted project-local MCP transports. (#13090)
- Fixed read-only sandbox policies so network access is preserved when it is explicitly enabled. (#13409)
- Fixed multiline environment export capture and Windows state DB path handling in session state. (#12642, #13336)
- Fixed ANSI/base16 syntax highlighting so terminal-themed colors render correctly in the TUI. (#13382)