- Codex expiry badge now says "결제 만료/까지" so it's unambiguous that
this is the ChatGPT Pro/Team subscription end-date, not an OAuth
access-token TTL.
- Claude rows no longer show an expiry badge: Claude credentials only
expose an OAuth access_token TTL (auto-refreshed every few minutes
by the existing claude token refresh loop), which is meaningless to
the user. Replace it with a static "토큰 자동갱신" tag so the column
alignment stays consistent.
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>