anomalyco / anomalyco/opencode
Feature request: show live tokens/sec (output speed) in TUI and Desktop app
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 209k
- Forks
- 27.5k
- PR merge metrics
- PR metrics pending
Description
Description
When the model is generating a response, there's no visible indication of output speed (tokens per second). The UI currently shows token usage and cost per message/session, but no live tok/s metric while streaming.
Use case
- Comparing provider/model latency and throughput side by side
- Quickly spotting slow providers, rate limiting, or degraded performance
- Diagnosing whether long waits are network/provider related or model-side
Suggested implementation
- Show output tok/s next to the streaming indicator while a response is generating
- Optionally include tok/s in the per-message token usage details after completion
Tested on the v2 Desktop app; the same gap exists in the TUI.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the streaming indicator and existing token-usage displays in the TUI and Desktop app. Trace how streaming progress is exposed in each interface, then verify that output tok/s appears during generation and, if implemented, in completed per-message usage details.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli, desktop
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100