Replies: 4 comments
|
This + Cursor, and then we're good with the major provider usage reporting. |
0 replies
i think that cursor doesn't expose the necessary data |
0 replies
|
I heard that @t3dotgg was working on hardening the grok and cursor ACP/sdk integration so this is probably better handled after that is complete. |
0 replies
|
Came here looking for exactly this. At work, we have a LiteLLM proxy, and there's a plugin for integrating it better with OpenCode, where it auto-discovers the available models, and also populates the pricing accordingly: Inside OpenCode it works, shows all models, and the cost. But inside T3 Code, it only shows the models, no cost tracking. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Before submitting
Area
apps/web and apps/server
Problem or use case
The Usage page reports Claude Code and Codex activity, but users who also work through Grok or OpenCode cannot see those providers in their totals. That makes cross-provider usage and cost comparisons incomplete.
Connected environments are also difficult to inspect independently: aggregate totals are useful, but there is no direct way to focus the page on one environment or provider when investigating where usage came from.
Proposed solution
Extend Usage reporting to:
turn_completedupdates and clearly mark its coverage as partialWhy this matters
People often use several coding providers on the same machine or across multiple T3 Code environments. A unified but inspectable Usage page makes provider comparisons useful without implying that partial histories or raw token-cost estimates are invoices.
Smallest useful scope
Support the durable Grok and OpenCode usage sources, expose them through the existing Usage contract, and preserve honest coverage notices. Environment and provider filters should reuse the existing merged summary rather than introduce a separate analytics system.
Alternatives considered
Risks or tradeoffs
Examples or references
Implementation draft: #5704
Contribution
All reactions