diff --git a/.changeset/ai-assistant-support-and-validation-fixes.md b/.changeset/ai-assistant-support-and-validation-fixes.md new file mode 100644 index 00000000..e9010c98 --- /dev/null +++ b/.changeset/ai-assistant-support-and-validation-fixes.md @@ -0,0 +1,17 @@ +--- +"@fission-ai/openspec": minor +--- + +Add support for new AI assistants and improve validation + +**New Features:** +- Add Crush AI assistant support with configuration and documentation +- Add Auggie (Augment CLI) assistant support with configuration and documentation +- Add argument support to archive slash command for more flexible workflows + +**Bug Fixes:** +- Improve delta spec validation with case-insensitive header matching and better empty section detection +- Honor --no-validate flag and ignore metadata during archive validation + +**Development:** +- Add VS Code dev container configuration for easier development setup