Actions
개선 #555
완료됨개선 #525: Codex CLI 0.142.2 app-server 대응 개발 묶음
Codex 0.142.2 account rateLimits updated 기반 quota refresh 정리
개선 #555:
Codex 0.142.2 account rateLimits updated 기반 quota refresh 정리
시작일:
2026/06/26
완료일:
진척도:
100%
추정시간:
설명
h2. 배경
#530 선행분석에서 account/rateLimits/updated를 event-driven refresh로 연결하는 작업은 Gateway quota 경로와 local Codex quota 경로를 함께 건드리므로 별도 일감으로 분리한다.
근거 문서: docs/design/codex-cli-0.142.2-app-server-protocol-audit.md
h2. 작업 범위
- Gateway mode에서는 Main-owned Gateway limits API를 권위 소스로 유지한다.
- local Codex mode에서만
account/rateLimits/updated를 debounced quota refresh trigger로 사용할지 결정한다. - quota panel과 diagnostics가 stale event를 방치하지 않도록 테스트를 보강한다.
h2. 완료 기준
- Gateway credential/raw key 경계가 유지된다.
- local Codex quota update 이벤트 처리 정책이 명확해진다.
- quota UI refresh 테스트가 추가 또는 보강된다.
Actions