Skip to content

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

Filter by

4.5M results  (325 ms)

4.5M results

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), ...

Summary tools/install-peers.mjs installs the peer runtime packages with no version constraints, meaning every CI run resolves to whatever the latest published version is. A breaking change in solid-js ...
bug

Summary The parseArgs() function in scripts/install.mjs blindly reads the next argument after --dir via argv[++i]. If --dir is followed by another flag (e.g., --dir --local), the flag name becomes the ...
bug

Location plugins/tps/meter.js:97 Problem RateMeter._prune() contains a guard against negative _windowSum: _prune(now) { // ... drops old samples ... if (this._windowSum 0) this._windowSum = 0; ...
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.