Skip to content

Commit 2017f0b

Browse files
authored
Merge branch 'Fission-AI:main' into main
2 parents d791c37 + 5855fa2 commit 2017f0b

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

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

3+
## 0.13.0
4+
5+
### Minor Changes
6+
7+
- 668a125: Add support for multiple AI assistants and improve validation
8+
9+
This release adds support for several new AI coding assistants:
10+
11+
- CodeBuddy Code - AI-powered coding assistant
12+
- CodeRabbit - AI code review assistant
13+
- Cline - Claude-powered CLI assistant
14+
- Crush AI - AI assistant platform
15+
- Auggie (Augment CLI) - Code augmentation tool
16+
17+
New features:
18+
19+
- Archive slash command now supports arguments for more flexible workflows
20+
21+
Bug fixes:
22+
23+
- Delta spec validation now handles case-insensitive headers and properly detects empty sections
24+
- Archive validation now correctly honors --no-validate flag and ignores metadata
25+
26+
Documentation improvements:
27+
28+
- Added VS Code dev container configuration for easier development setup
29+
- Updated AGENTS.md with explicit change-id notation
30+
- Enhanced slash commands documentation with restart notes
31+
332
## 0.12.0
433

534
### 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": "0.12.0",
3+
"version": "0.13.0",
44
"description": "AI-native system for spec-driven development",
55
"keywords": [
66
"openspec",

0 commit comments

Comments
 (0)