Skip to content

Releases: Fission-AI/OpenSpec

v0.17.2

23 Dec 01:59
c08a53c

Choose a tag to compare

Patch Changes

  • 455c65f: Fix --no-interactive flag in validate command to properly disable spinner, preventing hangs in pre-commit hooks and CI environments

v0.17.1

22 Dec 23:00
fb264bc

Choose a tag to compare

What's Changed

  • fix(cli): use dynamic import for @inquirer/prompts in config command by @TabishB in #392

Full Changelog: v0.17.0...v0.17.1

v0.17.0

22 Dec 09:11
6de04f3

Choose a tag to compare

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!

21 Nov 11:59
3f5a66d

Choose a tag to compare

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

Full Changelog: v0.15.0...v0.16.0

v0.15.0 - Gemini CLI, RooCode Support!

14 Nov 05:32
17d7e59

Choose a tag to compare

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

04 Nov 08:40
d32e50f

Choose a tag to compare

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

Full Changelog: v0.13.0...v0.14.0

v0.13.0 - Add Cline, Crush, Auggie, CodeBuddy Integrations

22 Oct 06:19
5855fa2

Choose a tag to compare

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

Full Changelog: v0.12.0...v0.13.0

v0.12.0 - Add Droid CLI Support!

14 Oct 10:37
b30882b

Choose a tag to compare

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-tools CLI flags to openspec init for 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!

13 Oct 08:49
108bcd6

Choose a tag to compare

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 🎉

v0.10.0

12 Oct 04:07
f56189a

Choose a tag to compare

Minor Changes

  • d7e0ce8: Improve init wizard Enter key behavior to allow proceeding through prompts more naturally