Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 18, 2026

Smoke agentic workflows now build and use AWF from the local repository instead of fetching the published release.

Changes

  • sandbox.agent.command: Points to locally built AWF (node ${GITHUB_WORKSPACE}/dist/cli.js)
  • steps: Added build step with npm ci && npm run build before agent execution

Example configuration

sandbox:
  agent:
    id: awf
    command: "sudo -E node ${GITHUB_WORKSPACE}/dist/cli.js"
steps:
  - name: Build AWF from local source
    run: |
      set -e
      cd $GITHUB_WORKSPACE
      npm ci
      npm run build
      node dist/cli.js --version

Files modified

  • smoke-copilot.md
  • smoke-claude.md

Note: Run gh aw compile after merge to regenerate lock files.

Original prompt

For every smoke agentic workflows, can you add a step to override the awf instalation step to install local awf from this repo?

Custom agent used: upgrade-agentic-workflows
Upgrade agentic workflows to the latest version of gh-aw with automated compilation and error fixing


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI and others added 2 commits January 18, 2026 22:54
Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
Copilot AI changed the title [WIP] Add step to override AWF installation in smoke agentic workflows feat: override AWF installation to use local build in smoke workflows Jan 18, 2026
Copilot AI requested a review from Mossaka January 18, 2026 22:58
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.

2 participants