VERSIONES DE CODEX
Novedades de Codex 0.113.0
Traducción pendiente · se muestran las notas oficiales en inglés.
Novedades
- Added a built-in
request_permissionstool so running turns can request additional permissions at runtime, with new TUI rendering for those approval calls. (#13092, #14004) - Expanded plugin workflows with curated marketplace discovery, richer
plugin/listmetadata, install-time auth checks, and aplugin/uninstallendpoint. (#13712, #13540, #13685, #14111) - Upgraded app-server command execution with streaming stdin/stdout/stderr plus TTY/PTY support, and wired
execto the new in-process app server path. (#13640, #14005) - Web search settings now support full tool configuration (for example filters and location), not just on/off. (#13675)
- Added the new permission-profile config language and split filesystem/network sandbox policy plumbing for more precise policy control. (#13434, #13439, #13440, #13448, #13449, #13453)
- Image generation now saves output files into the current working directory. (#13607)
Correcciones de errores
- Fixed auth error handling for cloud requirements fetch so 401s trigger the normal auth-recovery messaging instead of a generic workspace-config failure. (#14049)
- Fixed trust bootstrap to avoid running
gitcommands before project trust is established. (#13804) - Fixed Windows execution edge cases, including incorrect PTY
TerminateProcesssuccess handling and stricter sandbox startup cwd validation. (#13989, #13833, #13742) - Fixed plugin startup behavior so curated plugins are loaded in TUI sessions as expected. (#14050)
- Hardened network proxy policy parsing by rejecting global wildcard (
*) domains while preserving scoped wildcard support. (#13789) - Fixed approval payload compatibility for macOS automation permissions by accepting both supported input shapes. (#13683)
Documentación
- Clarified
js_replguidance for persistent bindings and redeclaration recovery to reduce avoidable REPL errors. (#13803)