issues Search Results · language:Dune language:JavaScript language:Java language:JavaScript language:JavaScript
Filter by
33.2M results
Summary
The goal_status tool in tools.js does not validate ctx.sessionID. If it is undefined or null, store.stateFor(undefined)
creates a session with key default, which could collide with other sessions ...
Problem
benchmarks/completion-corpus.mjs uses Object.freeze on corpus entries, but the freeze is shallow. Inner objects like
state, expected, and config are still mutable. A test that modifies them would ...
bug
testing
html body !--StartFragment-- html head /head body h1 LOT 5 — Vue Analyse : dashboard expert desktop multi-courbes /h1 h2
Summary /h2 p Ajouter une vue Analyse accessible depuis le dashboard via un bouton ...
Problem
scripts/validate-opencode-config.mjs does:
const plugin = await import(join(root, plugins , goal-guard.js ));
const hooks = await plugin.default({ client: { app: { log: async () = undefined ...
bug
ci/cd
Summary
In guard.js, the session.idle handler uses a check-then-act pattern on the decidingIdle Set that has a theoretical race
window:
if (decidingIdle.has(sessionID)) return; // Line 380
decidingIdle.add(sessionID); ...
Context
Follow-up from PR #458 (watchlist-trigger strategy) code review.
strategy-config.json requires author_whitelist with minItems: 1. That gate only applies to the copytrade Discord-author
path; ...
enhancement
Summary
plugins/goal-guard/review-runner.js has two paths that swallow the SessionBusyError from the host s promptAsync:
1. launchReviewBatch wraps the call in a try/catch that, on isSessionBusyError, ...
bug
Problem
tools/lab/web/js/store.js connectStream message handler doesn t validate message structure. A malformed SSE message
(missing type field, wrong data format) could crash the store.
Suggested Fix ...
bug
plugin
Problem
tools/lab/web/js/api.js makes fetch() calls without AbortController. Navigating away from a view doesn t cancel
in-flight requests, leading to:
- Wasted bandwidth
- Stale responses arriving ...
bug
plugin
Summary
In review-runner.js, ensureReviewClient() wraps the SDK client with HTTP fallback methods. However, it unconditionally
overwrites client.session.promptAsync and client.session.messages even when ...

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.