Releases: Azure/git-ape
Releases · Azure/git-ape
Git-Ape v0.2.0
Git-Ape v0.2.0
Changes since v0.1.1:
Features
- skills: emit partially-destroyed in local destroy scripts (
95dc3de) - extension: register prompt files in VSIX and tighten .vscodeignore (
4b2a1b8) - onboarding: replace exampleyml stubs with template-driven scaffold (
451686a) - skills: refine azure-stack-deploy and azure-stack-destroy guidance (
904a7dd) - agents: delegate to skills in deployer and template-generator (
a1d5633) - add azure-stack-* skills with fast async destroy (
69113e4) - implement Deployment Stacks for idempotent destroy + extended state schema (
79df223)
Bug Fixes
- docs: rewrite cross-skill SKILL.md links to resolvable slugs (
bc89221) - docs: read AZURE_SUBSCRIPTION_ID from vars in agent and example workflows (
8c1ca1b) - workflows: run release main-history guard for workflow_dispatch (
2bb671f) - onboarding: set AZURE_SUBSCRIPTION_ID as a variable, not a secret (
de50e71) - onboarding: sync copilot-instructions template with merged mirror (
e0ae84c) - workflows: route parameters.json values through env to block injection (
dce5833) - onboarding: remove /deploy comment trigger and fail loud on state push (
afb05ea) - onboarding: harden scaffolded workflows against matrix.deployment_id injection (
59c303e) - workflows: preserve FAILED counter in subscription resource cleanup (
236e840) - onboarding: harden and correct scaffolded workflows (
d6b41dc) - workflows: prevent shell and JS injection in deploy/destroy (
b2325f3) - skills: resolve PR review findings for deployment stacks (
9f14080) - workflows: address PR review findings (
9190c66) - workflows: prevent post-tag release version drift (
702f01c) - plugin: bump marketplace.json to 0.1.0 to match plugin.json (
6e017ab)
Documentation
- regenerate website docs for v0.2.0 version bump (
6ebc5ee) - regenerate agent and workflow docs after upstream merge (
98c6318) - drop /deploy comment trigger references (
d3cb045) - onboarding: reconcile AZURE_SUBSCRIPTION_ID as a variable (
67005a7) - website: add companion page for git-ape-drift agentic workflow source (
e66e2ec) - website: regenerate for templated workflows and prompt assets (
7137093) - instructions: switch deploy/destroy guidance to Azure Deployment Stacks (
1fb61bd) - regenerate website docs from source (
4b07b5f)
Tests
- evals: add evals for azure-stack-deploy and azure-stack-destroy (
ed078a0)
Chores
- release: bump to v0.2.0 and update changelog (
7dffdee) - evals: fix stale judge model in waza-evals PR comment header (
6f2d00b) - evals: address PR review feedback on judge-model pin (
190887c) - models: rename gpt-5-codex to gpt-5.3-codex across eval matrix (
8d5b9cf) - evals: pin LLM-as-judge to claude-opus-4.7 to eliminate self-grading bias (
c263d48) - workflows: recompile daily-repo-status lockfile against current source (
7a81254) - actionlint: exclude gh-aw compiler output from lint (
f364da5) - regenerate gh-aw lock files with v0.76.1 (
175f81a) - release: bump to v0.1.1 and update changelog (
67f75c8)
Other Changes
- Merge pull request #170 from Azure/release/0.2.0 (
40c8ad5) - Merge pull request #164 from Azure/dependabot/npm_and_yarn/website/react-8e33ddc9eb (
a96d145) - Merge pull request #166 from Azure/fix/docs-broken-markdown-links (
9c409cc) - Merge pull request #142 from Azure/feat/onboarding-overhaul (
d1bf697) - Merge pull request #144 from Azure/fix/release-tag-determinism (
9a91d74) - website)(deps-dev: bump @types/react (
8e75378) - Merge remote-tracking branch 'upstream/main' into feat/onboarding-overhaul (
cdbb486) - Merge pull request #44 from Azure/copilot/leverage-deployment-stacks-idempotency (
927b578) - Merge pull request #140 from arnaudlh/chore/judge-model-opus-4.7 (
c8888d5) - Merge pull request #153 from Azure/dependabot/npm_and_yarn/website/website-minor-patch-4e38a52fea (
5bded2d) - website)(deps: bump js-yaml (
9cd63b0) - Merge pull request #152 from Azure/dependabot/github_actions/github-actions-a951ae9250 (
abcfc2a) - Merge pull request #151 from Azure/dependabot/npm_and_yarn/website/react-cd43639a56 (
4cfb695) - actions)(deps: bump github/gh-aw-actions (
2ee8546) - website)(deps: bump the react group in /website with 3 updates (
a56bcec) - Merge pull request #138 from Azure/chore/fix-daily-status-lockfile-drift (
174ff2e) - Merge pull request #137 from dawright22/main (
bbe0667) - Add Git-Ape prompt file (
c1b7369) - Merge pull request #134 from Azure/release/v0.1.1 (
cdff65a) - Merge pull request #136 from Azure/chore/regen-aw-lockfiles (
e41ba3d) - Merge pull request #132 from Azure/chore/regen-docs (
da1ffb5) - Merge branch 'main' into copilot/leverage-deployment-stacks-idempotency (
388df0e) - Merge remote-tracking branch 'origin/main' into copilot/leverage-deployment-stacks-idempotency (
cafed10) - Potential fix for pull request finding (
8c84786) - Potential fix for pull request finding (
30087c1) - Potential fix for pull request finding (
0d440ee) - Potential fix for pull request finding (
f29135b) - Potential fix for pull request finding (
20eff30) - Potential fix for pull request finding (
6a9eebe)
Install
VS Code
Then install git-ape from the @agentPlugins Extensions view.
Copilot CLI
copilot plugin marketplace add Azure/git-ape
copilot plugin install git-ape@git-apev0.1.1: Merge pull request #126 from Azure/chore/git-ape-unicode-progress-bar
Git-Ape v0.1.1
Changes since v0.1.0:
Bug Fixes
- prereq-check: parse az version via JSON on PowerShell (
47c76d2)
Chores
- daily-status: move schedule to 08:00 SGT (00:00 UTC) (
913988f) - git-ape: switch progress bar from ASCII to Unicode blocks (
a800e91)
Other Changes
- Merge pull request #126 from Azure/chore/git-ape-unicode-progress-bar (
058b4ed) - Merge pull request #125 from Azure/fix/release-drop-odd-minor-prerelease (
8f0498c) - Merge pull request #127 from Azure/chore/daily-status-schedule-sgt (
022208f) - Merge pull request #131 from Azure/fix/prereq-check-ps-az-parsing (
2ae81c7)
Install
VS Code
"chat.plugins.marketplaces": ["Azure/git-ape"]Then install git-ape from the @agentPlugins Extensions view.
Copilot CLI
copilot plugin marketplace add Azure/git-ape
copilot plugin install git-ape@git-apev0.1.0: Merge pull request #124 from Azure/fix/release-workflow-bump-on-tag-push
Git-Ape v0.1.0
Changes since v0.0.3:
Features
- eval: update trials_per_task to enhance flake detection and add negative trigger task (
5301dde) - waza: pin WAZA_VERSION to a known-good release for stability (
f0d44ea) - prereq-check: enhance skill documentation and add tool version checks (
2e44ac8) - evals: add agent-onboard prompt, decision doc, and authoring framework (
b819016) - prompts: add /skill-onboard maintainer prompt and docs (
c2e5ada) - evals: enhance prereq-check with detailed guidance for reported command-not-found errors and PATH repair (
7b5f631) - evals: introduce waza eval harness for skills and agents (
8ff1336)
Bug Fixes
- release: bump plugin.json and marketplace.json on tag-push releases (
6b4947b) - workflows: silence issue-triage-agent no-op runs in #63 (
9317eed) - evals: preflight verifies token can read microsoft/waza, not just presence (
58851e1) - evals: gate workflows on COPILOT_GITHUB_TOKEN preflight (
2d2df0d)
Documentation
- regenerate auto-generated pages for prereq-check skill and waza eval workflows (
fd8fb3e) - authoring: add authoring guide for skills, agents, evals, prompts (
5e3bea4)
CI/CD
- waza: bump WAZA_VERSION to v0.33.0 (
3684b5e) - waza-evals: clarify eval.yaml location in compliance check note (
6dfaa0d) - waza: surface 403 diagnostics in preflight to debug COPILOT_GITHUB_TOKEN (
19df70f)
Chores
- recover version drift to v0.0.3 and seed CHANGELOG (
9fe9c26)
Other Changes
- Merge pull request #124 from Azure/fix/release-workflow-bump-on-tag-push (
eb6fe8f) - Merge pull request #123 from Azure/chore/recover-version-drift (
f2e513e) - Merge pull request #121 from Azure/dependabot/github_actions/github-actions-bb5a13794c (
21c1252) - Merge pull request #120 from Azure/dependabot/npm_and_yarn/website/react-92118fd03c (
1db8c91) - actions)(deps: bump github/gh-aw-actions (
0cee947) - website)(deps-dev: bump @types/react (
1870553) - Merge pull request #119 from Azure/fix/issue-triage-agent-noop-reporting (
dd91efc) - Merge pull request #109 from Azure/feat/eval-harness (
f9e5d20) - Merge pull request #116 from Azure/dependabot/npm_and_yarn/website/multi-f792d6d6d9 (
1e1aacc) - website)(deps: bump qs and express in /website (
4af18f9) - Merge pull request #111 from Azure/dependabot/npm_and_yarn/website/webpack-dev-server-5.2.4 (
e51caad) - website)(deps: bump webpack-dev-server in /website (
4da89d1) - Merge pull request #91 from Azure/dependabot/github_actions/github-actions-7b7e316744 (
ce9ca17)
Install
VS Code
"chat.plugins.marketplaces": ["Azure/git-ape"]Then install git-ape from the @agentPlugins Extensions view.
Copilot CLI
copilot plugin marketplace add Azure/git-ape
copilot plugin install git-ape@git-apev0.0.3
Git-Ape v0.0.3
Changes since v0.0.2:
Documentation
- make VS Code install badges clickable via HTTPS redirects (
58905b5) - extension: add blank line between list and heading to satisfy markdownlint (
d6a6e3f) - fill VS Code Marketplace listing and surface install paths (
d6c6a8f)
Other Changes
- Merge pull request #82 from Azure/dependabot/npm_and_yarn/website/mermaid-11.15.0 (
88c5aa1) - Merge pull request #83 from Azure/docs/vscode-marketplace-listing (
239a845) - Merge remote-tracking branch 'origin/main' into docs/vscode-marketplace-listing (
a94ef13)
Install
VS Code
"chat.plugins.marketplaces": ["Azure/git-ape"]Then install git-ape from the @agentPlugins Extensions view.
Copilot CLI
copilot plugin marketplace add Azure/git-ape
copilot plugin install git-ape@git-apev0.0.2
Git-Ape v0.0.2
Changes since v0.0.1:
Features
- devcontainer: add waza CLI and chat-customizations-evaluations to agent container (
d4972db) - add CONTRIBUTING.md and structural PR validation CI (
0dec1ad) - devcontainer: ensure sandbox dependencies are installed before IaC tools (
d428922) - release: publish to VS Code Marketplace using odd-minor convention (
6b5cebf) - extension: set publisher to Git-APE and auto-publish to VS Code Marketplace (
845b6c2) - extension: add VS Code extension scaffolding and CI/CD workflows (
b6bcc13) - plugin: add ape-context plugin for enhanced context management (
ac2c892)
Bug Fixes
- devcontainer: use sudo for waza installation to ensure proper binary placement (
96ebebe) - devcontainer: correct image tag for Git-Ape Website (
5c84ec5) - workflows: recompile gh-aw lock files to v0.72.1 for valid awf release (
19cab81) - workflows: silence SC2015 in gh-aw lock files and fix README fences (
499d25c) - workflows: disable lockdown on issue-triage-agent (
8732a46) - extension: set publisher to Git-ApeTeam (
2302f73) - release: remove stray gh release upload from marketplace publish step (
11c8fe4) - extension: correct chat contribution schema and bump engines/Node (
71c8c9d)
Performance
- devcontainer: tighten install steps in both containers (
e2a1eab)
Refactoring
- devcontainer: remove PowerShell feature and update PSRule installation check (
76fd086) - devcontainer: split into website and agent-engineering configs (
2131f9f)
Documentation
- reframe pitch as workload-agnostic and document workflow activation (
5080705)
CI/CD
- deps: add Dependabot, bump Node to 24 LTS (
3d23ee0)
Chores
- devcontainer: drop Node feature from agent container (
451fde8) - remove downloaded actionlint binary (
58df8de)
Other Changes
- Merge pull request #77 from Azure/docs/workload-agnostic-pitch-and-activation (
21ac1cb) - Potential fix for pull request finding (
add7a30) - Potential fix for pull request finding (
e20bb23) - Merge pull request #38 from arnaudlh/feat/devcontainer-customization (
dd61b28) - Merge pull request #62 from Azure/feat/contributing-and-pr-validation (
df66fe4) - Update .github/workflows/pr-validation.yml (
56f74a5) - Apply suggestions from code review (
8192689) - Merge pull request #73 from Azure/dependabot/npm_and_yarn/website/fast-uri-3.1.2 (
caec321) - Merge pull request #75 from Azure/dependabot/npm_and_yarn/website/babel/plugin-transform-modules-systemjs-7.29.4 (
f312189) - website)(deps: bump @babel/plugin-transform-modules-systemjs (
ef6a125) - website)(deps: bump fast-uri from 3.1.0 to 3.1.2 in /website (
6997bdb) - Merge branch 'Azure:main' into feat/devcontainer-customization (
f7196e1) - Merge pull request #70 from Azure/fix/agentic-workflows-firewall-404 (
e5d004f) - merge main to resolve PR conflicts (
f1813ed) - Merge remote-tracking branch 'origin/main' into fix/agentic-workflows-firewall-404 (
a5734d4) - Merge pull request #67 from Azure/dependabot/npm_and_yarn/website/react-b2eb9638e0 (
b517aa5) - website)(deps: bump the react group across 1 directory with 2 updates (
3ddf958) - Merge pull request #66 from Azure/dependabot/npm_and_yarn/website/docusaurus-f8bd4b0068 (
adc7b8e) - Merge pull request #65 from Azure/dependabot/github_actions/github-actions-211189af6b (
29a0ad8) - website)(deps: bump the docusaurus group (
caa7d32) - actions)(deps: bump the github-actions group with 7 updates (
e8aa1a3) - Merge pull request #64 from arnaudlh/feat/dependabot-website-deps (
951426a) - Merge pull request #50 from Azure/feat/plugin/ape-context (
1fc1661) - Merge pull request #60 from Azure/fix/issue-triage-lockdown (
33dcff9) - Merge pull request #54 from Azure/copilot/package-git-ape-vscode-extension (
74da5d4) - Merge pull request #58 from Azure/add-workflow-issue-triage-agent-7596 (
c0e684d) - Add agentic workflow issue-triage-agent (
14bda1c) - Merge pull request #56 from Azure/add-workflow-daily-repo-status-2487 (
48fd646) - Add agentic workflow daily-repo-status (
2de05d1) - Initial plan (
8ff7b12)
Install
VS Code
"chat.plugins.marketplaces": ["Azure/git-ape"]Then install git-ape from the @agentPlugins Extensions view.
Copilot CLI
copilot plugin marketplace add Azure/git-ape
copilot plugin install git-ape@git-apeGit-Ape v0.0.1
Git-Ape v0.0.1
Initial tagged release.
Features
- plugin: add marketplace settings and release pipelines (
597dd24)
Bug Fixes
- release: fall back to HEAD when tag ref does not yet exist (
fd034e2) - release: declare SECTION_TITLES as associative array (
6ce7ac9) - website: keep diagram top reachable when zoomed (
418ea7f) - docs: use https redirect pages for VS Code settings badges (
8bc36a6) - correct copilot plugin install syntax in README (
a505b0f)
Documentation
- website: add branded social card and Git-Ape OG metadata (
d238376) - website: manifesto-aligned rewrite, deploy-anything, mermaid zoom + colors (
1e4a314) - website: update content and fix Docusaurus configuration (
44d78a4) - website: sync installation page and theme intro deployment flow (
b6da657) - website: fix broken links in generated agent and skill pages (
f87da0e) - website: sync onboarding, codespaces, state, prereq-check from docs/ (
cb1e76f) - scrub remaining AutoCloud and git-ape-private references (
4ba989b) - set explicit mermaid lineColor for dark-theme arrow visibility (
6abd8e4) - replace ASCII architecture diagrams with Mermaid in ONBOARDING (
ee809fb) - add Mermaid diagrams for OIDC flow and deployment lifecycle (
3e02c8f) - replace stale AutoCloud references with Git-Ape (
4c20e4a) - add Windows/Linux keyboard shortcuts for VS Code install steps (
1be2f72) - add VS Code agent plugin install instructions (
a639500) - clarify README and add color theming to Mermaid diagrams (
afd1de1) - website: remove AWS content from public documentation (
724ff8c) - website: add Docusaurus documentation site (
e6af309)
Other Changes
- Merge pull request #48 from arnaudlh/fix/release-notes-section-titles (
cc017d5) - Merge pull request #47 from arnaudlh/feat/plugin-settings-and-release-pipelines (
c462f23) - Merge pull request #39 from arnaudlh/docs/content-updates-and-bugfixes (
d5bb6bf) - Merge pull request #46 from arnaudlh/fix/mermaid-zoom-top-cropped (
9b6c3e7) - Merge pull request #42 from Azure/dawright22-patch-1 (
e4754ae) - Update README.md (
67ab999) - Update README.md (
1f9a263) - Merge pull request #43 from arnaudlh/fix/vscode-settings-link-redirect (
63320b8) - Merge pull request #41 from PlagueHO/main (
59693c1) - Update README with Copilot CLI installation instructions (
18b5bec) - add VS Code settings links for plugin marketplace (
0a0641e) - Merge pull request #37 from arnaudlh/docs/content-updates-and-bugfixes (
a261b36) - Merge pull request #36 from arnaudlh/fix/issue-35-devcontainer-speedup (
330ed83) - Merge pull request #34 from arnaudlh/docs/readme-clarity-and-diagram-colors (
eea4096) - Speed up devcontainer creation by parallelizing tool installs (
e7e88c7) - Merge remote-tracking branch 'upstream/main' into docs/readme-clarity-and-diagram-colors (
e0b3a14) - Merge pull request #29 from Azure/feat/docusaurus-website (
94c68cc) - Update docs/ONBOARDING.md (
8e7db53) - Update docs/ONBOARDING.md (
26bd693) - Update docs/DEPLOYMENT_STATE.md (
fb9df2d) - Update website/docs/getting-started/onboarding.md (
fee25f0) - Merge pull request #32 from Azure/fix/readme-install-syntax (
0aaa7ac) - Merge pull request #6 from suuus/docs/video-flow (
23c5b0f) - Update README to remove old video link (
a74913d) - Update README.md with youtube link (
62f577f) - Add demo video link for Git-Ape (
b2343bb)
Install
VS Code
"chat.plugins.marketplaces": ["Azure/git-ape"]Then install git-ape from the @agentPlugins Extensions view.
Copilot CLI
copilot plugin marketplace add Azure/git-ape
copilot plugin install git-ape@git-ape