issues Search Results · language:Dune language:JavaScript language:JavaScript language:Python language:JavaScript linked:pr
Filter by
4.5M results
Summary
plugins/tps-meter.tsx maintains a single global let ratio variable for chars-to-tokens conversion. The calibrateRatio
function in tps.js has no model-keyed isolation. When a session alternates ...
bug
Summary
In .github/instructions/docs.instructions.md, the subsection Synchronizing Last Updated and Version on Content Changes
defines how the revision segment of **Version:** major . minor . YYYYMMDD ...
Summary
The OPENCODE_TPS_METER_DISABLE env var checks only for exact === 1 and === true , while the OPENCODE_TPS_METER env var
uses the broad isFalsy() function (which accepts off, no, false, 0, and ...
bug
Phase 61: Autonomous Security Knowledge Graph Engine
Enterprise Critical XXL Implementation | AegisGraph Sentinel X
Executive Summary
This issue tracks the complete production-ready implementation of ...
type:security
Location
plugins/tps/format.js:39-42
Problem
fmtTokens uses Math.abs(n) for the magnitude threshold check but formats the raw (signed) value:
export function fmtTokens(n, placeholder = -- ) {
if ...
Summary
GenerationTimer.setTokens(exact) replaces _tokens with the provider s exact token count on message completion. But
_primeTokens (accumulated from char-ESTIMATED token values during push()) is ...
bug
Bug
createProposal() spreads caller payload after assigning id, so callers can override generated proposal ids.
Expected behavior
- Ignore caller-provided id during proposal creation.
- Preserve ...
Summary
The verify-plugin CI job in .github/workflows/ci.yml runs the peer install and plugin verification as explicit manual
steps rather than using the npm script verify:plugin defined in package.json. ...
bug
Summary
scripts/install.mjs uses Array.includes(packageName) to detect whether the plugin is already in tui.json. But OpenCode
supports plugin entries as tuples ([ @devinoldenburg/opencode-tps-meter , ...
bug
Location
plugins/tps/config.js:78-87
Problem
Every num() call in resolveConfig() uses inline magic numbers for its clamp bounds:
pollMs: num(o.pollMs ?? e.OPENCODE_TPS_METER_POLL_MS, 50, 5000, DEFAULTS.pollMs), ...

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.