Skip to content

Conversation

@ariane-emory
Copy link
Owner

DUMMY PR, IGNORE.

OpeOginni and others added 30 commits December 24, 2025 14:02
…perimental Calculation and Display of Tokens per second

Fixes anomalyco#6096
- Add display_message_tps to tui config schema
- Update TPS checks to use config instead of OPENCODE_EXPERIMENTAL_TPS flag
- Remove unused OPENCODE_EXPERIMENTAL_TPS flag from flag.ts

Users can now enable TPS display via opencode.json:
{
  "tui": {
    "display_message_tps": true
  }
}
- Add display_message_tps to tui config schema
- Update TPS checks to use config instead of OPENCODE_EXPERIMENTAL_TPS flag
- Remove unused OPENCODE_EXPERIMENTAL_TPS flag from flag.ts
- Add type assertions to bypass TypeScript caching issue

Users can now enable TPS display via opencode.json:
{
  "tui": {
    "display_message_tps": true
  }
}
…ne-emory/opencode into feat/opeoginni--display-message-tps
@github-actions
Copy link

github-actions bot commented Jan 8, 2026

Hey! Your PR title Feat/opeoginni display message tps doesn't follow conventional commit format.

Please update it to start with one of:

  • feat: or feat(scope): new feature
  • fix: or fix(scope): bug fix
  • docs: or docs(scope): documentation changes
  • chore: or chore(scope): maintenance tasks
  • refactor: or refactor(scope): code refactoring
  • test: or test(scope): adding or updating tests

Where scope is the package name (e.g., app, desktop, opencode).

See CONTRIBUTING.md for details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants