From 09344a943edebf8165bbed3497489afe4cefd90e Mon Sep 17 00:00:00 2001 From: Tabish Bidiwale Date: Mon, 20 Oct 2025 00:54:21 +1100 Subject: [PATCH] Add changeset for AI assistant support and validation fixes --- ...ai-assistant-support-and-validation-fixes.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .changeset/ai-assistant-support-and-validation-fixes.md 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