Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
214 changes: 60 additions & 154 deletions .github/workflows/ab-testing-advisor.lock.yml

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion .github/workflows/ab-testing-advisor.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ description: Daily A/B testing advisor that picks a random agentic workflow with
emoji: 🧪
engine:
bare: true
id: copilot
id: pi

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.

[/zoom-out] Migrating 20 non-smoke workflows to an experimental engine in a single PR is a meaningful blast radius. Pi sets GH_AW_INFO_FIREWALL_ENABLED: false and GH_AW_INFO_AWF_VERSION: "" in compiled lock files, meaning all migrated workflows run without the AWF firewall container stack — a significant security posture change compared to Copilot.

No blocking issue if this is intentional policy for Pi, but worth confirming explicitly in the PR description or a follow-up ADR so reviewers don't have to infer it from the lock file diffs.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Acknowledged — the Pi firewall posture gap was unintentional. Fixed in 6bf8621 by adding enableFirewallByDefaultForPi (matching the pattern of enableFirewallByDefaultForCopilot and enableFirewallByDefaultForClaude). All Pi workflows with sandbox: agent: awf now get GH_AW_INFO_FIREWALL_ENABLED: "true" and the AWF firewall stack, putting them on the same security posture as Copilot and Claude workflows.

model: copilot/gpt-5.4
strict: true
timeout-minutes: 30
tools:
Expand Down
232 changes: 85 additions & 147 deletions .github/workflows/agent-persona-explorer.lock.yml

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions .github/workflows/agent-persona-explorer.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ description: Explores agentic-workflows custom agent behavior by generating soft
on: daily
max-daily-ai-credits: 10000
engine:
id: copilot
model: gpt-5.4-mini
id: pi
model: copilot/gpt-5.4
permissions:
contents: read
actions: read
Expand Down Expand Up @@ -37,6 +37,8 @@ experiments:
# Note: max-turns not available for default Copilot engine (Claude only)
tools:
cli-proxy: true
github:
mode: gh-proxy
agentic-workflows:
cache-memory: true
safe-outputs:
Expand Down
28 changes: 14 additions & 14 deletions .github/workflows/ai-moderator.lock.yml

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

34 changes: 17 additions & 17 deletions .github/workflows/api-consumption-report.lock.yml

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

28 changes: 14 additions & 14 deletions .github/workflows/approach-validator.lock.yml

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

34 changes: 17 additions & 17 deletions .github/workflows/audit-workflows.lock.yml

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

Loading
Loading