CODEX 릴리스
Codex 0.114.0의 새로운 점
번역 대기 중 · 공식 영어 노트를 표시합니다.
새 기능
- Added an experimental code mode for more isolated coding workflows. (#13418)
- Added an experimental hooks engine with
SessionStartandStophook events. (#13276) - WebSocket app-server deployments now expose
GET /readyzandGET /healthzon the same listener for easier health checks. (#13782) - Added a config switch to disable bundled system skills entirely. (#13792)
- Handoffs now carry realtime transcript context, which improves continuity when work is transferred between turns. (#14132)
- Improved the
$mention picker by clearly labeling Skills, Apps, and Plugins, and by surfacing plugins first. (#14147, #14163)
버그 수정
- Fixed a Linux
tmuxcrash caused by concurrent user-shell lookups. (#13900) - Fixed apps being enabled in unsupported sessions by tightening the enablement check. (#14011)
- Fixed reopened threads getting stuck as in-progress after quitting mid-run and then resuming later. (#14125)
- Fixed permission handling so legacy
workspace-writebehavior is preserved and newer permission profiles degrade more safely on older builds. (#13957, #14107) - Fixed approval flows so granted permissions persist across turns, work with reject-style configs, and are honored by
apply_patch. (#14009, #14055, #14118, #14165)
유지보수
- Laid the groundwork for the Python SDK’s generated v2 schema types and pinned platform-specific runtime binaries. (#13953)