Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
850a70d
Initial plan
Copilot Jul 16, 2026
0bc681d
Plan: add Auggie shared engine support
Copilot Jul 16, 2026
33243b4
Add experimental Auggie shared engine support
Copilot Jul 16, 2026
173f1b1
Configure smoke-auggie to use GitHub model provider
Copilot Jul 16, 2026
09c78c5
Merge branch 'main' into copilot/add-augment-code-auggie-cli
pelikhan Jul 16, 2026
f941fe1
Merge branch 'main' into copilot/add-augment-code-auggie-cli
pelikhan Jul 16, 2026
d7a0a78
plan: merge main and recompile
Copilot Jul 16, 2026
7a35f73
Merge remote-tracking branch 'origin/main' into copilot/add-augment-c…
Copilot Jul 16, 2026
a3e660c
Merge main and recompile workflows
Copilot Jul 16, 2026
ffc1b93
plan: verify merge-main request state
Copilot Jul 16, 2026
e1ed22e
Merge branch 'main' into copilot/add-augment-code-auggie-cli
pelikhan Jul 16, 2026
28a0c64
Fix CLI host assertion and sync lock files
Copilot Jul 16, 2026
766fcd2
Clarify host resolution in org issue helper test
Copilot Jul 16, 2026
2bce134
Plan PR finishing work
Copilot Jul 16, 2026
c72712f
Merge remote-tracking branch 'origin/main' into copilot/add-augment-c…
Copilot Jul 16, 2026
74e5526
Fix Auggie review follow-ups
Copilot Jul 16, 2026
b137c40
Merge remote-tracking branch 'origin/main' into copilot/add-augment-c…
Copilot Jul 16, 2026
5ef262e
Merge main and refresh smoke-auggie lockfile
Copilot Jul 16, 2026
169f16e
Merge remote-tracking branch 'origin/main' into copilot/add-augment-c…
Copilot Jul 16, 2026
fdc64ee
Merge main and recompile workflows
Copilot Jul 16, 2026
cefcd36
Switch dev workflow to Auggie on GitHub
Copilot Jul 16, 2026
df7705f
Merge remote-tracking branch 'origin/main' into copilot/add-augment-c…
Copilot Jul 16, 2026
716f617
Merge main and recompile workflows
Copilot Jul 16, 2026
3366813
Merge remote-tracking branch 'origin/main' into copilot/add-augment-c…
Copilot Jul 16, 2026
c255fb0
chore: plan unresolved auggie follow-ups
Copilot Jul 16, 2026
d21ae16
recompile workflow drift after validation
Copilot Jul 16, 2026
4e565ea
Merge branch 'main' into copilot/add-augment-code-auggie-cli
pelikhan Jul 16, 2026
cfc819c
fix: use GitHub provider model syntax for Auggie workflows
Copilot Jul 17, 2026
08702cc
Merge remote-tracking branch 'origin/main' into copilot/add-augment-c…
Copilot Jul 17, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
670 changes: 670 additions & 0 deletions .github/aw/actions-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions .github/aw/syntax-agentic.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,12 +270,12 @@ description: Agentic workflow specific frontmatter fields for GitHub Agentic Wor
- `setup-steps`/`pre-steps` also apply to built-in jobs (e.g. `activation`): use `setup-steps` for OIDC/secret bootstrap that must run before framework token minting, then verify the result in `pre-steps`.

- **`engine:`** - AI processor configuration
- String format: `"copilot"` (default, recommended), `"claude"`, `"codex"`, `"gemini"`, or the experimental `"antigravity"`, `"opencode"`, `"pi"`
- String format: `"copilot"` (default, recommended), `"claude"`, `"codex"`, `"gemini"`, or the experimental `"antigravity"`, `"auggie"`, `"opencode"`, `"pi"`
- Object format for extended configuration:

```yaml
engine:
id: copilot # Required: coding agent identifier (copilot, claude, codex, gemini; experimental: antigravity, opencode, pi)
id: copilot # Required: coding agent identifier (copilot, claude, codex, gemini; experimental: antigravity, auggie, opencode, pi)
version: beta # Optional: version of the action (has sensible default); also accepts GitHub Actions expressions: ${{ inputs.engine-version }}
model: gpt-5 # Optional: LLM model to use (has sensible default)
permission-mode: acceptEdits # Optional (claude only): auto | acceptEdits | plan | bypassPermissions. Default: acceptEdits (auto when tools.edit is false)
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/ab-testing-advisor.lock.yml

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions .github/workflows/ace-editor.lock.yml

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

Loading