Two gaps in GitHub Actions observability for fullsend agent runs.
1. Agent transcript not visible inline in GHA logs
Currently requires gh run download <run-id> --name fullsend-<agent> to see what happened. A post-script step could stream key transcript sections into the GHA step output.
2. No summary in GHA step output
Hard to see what the agent did at a glance. A post-script step could extract key actions (files changed, commands run, result) from the transcript and write them to $GITHUB_STEP_SUMMARY.
Migrated from docs/known-issues.md
Two gaps in GitHub Actions observability for fullsend agent runs.
1. Agent transcript not visible inline in GHA logs
Currently requires
gh run download <run-id> --name fullsend-<agent>to see what happened. A post-script step could stream key transcript sections into the GHA step output.2. No summary in GHA step output
Hard to see what the agent did at a glance. A post-script step could extract key actions (files changed, commands run, result) from the transcript and write them to
$GITHUB_STEP_SUMMARY.Migrated from
docs/known-issues.md