Uh oh!
There was an error while loading. Please reload this page.
feat(opencode): add /context usage dialog - #10576
Conversation
Make it easy to inspect last-request token usage without leaving the session.
Show a friendly message when model context limits are unavailable.
The following comment was made by an LLM, it may be inaccurate: Based on my search, I found several potentially related PRs: Related PRs:
These PRs may be addressing the same feature area of token usage and context information display in the TUI. PR #10234 (stats dialog) appears to be the most likely duplicate or closely related PR since both target token usage statistics display. |
bpeers01
commented
Jan 25, 2026
Heads up: this overlaps with #6152 conceptually, but this PR is intentionally smaller. It only surfaces existing last-request token metrics via a /context dialog, with no new endpoint and no token estimation. |
wenkangjing
commented
Jan 27, 2026
Nice one, would love to see this merged |
f1ae801 to
08fa7f7CompareClosing this pull request because it has had no updates for more than 60 days. If you plan to continue working on it, feel free to reopen or open a new PR. |
Summary
Verification
Screenshots
TUI-only UI change; happy to go through design review if needed.
Fixes#10575