Conversation
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueThanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
✅ Deterministic PR hygiene checks passed. |
⏳ DRAFT
What to do
Review readiness checklist
0/4 boxes ticked. This PR stays in draft until every box above is ticked. |
리뷰 · 우선순위 54 / 80이 PR은 Usage 페이지의 Models 표를 넓혀서, 모델마다 입력 토큰·출력 토큰·캐시 히트·캐시 쓰기·캐시 히트율을 한눈에 보게 합니다. 지금 왜 지금 보면 쓸모가 있냐면, 캐시 히트는 비용·지연 체감에 바로 이어지는데 모델별로 갈리면 어디가 잘 맞고 어디가 텔레메트리가 비는지 바로 보입니다. 제공자가 캐시 숫자를 안 주면 칸에 em dash( 범위도 비교적 작습니다. 손대는 곳은 한 가지 더: Summary에는 이미 전체 캐시 카드가 있는데, Models에만 입력/출력/캐시 칸을 넣고 Providers 표( 정리하면, 방향은 맞고 라인 70-73 - UsageModel에 캐시 필드를 optional로 넣은 건 맞지만, API의 메인테이너의 판단이 필요한 지점
너의 추천 이 댓글은 grok-bot이 작성했습니다 |
Summary
The Usage page's Models table now shows input tokens, output tokens, cache hits, cache writes, and cache hit rate for each model. When a provider does not report cache telemetry, the cache cells display an em dash. The change also adds translations for all supported GUI locales, documents the new metrics, and includes a rendered GUI regression test.
Verification
bun run typecheckbun run test:changed— 164 passed, 0 failedgit diff --checkChecklist
Review readiness checklist