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 specter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,20 @@ Unreleased changes accumulate under `## Unreleased`. Every user-visible change a

## Unreleased

---

## v0.15.2 - 2026-09-18

VS Code extension only. The CLI stays at 0.15.1, and this extension fetches that CLI by default. Stable Marketplace users are updating from 0.12.1: the extension changes between then and now are in the v0.13.0 through v0.15.1 sections below.

### Fixed

- The VS Code extension now preserves independently installed Specter CLIs, including newer supported versions. Update the extension to receive the fix. Existing CLI installations need no reinstall. If you have no shell CLI, run Specter: Add CLI to Shell PATH.

### Changed

- The extension's version number no longer has to match the CLI's. With `specter.version` empty, the extension fetches the CLI version it declares, 0.15.1 for this release, rather than its own number. **Action:** none. A pinned `specter.version` or `latest` still works as before.

---

## v0.15.1 - 2026-09-13
Expand Down
4 changes: 2 additions & 2 deletions specter/vscode-extension/package-lock.json

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

2 changes: 1 addition & 1 deletion specter/vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "specter-vscode",
"displayName": "Specter SDD",
"description": "Spec-Driven Development tooling for VS Code — inline coverage, diagnostics, annotation assistance, and intent drift detection.",
"version": "0.15.1",
"version": "0.15.2",
"publisher": "Hanalyx",
"license": "MIT",
"engines": {
Expand Down
Loading