Agent-only. In-UI log console (/logs ring buffer; autoscale moves + job failures + detector loads) and a full styling pass on the control page (header + connection pill, Control/Status/Logs cards, Auto switch, GPU-util + VRAM meters). Ships in the agent image. Lint/frontend/backend-unit green on dev (run 1754); integration unaffected by an agent-only change.
Agent-only. In-UI log console (`/logs` ring buffer; autoscale moves + job failures + detector loads) and a full styling pass on the control page (header + connection pill, Control/Status/Logs cards, Auto switch, GPU-util + VRAM meters). Ships in the agent image. Lint/frontend/backend-unit green on dev (run 1754); integration unaffected by an agent-only change.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
- logbuf.py: bounded in-memory log ring buffer + a logging.Handler on the root
logger; GET /logs serves it; the control page polls it into a console pane —
so runs are monitorable without `docker logs`. worker now logs autoscale moves
(one line per change, with jobs/s + util + VRAM) and job failures (job + image
+ reason); detectors already log load/disable.
- Restyled the whole control page: a proper dark layout with a header + live
connection pill, cards (Control / Status / Logs), a styled Auto switch +
worker stepper, status tiles, separate GPU-util and VRAM meters, and the log
console. No longer feels like an afterthought; all the existing control hooks
are preserved.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Ttrj5P7upUTueSfoJcxEqa
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Agent-only. In-UI log console (
/logsring buffer; autoscale moves + job failures + detector loads) and a full styling pass on the control page (header + connection pill, Control/Status/Logs cards, Auto switch, GPU-util + VRAM meters). Ships in the agent image. Lint/frontend/backend-unit green on dev (run 1754); integration unaffected by an agent-only change.🤖 Generated with Claude Code