릴리즈 노트
이번 릴리즈는 OpenCode 런타임 안정성과 Codex/LazyCodex 설치 경로를 함께 개선합니다.
OpenCode
- 내부 prompt dispatch를 강화해 parent wake, continuation prompt, 내부 응답의 중복 주입을 줄였습니다.
- Anthropic assistant-tail 및 prefill 엣지 케이스 복구 흐름을 개선했습니다.
run 모드에서 메시지 없이 조용히 완료되는 문제를 수정했습니다.
- 세션 idle/status 처리를 개선해 OpenCode 응답 중복 가능성을 낮췄습니다.
- legacy context-window monitor hook 경로를 활성 hook/config 표면에서 제거했습니다.
- active 또는 미완료 assistant turn 주변에서 background-agent parent wake 동작을 더 안정화했습니다.
- prompt gate dedupe, abort recovery, fallback routing, run completion 회귀 테스트를 확장했습니다.
Codex / LazyCodex
lazycodex-ai npm alias를 통해 Bun 없이 LazyCodex를 설치할 수 있는 경로를 추가했습니다.
- macOS, Linux, Windows 전반의 Codex installer 동작을 개선했습니다.
- Windows Git Bash 감지, 안내, MCP 지원을 Codex 설치 흐름에 추가했습니다.
- project-local Codex config cleanup과 legacy
omx 충돌 복구를 추가했습니다.
- managed cleanup command와 더 안전한 delegated LazyCodex utility command를 추가했습니다.
opencode-qa skill 패키징과 Codex 지향 skill bundle을 확장했습니다.
Release / Packaging
- 아직 npm alias가 갱신되기 전의 stale LazyCodex smoke output이 릴리즈를 막거나 빨간 체크로 보이지 않도록 CI를 수정했습니다.
- 깨진 direct public binary entrypoint를 제거해 platform launcher package를 내부용으로 유지했습니다.
- 내부 launcher package에 대한 OpenAgent platform alias publish를 수정했습니다.
- platform launcher publish와 package layout 검증을 강화했습니다.