Release: agent page no-store cache header #164

Merged
bvandeusen merged 1 commits from dev into main 2026-06-30 20:00:36 -04:00
Owner

Agent-only. The control page is a static string served with no cache headers, so a freshly-pulled agent image kept showing the OLD UI until a hard refresh. Adds a Cache-Control: no-store middleware covering the page and the status/gpu/logs polls.

🤖 Generated with Claude Code

Agent-only. The control page is a static string served with no cache headers, so a freshly-pulled agent image kept showing the OLD UI until a hard refresh. Adds a `Cache-Control: no-store` middleware covering the page and the status/gpu/logs polls. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
bvandeusen added 1 commit 2026-06-30 20:00:33 -04:00
fix(agent): send Cache-Control: no-store so a new image isn't masked by cache
CI / lint (push) Successful in 2s
CI / frontend-build (push) Successful in 18s
CI / backend-lint-and-test (push) Successful in 26s
CI / integration (push) Successful in 3m21s
82e1a4e127
The control page is a static string served with no cache headers, so after
pulling a fresh agent image the browser kept showing the OLD UI until a hard
refresh (operator-flagged). Add a no-store middleware covering the page and the
status/gpu/logs polls.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Ttrj5P7upUTueSfoJcxEqa
bvandeusen merged commit 40be0a9323 into main 2026-06-30 20:00:36 -04:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bvandeusen/FabledCurator#164