Releases: Fission-AI/OpenSpec
Releases · Fission-AI/OpenSpec
v0.17.2
v0.17.1
What's Changed
Full Changelog: v0.17.0...v0.17.1
v0.17.0
What's Changed
- fix(opencode): remove hardcoded agent field from slash commands by @TabishB in #335
- docs(readme): alphabetize AI tools list and make collapsible by @TabishB in #343
- feature/oh-my-zsh-completions by @noameron in #289
- fix(spec): align cli-completion spec with implementation by @TabishB in #360
- fix(completions): resolve Windows compatibility issues in zsh-installer tests by @TabishB in #373
- feat(spec): add XDG global config and config command proposals by @TabishB in #376
- feat(core): implement global config directory with XDG support by @TabishB in #377
- fix(global-config): respect XDG_CONFIG_HOME on all platforms by @TabishB in #378
- fix(cli): prevent hang in pre-commit hooks by using dynamic imports by @TabishB in #380
- feat(cli): add openspec config command for global configuration management by @TabishB in #382
- chore: add changeset for config command and shell completions by @TabishB in #388
- chore(release): version packages by @github-actions[bot] in #389
- feat(ci): migrate to npm OIDC trusted publishing by @TabishB in #390
New Contributors
Full Changelog: v0.16.0...v0.17.0
v0.16.0 - Antigravity + iFlow Support!
What's Changed
- Enhance proposal guidelines in slash-command-templates.ts by @jax-max in #306
- Clarify scaffold proposal by @TabishB in #310
- fix: generate TOML commands for Qwen Code by @TabishB in #317
- Add Antigravity workflow support by @TabishB in #318
- feat(iflow-cli): add iFlow-cli integration by @dkmos2016 in #268
- feat(init): add IDE restart instruction after init by @TabishB in #323
New Contributors
- @dkmos2016 made their first contribution in #268
Full Changelog: v0.15.0...v0.16.0
v0.15.0 - Gemini CLI, RooCode Support!
What's Changed
- feat: Add Gemini CLI support with TOML-based slash commands by @larryhopecode in #256
- Document Gemini CLI slash command coverage by @TabishB in #301
- Fix Cline: use workflows instead of rules for slash commands by @B2F in #283
- feat(roocode): add RooCode integration (configurator, slash commands, templates) by @jax-max in #288
- chore: add changeset for new AI tool integrations by @TabishB in #304
- chore(release): version packages by @github-actions[bot] in #305
New Contributors
- @larryhopecode made their first contribution in #256
- @B2F made their first contribution in #283
- @jax-max made their first contribution in #288
Full Changelog: v0.14.0...v0.15.0
v0.14.0
What's Changed
- docs: add Crush to supported AI tools in README by @TabishB in #235
- fix: use change-id as fallback title instead of "Untitled Change" by @TabishB in #236
- fix: prevent false 'already configured' detection for tools by @TabishB in #239
- fix: recreate missing openspec template files in extend mode by @TabishB in #238
- docs: add guidance for populating project-level context by @harikrishnan83 in #241
- feat: add CoStrict AI assistant support by @mini2s in #240
- feat: add Qoder CLI support to configuration and documentation by @KUTEJiang in #261
- feat: add support to apply slash command by @TabishB in #244
- feat: add Qwen Code support with slash command integration by @AndersHsueh in #250
- chore: add changeset for AI assistants support and configuration improvements by @TabishB in #270
- chore(release): version packages by @github-actions[bot] in #271
New Contributors
- @mini2s made their first contribution in #240
- @KUTEJiang made their first contribution in #261
- @AndersHsueh made their first contribution in #250
Full Changelog: v0.13.0...v0.14.0
v0.13.0 - Add Cline, Crush, Auggie, CodeBuddy Integrations
Minor Changes
-
668a125: Add support for multiple AI assistants and improve validation
This release adds support for several new AI coding assistants:
- CodeBuddy Code - AI-powered coding assistant
- Cline - Claude-powered CLI assistant
- Crush AI - AI assistant platform
- Auggie (Augment CLI) - Code augmentation tool
New features:
- Archive slash command now supports arguments for more flexible workflows
Bug fixes:
- Delta spec validation now handles case-insensitive headers and properly detects empty sections
- Archive validation now correctly honors --no-validate flag and ignores metadata
Documentation improvements:
- Added VS Code dev container configuration for easier development setup
- Updated AGENTS.md with explicit change-id notation
- Enhanced slash commands documentation with restart notes
New Contributors
- @moyueheng made their first contribution in #196
- @M0Rf30 made their first contribution in #206
- @harikrishnan83 made their first contribution in #209
- @ningchenvz made their first contribution in #213
- @jasonwang82 made their first contribution in #217
Full Changelog: v0.12.0...v0.13.0
v0.12.0 - Add Droid CLI Support!
Minor Changes
-
082abb4: Add factory function support for slash commands and non-interactive init options
This release includes two new features:
- Factory function support for slash commands: Slash commands can now be defined as functions that return command objects, enabling dynamic command configuration
- Non-interactive init options: Added
--tools,--all-tools, and--skip-toolsCLI flags toopenspec initfor automated initialization in CI/CD pipelines while maintaining backward compatibility with interactive mode
New Contributors
Full Changelog: v0.11.0...v0.12.0
v0.11.0 - Amazon Q Developer CLI integration added!
Minor Changes
- 312e1d6: Add Amazon Q Developer CLI integration. OpenSpec now supports Amazon Q Developer with automatic prompt generation in
.amazonq/prompts/directory, allowing you to use OpenSpec slash commands with Amazon Q's @-syntax.
New Contributors
@briananderson1222 made their first contribution in #165 🎉