Skip to content

Commit 10f9af4

Browse files
Version Packages
1 parent cce787e commit 10f9af4

File tree

5 files changed

+24
-27
lines changed

5 files changed

+24
-27
lines changed

.changeset/fix-opencode-commands-directory.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/graceful-status-no-changes.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/new-tools-and-fixes.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# @fission-ai/openspec
22

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
- **Junie support** — Added tool and command generation for JetBrains Junie
10+
- **Lingma IDE support** — Added configuration support for Lingma IDE
11+
- **ForgeCode support** — Added tool support for ForgeCode
12+
- **IBM Bob support** — Added support for IBM Bob coding assistant
13+
14+
### Bug Fixes
15+
16+
- **Shell completions opt-in** — Completion install is now opt-in, fixing PowerShell encoding corruption
17+
- **Copilot auto-detection** — Prevented false GitHub Copilot detection from a bare `.github/` directory
18+
- **pi.dev command generation** — Fixed command reference transforms and template argument passing
19+
20+
### Patch Changes
21+
22+
- [#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.
23+
24+
- [#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.
25+
326
## 1.2.0
427

528
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fission-ai/openspec",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "AI-native system for spec-driven development",
55
"keywords": [
66
"openspec",

0 commit comments

Comments
 (0)