diff --git a/.changeset/concurrent-start-ownership.md b/.changeset/concurrent-start-ownership.md deleted file mode 100644 index d0d17a0..0000000 --- a/.changeset/concurrent-start-ownership.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"opencode-drive": patch ---- - -Prevent concurrent detached launchers from stealing prepared instance ownership and spawning competing daemon processes. diff --git a/.changeset/current-opencode-dev.md b/.changeset/current-opencode-dev.md deleted file mode 100644 index b1b4054..0000000 --- a/.changeset/current-opencode-dev.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"opencode-drive": patch ---- - -Restore compatibility with current OpenCode V2 checkouts and packed Drive installations. Drive now uses V2's built-in simulation transport and provider shape, isolates scripted service ports and command forms, and compiles standalone scripts against the launching Drive toolchain without package installation or source-directory links. diff --git a/packages/drive/CHANGELOG.md b/packages/drive/CHANGELOG.md index d634149..668c8bc 100644 --- a/packages/drive/CHANGELOG.md +++ b/packages/drive/CHANGELOG.md @@ -1,5 +1,12 @@ # opencode-drive +## 1.4.1 + +### Patch Changes + +- 6a8d52b: Prevent concurrent detached launchers from stealing prepared instance ownership and spawning competing daemon processes. +- d71356f: Restore compatibility with current OpenCode V2 checkouts and packed Drive installations. Drive now uses V2's built-in simulation transport and provider shape, isolates scripted service ports and command forms, and compiles standalone scripts against the launching Drive toolchain without package installation or source-directory links. + ## 1.4.0 ### Minor Changes diff --git a/packages/drive/package.json b/packages/drive/package.json index 05cfeee..f8d4c09 100644 --- a/packages/drive/package.json +++ b/packages/drive/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "opencode-drive", - "version": "1.4.0", + "version": "1.4.1", "description": "Drive real and simulated OpenCode instances", "license": "MIT", "repository": {