feat(usage): show API list-price in breakdowns - #4033
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. |
리뷰 · 우선순위 46 / 80이 PR은 harryzhou2000이 만든 Usage GUI 후속이다. 이미 지금 라인 / 경로로 보면 문제·확인할 지점은 이렇다.
메인테이너의 판단이 필요한 지점
너의 추천 이 댓글은 grok-bot이 작성했습니다 |
⏳ DRAFT
What to do
Review readiness checklist
0/4 boxes ticked. This PR stays in draft until every box above is ticked. |
Summary
This is the UI follow-up to the per-row pricing coverage added in #2365 (related issue #1820); it does not alter the estimator.
Verification
cd gui && bun test tests/usage-layout.test.tscd gui && bun run lint:i18n && bun run lint && bun run buildbun run typecheckcd docs-site && bun run buildcd gui && bun test tests— 1,933 pass; the only sandbox failure was the pre-existing Cursor discovery fixture unable to bind127.0.0.1. Its isolated outside-sandbox run passed:bun test tests/models-empty-provider.test.tsx(13 pass).OCX_TEST_NO_QUEUE=1 bun run test— the unrelated staged-update recovery test remains non-green:tests/update/update-stop-first.test.tsexpected exit1, received0. The feature-specific checks above pass.Visual audit of the production-built Usage component with priced and excluded rows:
Checklist
Review readiness checklist
This PR stays in draft until every box below is ticked. Tick all four boxes once the requirements are met:
All CI tests are green on my local testing.
I pushed my PR to the latest dev commit.
I resolved all correct Codex and CodeRabbit findings.
My PR is ready for review.