issues Search Results · language:Dune language:JavaScript language:JavaScript linked:pr language:CSS language:JavaScript
Filter by
1.9M results
What to test
PR #110 shipped the attendance entry UI. Needs a real-raid smoke test tonight (2026-06-18) after the raid log is up on
WCL.
Checklist
- [ ] Refresh from WCL completes and populates the ...
Summary
In st-extension/src/index.js, both the WS and HTTP polling paths do:
STATE.pendingActions.set(character, []); // ← before lock acquired
STATE.pendingSideActions.set(character, []);
await ...
bug
Summary
writeState() in st-plugin/link-state.js:33-38 uses fs.promises.writeFile, which truncates the file before writing new
content. If the process crashes between truncation and write completion, character-links.json ...
bug
reliability
Summary
In st-extension/src/index.js (~line 900-902), when the first generateQuietPrompt({ quietPrompt, forceChId: chid, ... })
call throws, the catch block retries without forceChId:
result = await ...
bug
Summary
In st-plugin/index.js:542-606, the entire trust label block — reading link state, building the label, injecting
[OWNER]/[GUEST] — is inside a try/catch. If anything in that block throws (disk ...
bug
security
Summary
_charDirFor(baseDir, characterName) in st-plugin/chat-history.js calls path.join(baseDir, characterName) directly. A
characterName containing ../ sequences (e.g. ../../etc) escapes the chats directory. ...
bug
security
Summary
In oc-plugin/src/index.ts:513-514, the file_write action writes directly to action.path with no validation:
case file_write : {
await writeFile(String(action.path), String(action.content ...
bug
security
Summary
The requireBearerToken middleware in st-plugin/index.js:87-94 checks for the presence of any x-csrf-token header before
validating the Bearer token. If the header is present with any value (including ...
bug
security
Create applications with the Copilot CLI
img alt= original github octocat src= https://octodex.github.com/images/original.png align= left height= 80px /
👋 Hey there @alejdg! Welcome to your Skills exercise! ...
Summary
The planning features (PC activity detection, Teams communication analysis, work-schedule inference) collect
substantially more sensitive personal data than basic time-tracking. Before these features ...
feature
status:done

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.