fix: Codex 계정 전환 후 사용량 조회 복구 - #5
Merged
Merged
Conversation
- 빈 rate_limits 로그를 건너뛰고 최근 유효 데이터 탐색 - 이벤트 timestamp 기준 최신 사용량 및 리셋 시각 선택 refs: fix/codex-account-reconnect
- 패키지와 잠금 파일 버전 0.3.3 동기화 - Codex 계정 전환 복구 변경 내역 추가 refs: fix/codex-account-reconnect
jun1485
marked this pull request as ready for review
August 10, 2026 08:46
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
변경 내용
rate_limits탐색timestamp기준 최신 사용량 선택0.3.3및 CHANGELOG 갱신원인
계정 전환 시 여러 세션 파일이 동시에 갱신되면서 빈
rate_limits로그가 최신 8개 탐색 범위를 점유했습니다. 파일 수정 시각도 실제 사용량 이벤트 시각과 달라 정상 데이터가 있어도 조회되지 않았습니다.영향
계정 전환 뒤에도 최근 유효한 Codex 사용량과 올바른 리셋 시각을 다시 표시합니다.
검증
tsc --noEmit통과