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
10 changes: 10 additions & 0 deletions .changeset/engine-model-to-top-level.md

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

2 changes: 1 addition & 1 deletion .github/workflows/ab-testing-advisor.lock.yml

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

2 changes: 1 addition & 1 deletion .github/workflows/ab-testing-advisor.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ safe-outputs:
title-prefix: "[ab-advisor] "
description: Daily A/B testing advisor that picks a random agentic workflow without an experiments section, devises an experiment campaign to improve it, and creates a GitHub issue with the implementation task
emoji: 🧪
model: copilot/gpt-5.4
engine:
bare: true
id: pi
model: copilot/gpt-5.4
strict: true
timeout-minutes: 30
tools:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/agent-persona-explorer.lock.yml

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

4 changes: 2 additions & 2 deletions .github/workflows/agent-persona-explorer.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ emoji: "🎭"
description: Explores agentic-workflows custom agent behavior by generating software personas and analyzing responses to common automation tasks
on: daily
max-daily-ai-credits: 10000
model: copilot/gpt-5.4
engine:
id: pi
model: copilot/gpt-5.4
permissions:
contents: read
actions: read
Expand Down Expand Up @@ -325,4 +325,4 @@ Execute all phases systematically and maintain an objective, research-focused ap

```json
{"noop": {"message": "No action needed: [brief explanation of what was analyzed and why]"}}
```
```
2 changes: 1 addition & 1 deletion .github/workflows/auto-triage-issues.lock.yml

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

2 changes: 1 addition & 1 deletion .github/workflows/auto-triage-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ permissions:
contents: read
issues: read
copilot-requests: write
model: copilot/gpt-5.4
engine:
id: pi
model: copilot/gpt-5.4
strict: true
network:
allowed:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/avenger.lock.yml

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

4 changes: 2 additions & 2 deletions .github/workflows/avenger.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ permissions:
pull-requests: read
tracker-id: avenger-ci
max-turns: 50
model: claude-haiku-4.5
engine:
id: claude
model: claude-haiku-4.5
network:
allowed:
- defaults
Expand Down Expand Up @@ -245,4 +245,4 @@ Your pull request should:

**Do NOT commit or include any files under `.github/workflows/`** — that directory is protected and excluded by the safe-outputs configuration.

**Important**: If no action is needed (CI already passing, no fixable failures found, or no meaningful changes), you **MUST** call the `noop` safe-output tool with a brief explanation.
**Important**: If no action is needed (CI already passing, no fixable failures found, or no meaningful changes), you **MUST** call the `noop` safe-output tool with a brief explanation.
Loading
Loading