pullrequests Search Results · language:Edge language:TypeScript language:PHP language:JavaScript language:Java language:Python
Filter by
277M results
…across most componenents
The Stop button did not reliably cancel active LLM/tool work, and messages sent while a response was running were
ignored instead of queued. Backgrounding the app could also surface transient provider ...
Add dismiss button to the featured ambassador card (clicking it dismisses the card and stops the auto-rotation)
Changes
- Added ExportBundleRequest interface
- Added request body support for Export Bundle endpoint
- Added export settings to bundle export response attributes
- Made startedAt and finishedAt ...
What
Two changes to the first-time account experience.
First-run welcome (/account/welcome)
New email sign-ups arrived nameless - the greeting fell back to there (including the Nothing here yet, there ...
Integrated the Register page with the backend authentication API and Redux authentication state management.
- Connected Register page to the authentication service layer
- Implemented registration ...
Found on the 2026-06-09 manual fire. run_subprocess in daily_paper_run returns (rc, output); the [4c] step did rc =
run_subprocess(...) then if rc != 0 — a tuple is never == 0, so every fire logged false ...
When several triggers re-evaluated the same scope/category near- simultaneously, each spawned its own apply task. The
last_applied debounce record was only written after the (awaited) actions finished, ...