Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .changeset/explore-telemetry-completions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
"@fission-ai/openspec": minor
---

### New Features

- Add `/opsx:explore` command for exploratory thinking mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements before committing to a change
- Add optional anonymous usage statistics with privacy-first design - tracks only command names and version, opt-out via `OPENSPEC_TELEMETRY=0` or `DO_NOT_TRACK=1`, auto-disabled in CI
- Add shell completions for Bash, Fish, and PowerShell (in addition to existing Zsh support)

### Fixes

- Fix parent flags not being offered in Bash and PowerShell completions when subcommands exist
- Fix Windows compatibility issues in tests
- Update Codebuddy slash command frontmatter
Loading