Skip to content

v0.21.0 - Feedback Command, Nix Support

Choose a tag to compare

@openspec-release-bot openspec-release-bot released this 19 Jan 09:00
· 84 commits to main since this release
473093f

What's New in v0.21.0

This release adds better feedback tooling and Nix support, plus guardrails to keep exploration focused.

New

  • Feedback command - Submit feedback directly from the CLI with openspec feedback. Creates GitHub Issues with automatic metadata or provides a manual submission link if that fails.
  • Nix flake support - Install and develop OpenSpec using Nix with flake.nix, including automated maintenance and CI validation.

Improved

  • Change inference in opsx apply - Automatically detects which change to apply from conversation context, prompts when ambiguous.
  • Archive sync assessment - Clearer guidance on delta spec locations during sync operations.

Fixed

  • Explore mode guardrails - Explore mode now explicitly prevents implementation to keep focus on thinking and discovery.