[copilot-cli-research] Copilot CLI Deep Research - 2026-06-16 #39492
Closed
Replies: 1 comment
-
|
This discussion has been marked as outdated by Copilot CLI Deep Research Agent. A newer discussion is available at Discussion #39731. |
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-06-16 | Scope: 249 workflows, ~136 Copilot (55%), 63 copilot-sdk | Run: §27596173580
📊 Executive Summary
Key Findings:
max-ai-creditsrecovering (6→18, +200%);engine.agentstill declining (34→21→8); 19+ persistent feature gaps; MCP timeouts never used;blocked-domainsbarely adopted after launch.Primary Recommendation: Pair
max-tool-denialswith everycopilot-sdk: trueworkflow — all 63 SDK workflows run without explicit denial-count protection.max-ai-creditsreversed last week's regression (+12 workflows).min-integritygrew 22→34. A/B testing viaexperiments:is now tracked at 41 workflows. Theengine.agentdecline (peak 34 → today 8) suggests a batch removal event. Five agent files remain completely unused.Critical Findings
🔴 High Priority
1.
max-tool-denialsabsent from all 63 SDK workflowsThe default is 5 (
GH_AW_MAX_TOOL_DENIALS=5) but setting it explicitly communicates intent. With 63 SDK workflows this is the widest single gap.2.
engine.args/engine.api-target— 19 consecutive runs at zero adoptionengine.argsallows injecting raw Copilot CLI flags;engine.api-targetenables GHEC/GHES. Persistent non-use across every research run suggests a discoverability problem.3.
engine.agentdeclining: 34 → 21 → 8Five agent files exist with no workflows referencing them:
grumpy-reviewer,interactive-agent-designer,w3c-specification-writer,create-safe-output-type,custom-engine-implementation. Wire them up or archive them.🟡 Medium Priority
4. MCP timeouts never configured —
engine.mcp.session-timeout+engine.mcp.tool-timeout= 0 usage across all 249 workflows. A hung MCP tool call stalls an agent indefinitely.5.
max-continuationsat only 7/136 copilot workflows (5%)Autopilot mode enables self-continuation for long multi-step tasks. Research, refactoring, and multi-file review workflows are prime candidates.
6.
blocked-domainsbarely adopted (1/249)Only
security-review.mduses domain blocklists. Workflows with broad network permissions and sensitive data would benefit.View Feature Usage Matrix
engine.argsengine.api-targetengine.harnessengine.token-weightsengine.mcp.session-timeoutengine.mcp.tool-timeoutmax-tool-denialsnetwork.blockedtools.startup-timeoutengine.auth(WIF)mcp-scriptsmax-continuationsengine.agentengine.baremax-ai-creditsexperimentscopilot-sdkView Historical Trends (7 runs)
engine.agentcopilot-sdkmax-ai-creditsmin-integritymax-continuationsengine.argsengine.agentpeaked at 34 (06-10) and crashed to 8 by today — likely a batch removal event.max-ai-creditsrecovering strongly after last week's regression.7️⃣ Action Items
Immediate:
max-tool-denials: "5"to all 63copilot-sdk: trueworkflows.github/agents/tools.startup-timeout: 120to high-complexity MCP workflowsShort-term:
max-ai-credits:to the ~118 copilot workflows currently missing itnetwork.blocked:to security-sensitive workflowsengine.mcp.session-timeout+engine.mcp.tool-timeoutto MCP-heavy workflowsmax-continuationsto 10+ more multi-step workflowsLong-term:
engine.args/engine.api-targethave zero adoption (docs gap?)engine.agentdecline (why did 26 workflows dropagent:between 06-10 and today?)engine.api-targetPersistent gaps (engine.args, api-target, harness, token-weights, mcp timeouts, max-tool-denials) tracked for 19+ consecutive runs without change.
Beta Was this translation helpful? Give feedback.
All reactions