From 5ada0afb74e6dba6778dbbe64adeb3a5341cf6f7 Mon Sep 17 00:00:00 2001 From: Tabish Bidiwale Date: Fri, 9 Jan 2026 23:40:04 -0800 Subject: [PATCH] Add changeset for explore command, telemetry, and shell completions --- .changeset/explore-telemetry-completions.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .changeset/explore-telemetry-completions.md diff --git a/.changeset/explore-telemetry-completions.md b/.changeset/explore-telemetry-completions.md new file mode 100644 index 000000000..9fa7fa293 --- /dev/null +++ b/.changeset/explore-telemetry-completions.md @@ -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