Release: agent page no-store cache header #164
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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-storemiddleware covering the page and the status/gpu/logs polls.🤖 Generated with Claude Code