새로운 기능
- 플랜 모드가 이제 기본적으로 활성화되며 플랜 프롬프트의 업데이트된 상호작용 지침이 포함됩니다. (#10313, #10308, #10329)
- 성격 구성이 이제 안정적입니다: 기본값은 친화적이며, 설정 키는
personality이고, 기존 설정이 앞으로 마이그레이션됩니다. (#10305, #10314, #10310, #10307)
- 스킬을
.agents/skills에서 로드할 수 있으며, 더 명확한 상대 경로 지침 및 중첩 폴더 마커가 지원됩니다. (#10317, #10282, #10350)
- 콘솔 출력에는 이제 더 쉬운 진단을 위한 런타임 메트릭이 포함됩니다. (#10278)
버그 수정
- 스레드를 보관 해제할 때 타임스탬프가 업데이트되어 사이드바 정렬이 새로고침됩니다. (#10280)
- 대화 규칙 출력이 제한되고 접두사 규칙이 중복 제거되어 반복된 규칙을 방지합니다. (#10351, #10309)
- 오버라이드 턴 컨텍스트가 더 이상 추가 항목을 추가하지 않습니다. (#10354)
문서
- npm README의 손상된 이미지 링크를 수정했습니다. (#10303)
변경 로그
전체 변경 로그: https://github.com/openai/codex/compare/rust-v0.93.0...rust-v0.94.0
- #10278 feat: show runtime metrics in console @apanasenko-oai
- #10285 display promo message in usage error @willwang-openai
- #10302 fix(nix): update flake for newer Rust toolchain requirements @douglaz
- #10296 chore(features) remove Experimental tag from UTF8 @dylan-hurd-oai
- #10303 Fix npm README image link @fouad-openai
- #10306 chore(app-server) add personality update test @dylan-hurd-oai
- #10308 plan mode prompt @aibrahim-oai
- #10305 chore(core) Default to friendly personality @dylan-hurd-oai
- #10307 feat(core,tui,app-server) personality migration @dylan-hurd-oai
- #10313 enable plan mode @aibrahim-oai
- #10120 feat: fire tracking events for skill invocation @alexsong-oai
- #10317 feat: Support loading skills from .agents/skills @gverma-openai
- #10282 Make skills prompt explicit about relative-path lookup @xl-openai
- #10316 Add websocket telemetry metrics and labels @apanasenko-oai
- #10314 chore(config) Rename config setting to personality @dylan-hurd-oai
- #10310 chore(features) Personality => Stable @dylan-hurd-oai
- #10320 Sync system skills from public repo @gverma-openai
- #10322 Sync system skills from public repo for openai yaml changes @gverma-openai
- #10323 fix(config) config schema newline @dylan-hurd-oai
- #10329 Improve plan mode interaction rules @charley-oai
- #10280 Bump thread updated_at on unarchive to refresh sidebar ordering @charley-oai
- #10350 fix: System skills marker includes nested folders recursively @gverma-openai
- #10351 fix(rules) Limit rules listed in conversation @dylan-hurd-oai
- #10354 Do not append items on override turn context @pakrym-oai
- #10309 fix(core) Deduplicate prefix_rules before appending @dylan-hurd-oai
- #10373 chore(core) gpt-5.2-codex personality template @dylan-hurd-oai
- #10375 fix(personality) prompt patch @dylan-hurd-oai
- #10371 feat: vendor app-server protocol schema fixtures @bolinfest