issues Search Results · language:Dune language:JavaScript language:JavaScript linked:pr language:Java language:JavaScript
Filter by
3.2M results
Summary
The repository has no Dependabot configuration, so there is no automated monitoring of:
- The devDependencies entry @opencode-ai/plugin: 1.17.6 for updates or security advisories.
- The ...
enhancement
Summary
RateMeter.push() returns early for zero-token or non-finite deltas without updating this._lastAt. This causes
active(now) to return true long after the last real token arrived, and the EWMA gap ...
bug
Summary
GenerationTimer.setTokens(exact) replaces the running estimated token count with the provider-reported exact count, but
leaves the _primeTokens field at its char-estimated value. When the exact ...
bug
Location
plugins/tps-meter.tsx:71 and plugins/tps/tps.js:239-250 — the ratio variable and calibrateRatio() function.
Bug
The calibrateRatio() function (tps.js:239) accepts a prev ratio, computes an ...
Summary
scripts/install.mjs uses a plain Array.includes() check to determine if the plugin is already installed in tui.json. But
OpenCode supports tuple-format plugin entries (e.g., [ @devinoldenburg/opencode-tps-meter ...
bug
Summary
The --uninstall flag in scripts/install.mjs performs only a partial teardown: it removes the plugin entry from tui.json
but deliberately leaves the dependency declaration in package.json and the ...
bug
Location
plugins/tps-meter.tsx:153-163 — the onMessageRemoved event handler.
Bug
When message.removed fires, the handler deletes the message s GenerationTimer from the timers map and clears
currentMsgId, ...
Summary
RateMeter._prune() drops samples that have fallen outside the trailing window. It does this by iterating from the
beginning of the _samples array and then calling s.splice(0, i) — an O(n) operation. ...
bug
Summary
The package.json exports map defines a ./core entry pointing to ./plugins/tps/index.js, and the README documents it:
import { RateMeter, messageStats, aggregate, buildView } from @devinoldenburg/opencode-tps-meter/core ...
enhancement
Summary
The CI workflow (.github/workflows/ci.yml) includes a verify-plugin job that installs @opentui/solid + solid-js peers
and runs bun tools/verify-plugin.mjs — a runtime smoke test that loads the ...
bug

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.