Skip to content
Merged
Show file tree
Hide file tree
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
9 changes: 0 additions & 9 deletions .changeset/cancel-routing-and-process-entries.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.35.1

### Patch Changes

- 499fbf6: Deliver a cancellation to the runner that owns the run.

- The VS Code panel remembers which agent each run was started against, so a cancel no longer falls back to the default agent — cancelling any agent other than `claude-cli` had never reached the run.
- A cancel no longer registers a `WorkbenchProcess`. It is a signal about a run, not a run, and the entry it created waited forever for a terminal event a cancel does not emit.
- The chain path posts `cancelling` when it accepts a cancel, instead of returning silently.

## 0.35.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"displayName": "OpenSpec Workbench",
"description": "A dashboard + VS Code extension for OpenSpec, with Claude, Copilot, Codex, and Gemini agents built in.",
"publisher": "openspec-ui",
"version": "0.35.0",
"version": "0.35.1",
"icon": "media/icon.png",
"license": "MIT",
"repository": {
Expand Down
Loading