Skip to content

issues Search Results · language:Dune language:JavaScript language:JavaScript language:JavaScript language:CSS linked:pr

Filter by

1.9M results  (344 ms)

1.9M results

Problem commands/goal-final.md specifies agent: goal-final-auditor and subtask: true. The validate-opencode-config.mjs script validates that commands have an agent field but does not validate that the ...
bug
ci/cd

Problem research/opencode-plugin-platform.md states: permission.ask is intentionally not used: it is declared in the type but never triggered by the runtime This is presented as a fact about the current ...
documentation

Problem tools/lab/web/js/views/agent.js tick interval catches api.run(runId) and api.graph(runId) failures but silently swallows errors. The view shows stale data without any indication to the user. ...
bug
plugin

Problem tools/lab/web/js/views/agent.js: events = store.getRunEvents(runId); This reassigns the outer events variable, but the store.on( event ) handler could fire during a render, causing inconsistent ...
bug
plugin

Problem tools/lab/web/js/views/list.js has: input type= number max= 40 ... But the API batch endpoint caps at Math.min(body.count, 50). The UI limit (40) is lower than the API limit (50), which ...
bug
plugin

Problem tools/lab/server/index.mjs shutdown timeout is hardcoded at 1500ms. With many concurrent runs, this may be too short for all runs to abort cleanly. Additionally, there s no graceful drain for ...
bug
plugin

Summary tools/lab/server/metrics.mjs computeMetrics() iterates ALL runs and ALL events on every call. With many runs and events, this is O(runs x events) per metrics request. The perRunMetrics function ...

Problem tools/lab/server/store.mjs createRun doesn t validate required fields (id, model, taskId). Missing fields are silently accepted, creating incomplete run records. Suggested Fix Add validation: ...
bug
plugin

Summary File: tools/visual-test/sidebar-visual.jsx The visual-test helper strips trailing spaces from every rendered line before printing it: console.log(f.replace(/ +$/gm, )). That makes it impossible ...
bug
testing

Issues Found File: benchmarks/run.mjs 1. Dead code: fmt() helper defined but never called — The fmt(n) function is defined at the end of the file s console output section but not used anywhere. ...
bug
Issue origami icon

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 Issues
ProTip! Restrict your search to the title by using the in:title qualifier.
Issue origami icon

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 Issues
ProTip! Restrict your search to the title by using the in:title qualifier.