[copilot-cli-research] Copilot CLI Deep Research - 2026-05-29 #35636
Closed
Replies: 1 comment
-
|
This discussion was automatically closed because it expired on 2026-05-30T05:12:42.120Z.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Analysis Date: 2026-05-29 · Scope: 236 workflows, 126 Copilot (53%) · Previous Run: §26491933777
📊 Executive Summary
16th consecutive run. The Copilot CLI ecosystem is mature and growing —
strictmode (161/236 workflows),imports(233/236), andnetworkrestrictions (123/236) show strong adoption. Model overrides are popular (68 workflows). However, 7 safety/productivity features have never been used across all 16 runs. The most actionable gap:startup-timeoutandtool-timeout— zero workflows configure these protective guards despite availability.🔴 Critical Findings
1. Zero workflows use
startup-timeoutortool-timeout(16 runs)A hung Copilot CLI call silently burns minutes in workflows with
timeout-minutes: 30–180. These fields directly map toGH_AW_STARTUP_TIMEOUT/GH_AW_TOOL_TIMEOUT.Affected:
agent-persona-explorer.md(180 min),api-consumption-report.md(45 min), all other long-running workflows.2.
max-continuationsused by only 5/126 Copilot workflowsAutopilot mode (
--autopilot --max-autopilot-continues N) enables multi-turn autonomous runs. Onlycontribution-check.mduses it meaningfully (max: 20). Candidates:architecture-guardian.md,dev-hawk.md,dead-code-remover.md,docs-noob-tester.md.🟡 Medium Priority
3. Zero
engine.versionpinning (16 runs)All 126 Copilot workflows always install
latest. One breaking CLI release affects everything. Pin high-value workflows:hourly-ci-cleaner.md,contribution-check.md.4.
mcp-scriptsadoption: 1 workflow (down from 3 on May 25)Only
security-review.mduses this. Workflows with largebash:allowlists could usemcp-scriptsinstead.5.
max-runsused by only 2 workflowsNo cost cap on 27+ scheduled experiments. Add
max-runs: 30to daily/hourly workflows.📉 Feature Usage Matrix
strictmodeengine.agentengine.baremax-continuationsmcp-scriptsstartup-timeouttool-timeoutengine.argsengine.api-targetengine.harnessengine.version7️⃣ Action Items
Immediate:
startup-timeout: 120+tool-timeout: 300toagent-persona-explorer.mdshared/importsShort-term:
max-continuations: 3-5forarchitecture-guardian.md,dev-hawk.mdengine.versionincontribution-check.md,hourly-ci-cleaner.mdmax-runs: 30to all scheduled workflows lacking cost capsLong-term:
engine.argsuse cases or mark as advanced/internalengine.harnesswith examples for custom retry logicReferences:
Beta Was this translation helpful? Give feedback.
All reactions