Skip to content

Commit 5633556

Browse files
Version Packages (Fission-AI#475)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2bb0ed3 commit 5633556

3 files changed

Lines changed: 21 additions & 20 deletions

File tree

.changeset/continue-shells-telemetry.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# @fission-ai/openspec
22

3+
## 0.19.0
4+
5+
### Minor Changes
6+
7+
- eb152eb: ### New Features
8+
9+
- **Continue IDE support** – OpenSpec now generates slash commands for [Continue](https://continue.dev/), expanding editor integration options alongside Cursor, Windsurf, Claude Code, and others
10+
- **Shell completions for Bash, Fish, and PowerShell** – Run `openspec completion install` to set up tab completion in your preferred shell
11+
- **`/opsx:explore` command** – A new thinking partner mode for exploring ideas and investigating problems before committing to changes
12+
- **Codebuddy slash command improvements** – Updated frontmatter format for better compatibility
13+
14+
### Bug Fixes
15+
16+
- Shell completions now correctly offer parent-level flags (like `--help`) when a command has subcommands
17+
- Fixed Windows compatibility issues in tests
18+
19+
### Other
20+
21+
- Added optional anonymous usage statistics to help understand how OpenSpec is used. This is **opt-out** by default – set `OPENSPEC_TELEMETRY=0` or `DO_NOT_TRACK=1` to disable. Only command names and version are collected; no arguments, file paths, or content. Automatically disabled in CI environments.
22+
323
## 0.18.0
424

525
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fission-ai/openspec",
3-
"version": "0.18.0",
3+
"version": "0.19.0",
44
"description": "AI-native system for spec-driven development",
55
"keywords": [
66
"openspec",

0 commit comments

Comments
 (0)