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
5 changes: 0 additions & 5 deletions .changeset/concurrent-start-ownership.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/current-opencode-dev.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/drive/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/drive/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down