Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
755711d
Initial plan
Copilot Feb 3, 2026
a3f22fe
feat: Use AWF --enable-chroot mode and remove unnecessary mount/env f…
Copilot Feb 3, 2026
616f871
Merge origin/main into PR branch
Mossaka Feb 3, 2026
7fe8d71
Merge main and regenerate agentic workflows
Mossaka Feb 3, 2026
9c29dca
Add changeset [skip-ci]
github-actions[bot] Feb 3, 2026
68e2e63
Update awf to v0.13.2 with chroot fix
Mossaka Feb 3, 2026
b8a3772
feat: Apply --enable-chroot mode to Claude and Codex engines
Copilot Feb 3, 2026
8ea89d5
Add --env-all flag to copilot engine for chroot mode
Mossaka Feb 3, 2026
bcaf261
fix: Update test expectations for DefaultFirewallVersion and custom c…
Copilot Feb 3, 2026
512d678
Merge branch 'main' into copilot/use-enable-chroot-mode-again
Mossaka Feb 3, 2026
4d2d9cc
Add GOROOT capture step after Go setup for AWF chroot mode
Mossaka Feb 3, 2026
f8a9802
Add env capture steps for Java and dotnet in chroot mode
Mossaka Feb 3, 2026
df897ee
fix: Remove --env-all from copilot engine chroot mode
Copilot Feb 3, 2026
ffba12f
Merge branch 'main' into copilot/use-enable-chroot-mode-again
Mossaka Feb 3, 2026
b45aea1
Simplify PATH handling in chroot mode for dotnet support
Mossaka Feb 3, 2026
21c07da
Add changeset for simplified chroot path handling [skip-ci]
github-actions[bot] Feb 3, 2026
aa2fc25
Recompile workflows with simplified PATH handling
Mossaka Feb 3, 2026
10a7b33
Fix: Keep PATH setup for Claude/Codex (npm-installed binaries need PATH)
Mossaka Feb 3, 2026
a4207bb
Use full paths for Claude/Codex in AWF chroot mode
Mossaka Feb 3, 2026
b3b0e4d
Fix: Keep PATH setup for Claude/Codex (npm-installed binaries need PATH)
Mossaka Feb 3, 2026
969f063
Fix: Export INSTRUCTION env var for Codex AWF (needed for --env-all)
Mossaka Feb 3, 2026
c510043
Fix: Read prompt inside AWF container to avoid Docker Compose interpo…
Mossaka Feb 3, 2026
e32dbab
Fix: Add PATH setup to Copilot AWF for hostedtoolcache priority
Mossaka Feb 4, 2026
8e06d5a
Fix: Wrap Copilot AWF command in /bin/bash -c for PATH setup
Mossaka Feb 4, 2026
b8ecac6
Add GH_AW_TOOL_BINS setup before AWF for correct tool PATH ordering
Mossaka Feb 4, 2026
6f16fa2
Remove PATH gymnastics from engine execution - trust AWF native PATH …
Mossaka Feb 4, 2026
a248b79
Fix: Add PATH setup for npm-installed CLIs (Claude, Codex)
Mossaka Feb 4, 2026
6c8c179
Merge origin/main into copilot/use-enable-chroot-mode-again
Mossaka Feb 4, 2026
7aaa251
Update AWF to v0.13.4 - fix GOROOT/bin PATH in chroot mode
Mossaka Feb 4, 2026
d821d08
Merge origin/main - accept deleted workflows
Mossaka Feb 4, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/patch-enable-awf-chroot-mode.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .changeset/patch-simplify-chroot-path.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@
"pull-requests": "write",
"workflows": "write"
}
},
"githubnext/gh-aw": {
"permissions": {
"actions": "write",
"contents": "write",
"discussions": "read",
"issues": "read",
"pull-requests": "write",
"workflows": "write"
}
}
}
}
Expand Down
12 changes: 5 additions & 7 deletions .github/workflows/agent-performance-analyzer.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 5 additions & 7 deletions .github/workflows/agent-persona-explorer.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading