Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 22, 2026

  • Analyze workflow run https://github.com/githubnext/gh-aw/actions/runs/21269170295
  • Understand the issue: When sandbox: false is set, the --add-dir flags do not include ${GITHUB_WORKSPACE}
  • Identify root cause: Line 55-57 in copilot_engine_execution.go only adds /tmp/ paths but not the workspace directory in non-sandbox mode
  • Fix: Add workspace directory to --add-dir in non-sandbox mode as well
  • Add test to verify workspace directory is included in both modes
  • Run tests to validate fix
  • Run make agent-finish for validation
Original prompt

investigate how we can relax firewall mounting so that this run https://github.com/githubnext/gh-aw/actions/runs/21269170295 would not report difficulties of running make build command


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
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