Remote trigger runs show no logs or output in web UI

Resolved 💬 2 comments Opened Apr 2, 2026 by sacredvoid Closed Apr 2, 2026

Remote trigger runs show a green checkmark and "MANUAL" tag in the Runs section, but clicking on them does nothing. There's no way to view the session transcript, logs, or output.

This makes it impossible to debug why a trigger succeeded (green check) but didn't produce the expected results (no git commits, no files created).

Expected behavior

Clicking a completed run should show the agent's session transcript or at least stdout/stderr, similar to how GitHub Actions show run logs.

Current behavior

  • Green checkmark appears next to each run
  • Clicking the run entry does nothing
  • No transcript, no logs, no error output visible
  • Only visible info: timestamp and "MANUAL" tag

Why this matters

I have 3 remote triggers (job hunting agents + O-1 visa progress tracker). All 3 show green checkmarks on manual runs, but none of them produced the expected git commits or file changes. Without logs, I can't tell if the agent:

  • Failed silently during execution
  • Hit a git push permission error
  • Encountered an API error (e.g., Apify, Resend)
  • Ran successfully but produced no changes due to dedup

Environment

  • claude.ai web UI, scheduled tasks section
  • Triggers created via RemoteTrigger API from Claude Code CLI (v2.1.89)
  • Model: claude-sonnet-4-6
  • Repos: private GitHub repos cloned via HTTPS

Repro

  1. Create any remote trigger via the API
  2. Run it manually (either via API or "Run now" button in web UI)
  3. Wait for completion (green checkmark)
  4. Click the completed run entry
  5. Nothing happens, no logs visible

Screenshot

Runs section shows completed runs but no way to inspect them:

Runs
[checkmark] Today at 1:04 AM  MANUAL
[checkmark] Today at 12:47 AM MANUAL
[checkmark] Today at 12:28 AM MANUAL

View original on GitHub ↗

This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗