pullrequests Search Results · language:Dune language:Python language:JavaScript language:JavaScript language:CSS
Filter by
155M results
Three related changes to summer mode handling across the plugin.
Config-driven opt-in (config.txt + loadConfig)
Summer mode is now disabled by default. Users opt in via config.txt:
SummerMode=yes ...
The store directory markup changed (the Directory-listItem / itemprop selectors are gone), so the spider crawled no
store pages and produced zero features.
Rewrite as a SitemapSpider + StructuredDataSpider ...
add audit log for tracking ever mutation request from event sync app front end
Adds hotspot calculation and plot generation
Phase 2 (quick win): supply/task suggestions
Logging a supply or to-do used to be a blank text box. Added a shared suggestions list (common group-home supplies +
tasks) surfaced via datalist autocomplete: ...
Bumps vitest from 2.1.9 to 4.1.8. details summary Release notes /summary p em Sourced from a href=
https://github.com/vitest-dev/vitest/releases vitest s releases /a . /em /p blockquote h2 v4.1.8 /h2 h3 ...
dependencies
javascript
Updates the requirements on pytest to permit the latest version. details summary Release notes /summary p em Sourced
from a href= https://github.com/pytest-dev/pytest/releases pytest s releases /a . /em ...
dependencies
python
Summary
Implements kind-aware dispatch routing per docs/026 §4. Different behaviour kinds now receive different context objects
when dispatched:
- llm_turn: Handler called with TriggerEvent only (current ...