You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).