From 7e8060168f833ab4fb3735d1455842b7ec19ef51 Mon Sep 17 00:00:00 2001 From: Tabish Bidiwale Date: Fri, 21 Nov 2025 20:58:46 +1100 Subject: [PATCH 1/2] Add changeset for new features and improvements --- .changeset/new-features-and-improvements.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .changeset/new-features-and-improvements.md diff --git a/.changeset/new-features-and-improvements.md b/.changeset/new-features-and-improvements.md new file mode 100644 index 0000000000..617024893d --- /dev/null +++ b/.changeset/new-features-and-improvements.md @@ -0,0 +1,12 @@ +--- +"@fission-ai/openspec": minor +--- + +Add new AI tool integrations and enhancements: + +- **feat(iflow-cli)**: Add iFlow-cli integration with slash command support and documentation +- **feat(init)**: Add IDE restart instruction after init to inform users about slash command availability +- Add Antigravity slash command support +- **fix**: Generate TOML commands for Qwen Code (fixes #293) +- Clarify scaffold proposal documentation and enhance proposal guidelines +- Update proposal guidelines to emphasize design-first approach before implementation From 015661609ac5098fa34aaf3a17d96c1b62897529 Mon Sep 17 00:00:00 2001 From: Tabish Bidiwale <30385142+TabishB@users.noreply.github.com> Date: Fri, 21 Nov 2025 21:23:05 +1100 Subject: [PATCH 2/2] Update .changeset/new-features-and-improvements.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- .changeset/new-features-and-improvements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/new-features-and-improvements.md b/.changeset/new-features-and-improvements.md index 617024893d..59f450f5aa 100644 --- a/.changeset/new-features-and-improvements.md +++ b/.changeset/new-features-and-improvements.md @@ -6,7 +6,7 @@ Add new AI tool integrations and enhancements: - **feat(iflow-cli)**: Add iFlow-cli integration with slash command support and documentation - **feat(init)**: Add IDE restart instruction after init to inform users about slash command availability -- Add Antigravity slash command support +**feat(antigravity)**: Add Antigravity slash command support - **fix**: Generate TOML commands for Qwen Code (fixes #293) - Clarify scaffold proposal documentation and enhance proposal guidelines - Update proposal guidelines to emphasize design-first approach before implementation