anomalyco / anomalyco/opencode

Feature request: show live tokens/sec (output speed) in TUI and Desktop app

Open
#50,000 0 comments 1 reaction 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.