CODEX 릴리스

Codex 0.153.0의 새로운 점

공식 릴리스GitHub 원문 노트

공식 릴리스 노트를 AI 도움으로 번역했습니다. 영어 원문이 기준입니다.

새 기능

  • 이제 Vim 모드에서 u로 실행 취소하고 Ctrl+R로 다시 실행할 수 있으며, 붙여넣은 콘텐츠와 첨부 파일을 포함한 전체 초안을 보존합니다. ([#41941](https://github.com/openai/codex/pull/41941), [#42140](https://github.com/openai/codex/pull/42140))
  • 플러그인 CLI에서 원격 마켓플레이스의 플러그인을 조회하고 설치하거나 제거할 수 있습니다. ([#42150](https://github.com/openai/codex/pull/42150))
  • tui.auto_recap = false로 설정하면 자동 요약을 비활성화하면서 수동 /recap은 계속 사용할 수 있습니다. ([#42101](https://github.com/openai/codex/pull/42101))
  • TUI 기록에 전체 패치, 백그라운드 터미널로 전송된 입력, 개별적으로 완료된 명령이 표시됩니다. ([#41893](https://github.com/openai/codex/pull/41893), [#42107](https://github.com/openai/codex/pull/42107))
  • 약 5시간의 사용량 한도 창에서 허용량이 절반 미만으로 남았을 때 Plus 및 Team 사용자가 더 일찍 경고를 받습니다. ([#42142](https://github.com/openai/codex/pull/42142))

버그 수정

  • 외부 app-server 연결이 끊기면 TUI 세션이 다시 연결되며, 초안과 트랜스크립트를 보존하고 확인이 필요하거나 대기 중인 제출은 검토를 위해 일시 중지합니다. ([#41911](https://github.com/openai/codex/pull/41911), [#41916](https://github.com/openai/codex/pull/41916), [#41918](https://github.com/openai/codex/pull/41918))
  • 확인만 필요한 작업에서는 Full Access가 Guardian 검토를 건너뜁니다. 사용자 승인 모드에서는 백그라운드 Guardian 평가와 사전 준비를 건너뛰지만, 민감한 작업 확인과 사용자 입력 요청은 기존 방식대로 처리됩니다. ([#42147](https://github.com/openai/codex/pull/42147), [#42256](https://github.com/openai/codex/pull/42256))
  • Guardian 검토 기록이 압축, 재시작, 사용자 생성 포크 이후에도 유지되며, 롤백 경계를 준수하고 서브에이전트 기록을 격리합니다. ([#41879](https://github.com/openai/codex/pull/41879), [#42065](https://github.com/openai/codex/pull/42065))
  • 기억된 MCP 도구 승인이 선택한 앱 계정으로 범위가 제한되며, 상대 MCP 실행 파일 경로가 macOS에서 더 안정적으로 시작됩니다. ([#42133](https://github.com/openai/codex/pull/42133), [#42117](https://github.com/openai/codex/pull/42117))
  • 롤아웃 압축에 공유 기록이 포함되고, 작업 디렉터리로 선택할 때 codex exec resume이 압축된 롤아웃을 처리하며, 심볼릭 링크된 세션 루트에서도 스레드 포크가 작동합니다. ([#42039](https://github.com/openai/codex/pull/42039), [#42135](https://github.com/openai/codex/pull/42135))

구성 및 API 업데이트

  • app-server 스레드 메타데이터에 nullable model 및 reasoningEffort 필드가 포함됩니다. 모델 카탈로그에서 활성화한 경우 request_user_input_async를 통해 구조화된 비동기 질문을 지원합니다. ([#42151](https://github.com/openai/codex/pull/42151), [#42178](https://github.com/openai/codex/pull/42178))
  • 최상위 설정을 tui.disable_paste_burst가 대체하며, 기존 최상위 설정은 폴백으로 계속 지원됩니다. ([#41976](https://github.com/openai/codex/pull/41976))
  • 기본적으로 비활성화된 features.context_management.experimental_mode 구성 옵션이 추가됩니다. Codex 백엔드를 사용하는 대상 ChatGPT Plus, Pro 또는 Pro Lite 세션에서 이 옵션을 활성화하면 토큰 예산 기반 컨텍스트, 기록 메모, new_context 도구가 활성화됩니다. API 키 세션, 사용자 지정 공급자, 임시 구조화 스레드는 계속 제외됩니다. ([#42385](https://github.com/openai/codex/pull/42385))