← 최신 뉴스로 돌아가기
중요도 3개발도구

Codex CLI 0.151.0

핵심 요약

MCP 서버에서 도구를 발견하는 과정을 유연하게 관리할 수 있도록 설정 가능한 대기 시간을 추가했습니다. 확장 프로그램이 모델에 도달하기 전에 MCP 도구의 결과를 검사하거나 교체할 수 있는 기능이 새로 도입되었습니다.

선정 이유

버전 번호의 미세한 조정보다는 개발자가 에이전트의 실행 환경을 더 정밀하게 제어하고, 외부 도구 호출 시 발생할 수 있는 오류를 사전에 처리할 수 있게 해주는 기능적 개선이 포함되었기 때문입니다.

내용

2026-08-29 Codex CLI 0.151.0 $ npm install -g @openai/codex@0.151.0 View details New Features Added a configurable grace period for discovering tools from optional MCP servers. ( #41199 ) Extensions can now inspect or replace MCP tool results before they reach the model. ( #41202 ) Plugin catalogs now combine per-repository configuration and report invalid project marketplaces without hiding valid plugins. ( #41208 ) Bug Fixes Preserved restored permission profiles across TUI turns and prevented /cd from weakening sandbox restrictions. ( #41192 ) Kept tool availability and reasoning effort correct when switching models or falling back to another model. ( #41195 , #41206 ) Improved remote sandbox enforcement using the executor’s actual home directory, operating system, and path conventions. ( #41196 , #41204 , #41207 , #41209 ) Preserved structured MCP tool and resource errors in app-server responses. ( #41196 ) Counted nested subagent token usage toward root goal budgets. ( #41183 ) Prevented stale Guardian classifications from authorizing actions after permission state changes. ( #41196 ) Chores Added telemetry for escalated stdin reviews and remote executor MCP discovery. ( #41189 , #41205 ) Stabilized Guardian WebSocket and core fixture tests under slow or highly concurrent CI. ( #41191 , #41194 ) Changelog Full Changelog: rust-v0.150.0...rust-v0.151.0 #41183 Account subagent token usage toward root goals @copyberry #41189 Instrument stdin review size checks @copyberry #41191 Stabilize Guardian WebSocket tests @copyberry #41192 Preserve restored permission profiles in TUI sessions @copyberry #41193 Report affected capabilities from remote plugin syncs @copyberry #41194 Harden core test fixture startup assertions @copyberry #41195 Finalize model-specific tool plans in ToolRouter @copyberry #41196 Improve sandboxing, MCP errors, and cached approvals @copyberry #41199 Make the optional MCP startup grace configurable @copyberry #41202 Let extensions process MCP tool results @copyberry #41204 Propagate executor home directories into sandbox contexts @copyberry #41205 Track executor MCP discovery telemetry @copyberry #41206 Make Ultra reasoning fallback model-aware @copyberry #41207 Propagate executor OS into turn environments @copyberry #41208 Honor per-repository plugin configuration in catalog requests @copyberry #41209 Align deny-read matching with executor path semantics @copyberry Full release on Github
원문 보기 ↗