homelab-codex-ws/services/agent-system/webui
Oskar Kapala 1db9db7d03 fix(dashboard): read last_update from JSON content, not file mtime
operator_ui.py called .replace() on last_update without checking type —
an integer value (written by the materializer) raised AttributeError and
silently fell back to os.path.getmtime(), which was stuck at 5/29 after a
deploy with preserved timestamps. web.py had the same class of bug but
worse: it unconditionally replaced last_update with mtime, ignoring the
JSON field entirely. Both now branch on isinstance(str) and cast numeric
values directly to float, with mtime only as a last-resort fallback.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-31 22:10:50 +02:00
..
Dockerfile Add agent system service with Redis materializer 2026-05-15 23:29:59 +02:00
index.html feat: add Copy for AI snapshot button to webui 2026-05-21 12:05:37 +02:00
web.py fix(dashboard): read last_update from JSON content, not file mtime 2026-05-31 22:10:50 +02:00