From 8e431eb71527e3d52e81d44a8e7e562eca93a5fb Mon Sep 17 00:00:00 2001 From: Tabish Bidiwale Date: Mon, 19 Jan 2026 00:52:36 -0800 Subject: [PATCH] Add changeset for v0.21 release --- .changeset/v0.21-release.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .changeset/v0.21-release.md diff --git a/.changeset/v0.21-release.md b/.changeset/v0.21-release.md new file mode 100644 index 00000000..7c4369c6 --- /dev/null +++ b/.changeset/v0.21-release.md @@ -0,0 +1,17 @@ +--- +"@fission-ai/openspec": minor +--- + +### New Features + +- **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 +- **Nix flake support** — Install and develop openspec using Nix with the new `flake.nix`, including automated flake maintenance and CI validation + +### Bug Fixes + +- **Explore mode guardrails** — Explore mode now explicitly prevents implementation, keeping the focus on thinking and discovery while still allowing artifact creation + +### Other + +- Improved change inference in `opsx apply` — automatically detects the target change from conversation context or prompts when ambiguous +- Streamlined archive sync assessment with clearer delta spec location guidance