diff --git a/.changeset/fix-opencode-commands-directory.md b/.changeset/fix-opencode-commands-directory.md deleted file mode 100644 index c67a0cfc1..000000000 --- a/.changeset/fix-opencode-commands-directory.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@fission-ai/openspec": patch ---- - -fix: OpenCode adapter now uses `.opencode/commands/` (plural) to match OpenCode's official directory convention. Fixes #748. diff --git a/.changeset/graceful-status-no-changes.md b/.changeset/graceful-status-no-changes.md deleted file mode 100644 index 0ef3345d7..000000000 --- a/.changeset/graceful-status-no-changes.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@fission-ai/openspec": patch ---- - -fix: `openspec status` now exits gracefully when no changes exist instead of throwing a fatal error. Fixes #714. diff --git a/.changeset/new-tools-and-fixes.md b/.changeset/new-tools-and-fixes.md deleted file mode 100644 index 4750d68d9..000000000 --- a/.changeset/new-tools-and-fixes.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -"@fission-ai/openspec": minor ---- - -### New Features - -- **Junie support** — Added tool and command generation for JetBrains Junie -- **Lingma IDE support** — Added configuration support for Lingma IDE -- **ForgeCode support** — Added tool support for ForgeCode -- **IBM Bob support** — Added support for IBM Bob coding assistant - -### Bug Fixes - -- **Shell completions opt-in** — Completion install is now opt-in, fixing PowerShell encoding corruption -- **Copilot auto-detection** — Prevented false GitHub Copilot detection from a bare `.github/` directory -- **pi.dev command generation** — Fixed command reference transforms and template argument passing diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d7271af5..75f1fc078 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # @fission-ai/openspec +## 1.3.0 + +### Minor Changes + +- [#952](https://github.com/Fission-AI/OpenSpec/pull/952) [`cce787e`](https://github.com/Fission-AI/OpenSpec/commit/cce787ec4083da2b27781f6786f5ce0002909a7b) Thanks [@TabishB](https://github.com/TabishB)! - ### New Features + + - **Junie support** — Added tool and command generation for JetBrains Junie + - **Lingma IDE support** — Added configuration support for Lingma IDE + - **ForgeCode support** — Added tool support for ForgeCode + - **IBM Bob support** — Added support for IBM Bob coding assistant + + ### Bug Fixes + + - **Shell completions opt-in** — Completion install is now opt-in, fixing PowerShell encoding corruption + - **Copilot auto-detection** — Prevented false GitHub Copilot detection from a bare `.github/` directory + - **pi.dev command generation** — Fixed command reference transforms and template argument passing + +### Patch Changes + +- [#760](https://github.com/Fission-AI/OpenSpec/pull/760) [`61eb999`](https://github.com/Fission-AI/OpenSpec/commit/61eb999f7c6c0fc98d2e7f3678756fce6a3f4378) Thanks [@fsilvaortiz](https://github.com/fsilvaortiz)! - fix: OpenCode adapter now uses `.opencode/commands/` (plural) to match OpenCode's official directory convention. Fixes #748. + +- [#759](https://github.com/Fission-AI/OpenSpec/pull/759) [`afdca0d`](https://github.com/Fission-AI/OpenSpec/commit/afdca0d5dab1aa109cfd8848b2512333ccad60c3) Thanks [@fsilvaortiz](https://github.com/fsilvaortiz)! - fix: `openspec status` now exits gracefully when no changes exist instead of throwing a fatal error. Fixes #714. + ## 1.2.0 ### Minor Changes diff --git a/package.json b/package.json index 4087d8a2a..4ccf4305d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fission-ai/openspec", - "version": "1.2.0", + "version": "1.3.0", "description": "AI-native system for spec-driven development", "keywords": [ "openspec",