pullrequests Search Results · language:Dune language:Python language:JavaScript language:C++ language:TypeScript
Filter by
240M results
Summary
- add a NestJS background worker to claim queued recognition tasks in FIFO batches
- add retry-once behavior and terminal failure handling in processing use case
- wire worker config and ...
What broke and why
Three FMP stable API endpoint paths were wrong, causing 404 errors on /yields, /macro, /earnings, and /news.
Fixes
| Command | Old (broken) | New (correct) |
| --- | --- | --- |
| ...
Fixes a startup timing race where configured Custom Endpoint/BYOK models could be hidden from the chat model picker
because chat.hasByokModels.lastKnown restored as false before extension registration ...
Why
Fetching papers/books via the MCP tools was dumping whole bodies into the model context (e.g. get_fulltext defaulted
to 50,000 chars ≈ ~13–16k tokens) and re-dumping from the start whenever the caller ...
Summary
Adds full Multi-Carer support to the HomeSafe server: a richer schema with carer roles and lifecycle status, four new
management endpoints, device-based deduplication on /family/join, and a follow-up ...
This PR has been triggered in an effort to close out the migration for libcap278.
IMPORTANT: If you close this PR, the bot will presume that the feedstock has been rebuilt with this update and WILL NOT ...
Refs #69
Summary
- add --eval dry-run mode to the mock smoke response builder
- build mock responses and evaluate them through the existing response judge in one command
- keep builder export behavior ...
- Add @custom-variant dark directive for Tailwind v4 dark: utility support
- Define .light class with light-mode CSS variable overrides
- Create ThemeContext with lazy state init (localStorage - ...