Skip to content

Adopt Cloud Hypervisor for 58 agentic workflows - #54346

Merged
pelikhan merged 1 commit into
mainfrom
copilot/refactor-agentic-workflows
Aug 20, 2026
Merged

Adopt Cloud Hypervisor for 58 agentic workflows#54346
pelikhan merged 1 commit into
mainfrom
copilot/refactor-agentic-workflows

Conversation

Copilot AI commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

Expands Cloud Hypervisor adoption across compatible agentic workflows, bringing the repository total to 102 workflows using the microVM runtime.

  • Runtime migration

    • Adds or replaces sandbox.agent.runtime in 58 compatible workflow sources.
    • Excludes workflows incompatible with Cloud Hypervisor constraints.
  • Generated workflows

    • Regenerates corresponding .lock.yml files with Cloud Hypervisor provisioning and runtime configuration.
sandbox:
  agent:
    runtime: cloud-hypervisor

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title Use Cloud Hypervisor for agentic workflows Adopt Cloud Hypervisor for 58 agentic workflows Aug 20, 2026
Copilot AI requested a review from pelikhan August 20, 2026 20:50
@pelikhan
pelikhan marked this pull request as ready for review August 20, 2026 20:53
Copilot AI balanced review requested due to automatic review settings August 20, 2026 20:53
@pelikhan
pelikhan merged commit fe91565 into main Aug 20, 2026
@pelikhan
pelikhan deleted the copilot/refactor-agentic-workflows branch August 20, 2026 20:54

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Migrates 58 agentic workflows to Cloud Hypervisor and regenerates selected lock files with microVM provisioning.

Changes:

  • Selects cloud-hypervisor for compatible workflows.
  • Generates KVM setup, bundle verification, and privileged AWF invocation.
  • Replaces Docker sbx setup in the Ollama workflow.

Three workflows still depend on runner-host services inaccessible from Cloud Hypervisor.

Show a summary per file
File Description
workflow-skill-extractor.md Selects Cloud Hypervisor.
workflow-normalizer.md Selects Cloud Hypervisor.
weekly-editors-health-check.md Selects Cloud Hypervisor.
visual-regression-checker.md Migrates host-backed visual testing.
update-astro.md Selects Cloud Hypervisor.
smoke-workflow-call.md Migrates smoke test runtime.
smoke-workflow-call-with-inputs.md Migrates input smoke test.
smoke-update-cross-repo-pr.md Migrates cross-repository update test.
smoke-temporary-id.md Migrates temporary-ID test.
smoke-project.md Migrates project test.
smoke-multi-pr.md Migrates multi-PR test.
smoke-create-cross-repo-pr.md Migrates cross-repository creation test.
smoke-copilot-sub-agents.md Migrates sub-agent test.
smoke-copilot-small.md Migrates small-model test.
smoke-copilot-small.lock.yml Adds generated microVM setup.
smoke-copilot-sdk.md Migrates SDK test.
smoke-ci.md Migrates CI test.
smoke-checkout-pr-dispatch.md Migrates checkout test.
smoke-call-workflow.md Migrates workflow-call test.
smoke-agent-scoped-approved.md Migrates scoped-agent test.
smoke-agent-public-none.md Migrates public-agent test.
smoke-agent-public-approved.md Migrates approved-agent test.
smoke-agent-all-none.md Migrates unrestricted-agent test.
slide-deck-maintainer.md Selects Cloud Hypervisor.
sighthound-security-scan.md Selects Cloud Hypervisor.
sighthound-security-scan.lock.yml Adds generated microVM setup.
safe-output-health.md Selects Cloud Hypervisor.
research.md Selects Cloud Hypervisor.
repo-audit-analyzer.md Selects Cloud Hypervisor.
repo-audit-analyzer.lock.yml Adds generated microVM setup.
release.md Migrates release highlights agent.
pdf-summary.md Selects Cloud Hypervisor.
lockfile-stats.md Selects Cloud Hypervisor.
gpclean.md Selects Cloud Hypervisor.
gpclean.lock.yml Adds generated microVM setup.
go-pattern-detector.md Selects Cloud Hypervisor.
github-remote-mcp-auth-test.md Migrates remote MCP test.
github-remote-mcp-auth-test.lock.yml Adds generated microVM setup.
github-mcp-tools-report.md Selects Cloud Hypervisor.
github-mcp-structural-analysis.md Selects Cloud Hypervisor.
functional-pragmatist.md Selects Cloud Hypervisor.
firewall.md Selects Cloud Hypervisor.
example-permissions-warning.md Migrates permissions example.
example-permissions-warning.lock.yml Adds generated microVM setup.
example-failure-category-filter.md Migrates filtering example.
example-failure-category-filter.lock.yml Adds generated microVM setup.
docs-noob-tester.md Migrates host-backed browser test.
detection-analysis-report.md Selects Cloud Hypervisor.
dependabot-go-checker.md Selects Cloud Hypervisor.
daily-syntax-error-quality.md Selects Cloud Hypervisor.
daily-spec-coverage-kiro.md Selects Cloud Hypervisor.
daily-schema-audit-cursor.md Selects Cloud Hypervisor.
daily-safe-output-optimizer.md Selects Cloud Hypervisor.
daily-regulatory.md Selects Cloud Hypervisor.
daily-regulatory.lock.yml Adds generated microVM setup.
daily-regression-audit-kiro.md Selects Cloud Hypervisor.
daily-pr-review-cursor.md Selects Cloud Hypervisor.
daily-model-inventory.md Selects Cloud Hypervisor.
daily-max-ai-credits-test.md Selects Cloud Hypervisor.
daily-max-ai-credits-test.lock.yml Adds generated microVM setup.
daily-byok-ollama-test.md Replaces Docker sbx with Cloud Hypervisor.
daily-byok-ollama-test.lock.yml Replaces generated Docker sbx setup.
copilot-pr-prompt-analysis.md Selects Cloud Hypervisor.
copilot-pr-nlp-analysis.md Selects Cloud Hypervisor.
constraint-solving-potd.md Selects Cloud Hypervisor.
codex-github-remote-mcp-test.md Selects Cloud Hypervisor.
ai-moderator.md Replaces gVisor runtime.
ace-editor.md Replaces gVisor runtime.

Review details

  • Files reviewed: 82/116 changed files
  • Comments generated: 3
  • Review effort level: Balanced

@@ -103,6 +103,9 @@ steps:
done
echo "Dev server is ready"

sandbox:
agent:
runtime: cloud-hypervisor
question: Does the agent output reflect the perspective of a new user rather than an expert reviewer?
sandbox:
agent:
runtime: cloud-hypervisor
agent:
id: awf
runtime: docker-sbx
runtime: cloud-hypervisor
@github-actions

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.87.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants