Releases: Azure/git-ape
Releases · Azure/git-ape
v0.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
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