You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,23 @@
1
1
# @fission-ai/openspec
2
2
3
+
## 0.21.0
4
+
5
+
### Minor Changes
6
+
7
+
-[#516](https://github.com/Fission-AI/OpenSpec/pull/516)[`b5a8847`](https://github.com/Fission-AI/OpenSpec/commit/b5a884748be6156a7bb140b4941cfec4f20a9fc8) Thanks [@TabishB](https://github.com/TabishB)! - ### New Features
8
+
9
+
-**Feedback command** — Submit feedback directly from the CLI with `openspec feedback`, which creates GitHub Issues with automatic metadata inclusion and graceful fallback for manual submission
10
+
-**Nix flake support** — Install and develop openspec using Nix with the new `flake.nix`, including automated flake maintenance and CI validation
11
+
12
+
### Bug Fixes
13
+
14
+
-**Explore mode guardrails** — Explore mode now explicitly prevents implementation, keeping the focus on thinking and discovery while still allowing artifact creation
15
+
16
+
### Other
17
+
18
+
- Improved change inference in `opsx apply` — automatically detects the target change from conversation context or prompts when ambiguous
0 commit comments