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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [0.27.0](https://github.com/archgate/cli/compare/v0.26.2...v0.27.0) (2026-03-31)

### Features

* native Cursor plugin support via marketplace and VSIX install ([#182](https://github.com/archgate/cli/issues/182)) ([bc7a120](https://github.com/archgate/cli/commit/bc7a120829b52fa3fbf7e30575fd1ec10154385d))

### Bug Fixes

* use correct path encoding for Cursor session-context on Windows ([#181](https://github.com/archgate/cli/issues/181)) ([9e531ee](https://github.com/archgate/cli/commit/9e531eef4278b2e1ad1ecab515dc06f5673c70ca))
* use VS Code marketplace URL in copilot init fallback ([#186](https://github.com/archgate/cli/issues/186)) ([e0187f9](https://github.com/archgate/cli/commit/e0187f99a778c9f8eec5a1a42ac7e9892fe59b8a))

## [0.26.2](https://github.com/archgate/cli/compare/v0.26.1...v0.26.2) (2026-03-25)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export default defineConfig({
applicationCategory: "DeveloperApplication",
applicationSubCategory: "Code Governance",
operatingSystem: "macOS, Linux, Windows",
softwareVersion: "0.26.2",
softwareVersion: "0.27.0",
license: "https://github.com/archgate/cli/blob/main/LICENSE",
offers: { "@type": "Offer", price: "0", priceCurrency: "USD" },
url: "https://cli.archgate.dev",
Expand Down
2 changes: 1 addition & 1 deletion docs/public/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "version": "v0.26.2" }
{ "version": "v0.27.0" }
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "archgate",
"version": "0.26.2",
"version": "0.27.0",
"description": "Enforce Architecture Decision Records as executable rules — for both humans and AI agents",
"keywords": [
"adr",
Expand Down
Loading