@opencode-cloud/core 15.1.0 → 15.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/Cargo.toml CHANGED
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "opencode-cloud-core"
3
- version = "15.1.0"
3
+ version = "15.2.0"
4
4
  edition = "2024"
5
5
  rust-version = "1.89"
6
6
  license = "MIT"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opencode-cloud/core",
3
- "version": "15.1.0",
3
+ "version": "15.2.0",
4
4
  "description": "Core NAPI bindings for opencode-cloud (internal package)",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -535,7 +535,7 @@ USER opencode
535
535
  # commit on the main branch of https://github.com/pRizz/opencode.
536
536
  # Update it by running: ./scripts/update-opencode-commit.sh
537
537
  # Build opencode from source (BuildKit cache mounts disabled for now)
538
- RUN OPENCODE_COMMIT="3010d7e55e1f26a18684234ea12428d3f91db392" \
538
+ RUN OPENCODE_COMMIT="d61147bea10a1bc7ba93c6bfa0b7d8fe55a561b5" \
539
539
  && rm -rf /tmp/opencode-repo \
540
540
  && git clone --depth 1 https://github.com/pRizz/opencode.git /tmp/opencode-repo \
541
541
  && cd /tmp/opencode-repo \