Description
The gh-aw logs tool hits its 60s server deadline above ~40 runs, which forces every fleet-wide audit to fall back to a ~40-run / ~8h window instead of a true 7-day window. This is a recurring blocker called out by the audit fleet (Weekly Workflow Analysis #42229) and degrades the accuracy of every workflow/token/reliability report that depends on it. The orchestrator already supports a timeout/count budget (pkg/cli/logs_orchestrator.go:229-279, 606).
Fix
Either raise the effective deadline for logs --count > 40, or add pagination/cursoring so larger windows stream incrementally without exceeding the per-request deadline.
Expected Impact
Unblocks true week-wide fleet analysis; improves the fidelity of the entire audit/reporting ecosystem.
Suggested Agent
Copilot SWE Agent (Go CLI change).
Estimated Effort
Medium (1-4 hours)
Data Source
DeepReport 2026-06-29; Weekly Workflow Analysis #42229.
Generated by 🔬 DeepReport - Intelligence Gathering Agent · 212.1 AIC · ⌖ 11.9 AIC · ⊞ 9.8K · ◷
Description
The gh-aw
logstool hits its 60s server deadline above ~40 runs, which forces every fleet-wide audit to fall back to a ~40-run / ~8h window instead of a true 7-day window. This is a recurring blocker called out by the audit fleet (Weekly Workflow Analysis #42229) and degrades the accuracy of every workflow/token/reliability report that depends on it. The orchestrator already supports a timeout/count budget (pkg/cli/logs_orchestrator.go:229-279, 606).Fix
Either raise the effective deadline for
logs --count > 40, or add pagination/cursoring so larger windows stream incrementally without exceeding the per-request deadline.Expected Impact
Unblocks true week-wide fleet analysis; improves the fidelity of the entire audit/reporting ecosystem.
Suggested Agent
Copilot SWE Agent (Go CLI change).
Estimated Effort
Medium (1-4 hours)
Data Source
DeepReport 2026-06-29; Weekly Workflow Analysis #42229.