issues Search Results · language:Dune language:JavaScript language:JavaScript language:JavaScript linked:pr language:Java
Filter by
3.2M results
Summary
config.js and view.js each define their own DEFAULTS objects containing identical, overlapping display keys. If a new
display option is added to config.js but not to view.js, the view will silently ...
bug
Summary
In buildView(), the if (last last.done) / else if (streaming live) construct at lines 89-103 makes the live-streaming
detail row ( now peak … · −Ns wait ) and the last-message detail row ( last ...
bug
Location
plugins/tps/format.js:98-100
Problem
sparkline() checks if the computed range is = 0 and returns all-empty spark characters:
export function sparkline(values, opts = {}) {
const min = opts.min ...
Severity: LOW
File: package.json:25 (files field) and NOTES.md
The package.json files array includes root-level markdown docs:
files : [
plugins/ ,
scripts/install.mjs ,
README.md ,
ARCHITECTURE.md ...
POST /api/notifications currently forwards req.body directly into createNotification. The service creates { id: ntf_...,
read: false, ...payload }, so clients can submit incomplete notification records ...
Location
plugins/tps/format.js:51-68
Problem
fmtCost() has no guard against negative input values:
export function fmtCost(n, placeholder = -- ) {
if (n == null) return placeholder;
if (typeof ...
Severity: MEDIUM
File: plugins/tps/config.js:69-70
const metric =
o.metric === output || e.OPENCODE_TPS_METER_METRIC === output ? output : generated ;
What is wrong
The logic uses OR — if ...
bug
Severity: LOW
File: package.json:7-12
exports : {
. : ./plugins/tps-meter.tsx ,
./tui : ./plugins/tps-meter.tsx ,
./core : ./plugins/tps/index.js ,
./package.json : ./package.json
} ...
Location
plugins/tps-meter.tsx:102-107
Problem
When a message.part.updated event arrives for a part that has not been seen before, the delta fallback counts the entire
part text as new tokens:
const ...
Severity: MEDIUM
File: .github/workflows/ci.yml:15
jobs:
test:
strategy:
matrix:
node: [22, 20, 20.11 ]
runs-on: ubuntu-latest
What is wrong
The Node.js tests and verify-plugin ...

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.