Skip to content

Commit 5855fa2

Browse files
chore(release): version packages (#228)
* Version Packages * chore: trigger CI --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Tabish Bidiwale <[email protected]>
1 parent 668a125 commit 5855fa2

File tree

3 files changed

+30
-25
lines changed

3 files changed

+30
-25
lines changed

.changeset/ai-assistants-and-fixes.md

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

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)