Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -50,6 +50,7 @@ A quiet but important second theme: the system prompt is now **static** across a
|
||||
|
||||
## 🐛 Bug Fixes
|
||||
|
||||
- **No-cache middleware on `/api/*`** — every API response now carries `Cache-Control: no-store`. Without this, a one-off bad response (e.g. the SPA catch-all leaking `index.html` for an `/api/*` URL before a route was registered) could get pinned in the browser's disk cache and replayed forever, since our JSON handlers don't emit ETag/Last-Modified. Hard-refresh no longer required to recover.
|
||||
- **Tools & skills registration** — queens and colonies no longer end up with stale or duplicated entries after reloads.
|
||||
- **Session creation** — invalid inputs are rejected up front with clear errors instead of surfacing later as runtime failures.
|
||||
- **Skill / reflection edges** — tightened handling so reflection runs no longer see half-built skill state during scope reloads.
|
||||
|
||||
Reference in New Issue
Block a user