Skip to content

v2026.7.31

Choose a tag to compare

@github-actions github-actions released this 25 Jul 19:41
· 5 commits to main since this release

Added

  • View Agent Job run logs in the admin panel — the job edit form now has a "Run logs" section: a dropdown of recent runs (timestamp + size) and a log viewer, so per-run output is readable in the browser instead of only on disk. Backed by a new admin_get_agent_job_logs action that lists/reads files under LOG_DIR/agent-jobs/<job>/ (path-constrained to the job's own directory; large logs tailed to the last 200 KB).