Skip to content

Commit bc7ab26

Browse files
Version Packages (#1023)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent aa16080 commit bc7ab26

8 files changed

Lines changed: 36 additions & 46 deletions

.changeset/canonical-workspace-paths.md

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

.changeset/clarify-bun-node-runtime.md

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

.changeset/kind-rings-notice.md

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

.changeset/mistral-vibe-and-fixes.md

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

.changeset/neat-cameras-press.md

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

.changeset/sync-default-core.md

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

CHANGELOG.md

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

3+
## 1.4.0
4+
5+
### Minor Changes
6+
7+
- [#1003](https://github.com/Fission-AI/OpenSpec/pull/1003) [`342ed43`](https://github.com/Fission-AI/OpenSpec/commit/342ed43e694abba65a3ea275f94ba3b77df85da3) Thanks [@Miss-you](https://github.com/Miss-you)! - ### New Features
8+
9+
- **Kimi CLI support** — OpenSpec can now initialize Kimi CLI as a supported skills-only tool using `.kimi/skills/`
10+
11+
### Other
12+
13+
- Added Kimi-specific docs and init coverage aligned with skill-based `/skill:openspec-*` usage
14+
15+
- [#1154](https://github.com/Fission-AI/OpenSpec/pull/1154) [`aa16080`](https://github.com/Fission-AI/OpenSpec/commit/aa16080d16b70f7b26cebd465334b2e16c0e7a43) Thanks [@TabishB](https://github.com/TabishB)! - ### New Features
16+
17+
- **Mistral Vibe support** — OpenSpec can now initialize Mistral Vibe as a supported skills-only tool using `.vibe/skills/`
18+
19+
### Bug Fixes
20+
21+
- **Case-insensitive requirement headers** — Requirement headers are now parsed regardless of capitalization, so specs no longer fail to parse over header casing
22+
- **Zsh completions on oh-my-zsh** — Fixed shell completion setup so tab completion installs correctly under oh-my-zsh's `compinit`
23+
24+
### Other
25+
26+
- **Clearer validation hints** — When a requirement has SHALL/MUST only in its header, `openspec validate` now points you to move the keyword onto the requirement body line instead of showing the generic error
27+
28+
- [#1030](https://github.com/Fission-AI/OpenSpec/pull/1030) [`485c97e`](https://github.com/Fission-AI/OpenSpec/commit/485c97e97d766e35dd16c02370baee2044abc4f4) Thanks [@TabishB](https://github.com/TabishB)! - ### New Features
29+
30+
- Include the sync workflow in the default core profile so new installs generate `/opsx:sync` skills and commands by default.
31+
32+
### Patch Changes
33+
34+
- [#1111](https://github.com/Fission-AI/OpenSpec/pull/1111) [`7fdb177`](https://github.com/Fission-AI/OpenSpec/commit/7fdb1771585b1688597d73dde5a8bc906084d0de) Thanks [@TabishB](https://github.com/TabishB)! - ### Fixed
35+
36+
- Preserve workspace planning detection when Windows short paths or symlink aliases resolve to a canonical workspace root.
37+
338
## 1.3.1
439

540
### Patch 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.3.1",
3+
"version": "1.4.0",
44
"description": "AI-native system for spec-driven development",
55
"keywords": [
66
"openspec",

0 commit comments

Comments
 (0)