Skip to content

Commit d32e50f

Browse files
chore(release): version packages (#271)
* 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 8386b91 commit d32e50f

File tree

3 files changed

+17
-16
lines changed

3 files changed

+17
-16
lines changed

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

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

CHANGELOG.md

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

3+
## 0.14.0
4+
5+
### Minor Changes
6+
7+
- 8386b91: Add support for new AI assistants and configuration improvements
8+
9+
- feat: add Qwen Code support with slash command integration
10+
- feat: add $ARGUMENTS support to apply slash command for dynamic variable passing
11+
- feat: add Qoder CLI support to configuration and documentation
12+
- feat: add CoStrict AI assistant support
13+
- fix: recreate missing openspec template files in extend mode
14+
- fix: prevent false 'already configured' detection for tools
15+
- fix: use change-id as fallback title instead of "Untitled Change"
16+
- docs: add guidance for populating project-level context
17+
- docs: add Crush to supported AI tools in README
18+
319
## 0.13.0
420

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

0 commit comments

Comments
 (0)