Migrate agentic workflows to Cloud Hypervisor - #58726
Merged
Merged
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
pelikhan
September 5, 2026 04:44
View session
pelikhan
marked this pull request as ready for review
September 5, 2026 04:47
pelikhan
deleted the
copilot/replace-docker-sbx-with-cloud-hypervisor
branch
September 5, 2026 04:47
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
Several migrated agents still require unavailable authenticated gh commands, and Avenger relies on mounts that Cloud Hypervisor omits.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Migrates 71 agentic workflows to Cloud Hypervisor and local GitHub MCP access while replacing unsupported Pi and Crush engines.
Changes:
- Replaces Docker sbx/gVisor with Cloud Hypervisor.
- Replaces
gh-proxywith local GitHub MCP. - Migrates incompatible engines and regenerates selected lock files.
File summaries
| File | Description |
|---|---|
typist.md |
Migrates runtime and GitHub access. |
tidy.md |
Migrates runtime and GitHub access. |
sub-issue-closer.md |
Migrates runtime and GitHub access. |
static-analysis-report.md |
Adds local MCP and migrates runtime. |
stale-pr-cleanup.md |
Migrates runtime and GitHub access. |
stale-pr-cleanup.lock.yml |
Regenerates compiled workflow. |
spec-enforcer.md |
Migrates engine, runtime, and GitHub access. |
schema-consistency-checker.md |
Migrates engine, runtime, and GitHub access. |
refiner.md |
Migrates runtime and GitHub access. |
prompt-clustering-analysis.md |
Adds local MCP and migrates runtime. |
pr-triage-agent.md |
Migrates runtime and GitHub access. |
pr-triage-agent.lock.yml |
Regenerates compiled workflow. |
poem-bot.md |
Migrates engine, runtime, and GitHub access. |
plan.md |
Migrates runtime and GitHub access. |
necromancer.md |
Migrates runtime and GitHub access. |
metrics-collector.md |
Adds local MCP and migrates runtime. |
linter-miner.md |
Migrates runtime and GitHub access. |
lint-monster.md |
Migrates engine, runtime, and GitHub access. |
jsweep.md |
Migrates runtime and GitHub access. |
issue-arborist.md |
Migrates engine, runtime, and GitHub access. |
instructions-janitor.md |
Migrates runtime and GitHub access. |
go-fan.md |
Migrates runtime and GitHub access. |
glossary-maintainer.md |
Migrates runtime and GitHub access. |
feature-grower.md |
Migrates runtime and GitHub access. |
example-workflow-analyzer.md |
Adds local MCP and migrates runtime. |
eslint-monster.md |
Migrates engine, runtime, and GitHub access. |
draft-pr-cleanup.md |
Migrates runtime and GitHub access. |
dev.md |
Migrates runtime and GitHub access. |
dev-hawk.md |
Adds local MCP and migrates runtime. |
dependabot-burner.md |
Migrates runtime and GitHub access. |
deep-report.md |
Adds local MCP and migrates runtime. |
dead-code-remover.md |
Migrates runtime and GitHub access. |
dead-code-remover.lock.yml |
Regenerates compiled workflow. |
daily-harness-experiment-proposer.md |
Migrates runtime and GitHub access. |
daily-file-diet.md |
Migrates runtime and GitHub access. |
daily-fact.md |
Migrates engine, runner, runtime, and GitHub access. |
daily-evals-report.md |
Adds local MCP and migrates runtime. |
daily-elixir-credo-snippet-audit.md |
Migrates runtime and GitHub access. |
daily-doc-updater.md |
Migrates engine, runtime, and GitHub access. |
daily-doc-healer.md |
Migrates runtime and GitHub access. |
daily-compiler-threat-spec-optimizer.md |
Migrates runtime and GitHub access. |
daily-compiler-quality.md |
Migrates runtime and GitHub access. |
daily-community-attribution.md |
Migrates runtime and GitHub access. |
daily-code-metrics.md |
Replaces Crush and migrates runtime. |
daily-cli-performance.md |
Migrates engine, runtime, and GitHub access. |
daily-choice-test.md |
Migrates runtime and GitHub access. |
daily-caveman-optimizer.md |
Migrates runtime and GitHub access. |
daily-cache-strategy-analyzer.md |
Migrates engine, runtime, and GitHub access. |
daily-awf-spec-compiler-surfacing.md |
Migrates engine, runtime, and GitHub access. |
daily-aw-cross-repo-compile-check.md |
Migrates runtime and GitHub access. |
daily-assign-issue-to-user.md |
Migrates runtime and GitHub access. |
daily-arxiv-researcher.md |
Replaces Crush and migrates runtime. |
daily-ambient-context-optimizer.md |
Migrates runtime, MCP access, and guidance. |
daily-agent-of-the-day-blog-writer.md |
Migrates runtime and GitHub access. |
daily-action-setup-security-audit.md |
Migrates runtime and GitHub access. |
copilot-agent-analysis.md |
Migrates runtime and GitHub access. |
commit-changes-analyzer.md |
Migrates engine, runtime, and GitHub access. |
code-simplifier.md |
Migrates runtime and GitHub access. |
code-simplifier.lock.yml |
Regenerates compiled workflow. |
code-scanning-fixer.md |
Migrates runtime and GitHub access. |
ci-coach.md |
Migrates runtime and GitHub access. |
chaos-pr-bundle-fuzzer.md |
Migrates engine, runtime, and GitHub access. |
changeset.md |
Migrates engine, runtime, and GitHub access. |
breaking-change-checker.md |
Migrates runtime and GitHub access. |
aw-failure-investigator.md |
Migrates runtime and GitHub access. |
avenger.md |
Migrates runtime and GitHub access. |
auto-triage-issues.md |
Migrates engine, runtime, and GitHub access. |
artifacts-summary.md |
Migrates engine, runtime, and GitHub access. |
archie.md |
Migrates runtime and GitHub access. |
archie.lock.yml |
Regenerates compiled workflow. |
approach-validator.md |
Migrates runtime and GitHub access. |
ai-moderator.md |
Migrates runtime and GitHub access. |
agent-persona-explorer.md |
Migrates engine, runtime, and GitHub access. |
agent-performance-analyzer.md |
Adds local MCP and migrates runtime. |
agent-job-health.md |
Migrates runtime and GitHub access. |
ab-testing-advisor.md |
Migrates engine, runtime, and GitHub access. |
Review details
- Files reviewed: 36/142 changed files
- Comments generated: 10
- Review effort level: Balanced
Comment on lines
+32
to
33
| mode: local | ||
| toolsets: [default] |
| agent: | ||
| id: awf | ||
| runtime: gvisor | ||
| runtime: cloud-hypervisor |
| bash: ["git diff:*", "git restore:*", "git status:*", "sed:*", wc] | ||
| github: | ||
| mode: gh-proxy | ||
| mode: local |
| tools: | ||
| cli-proxy: true | ||
| github: | ||
| mode: gh-proxy | ||
| mode: local |
| tools: | ||
| bash: | ||
| - "*" | ||
| cache-memory: true | ||
| cli-proxy: true | ||
| edit: null | ||
| github: | ||
| mode: local |
Comment on lines
+30
to
+31
| github: | ||
| mode: local |
| @@ -26,7 +26,7 @@ network: | |||
| tools: | |||
| cli-proxy: true | |||
| github: | |||
| mode: gh-proxy | |||
| mode: local | |||
| @@ -21,7 +21,7 @@ imports: | |||
| tools: | |||
| cli-proxy: true | |||
| github: | |||
| mode: gh-proxy | |||
| mode: local | |||
| cli-proxy: true | ||
| github: | ||
| mode: gh-proxy | ||
| mode: local |
| @@ -50,7 +50,7 @@ tools: | |||
| cli-proxy: true | |||
| edit: null | |||
| github: | |||
| mode: gh-proxy | |||
| mode: local | |||
Contributor
|
🎉 This pull request is included in a new release. Release: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Migrates repository-managed agentic workflows from Docker sbx and gVisor to Cloud Hypervisor.
Changes
gh-proxyusage with local GitHub MCP access.Scope
ci-doctor.mdremains unchanged because it is upstream-managed and must be migrated at its source.