@opencode-cloud/core 4.2.6 → 4.2.7

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.
Files changed (3) hide show
  1. package/Cargo.toml +1 -1
  2. package/README.md +6 -0
  3. package/package.json +1 -1
package/Cargo.toml CHANGED
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "opencode-cloud-core"
3
- version = "4.2.6"
3
+ version = "4.2.7"
4
4
  edition = "2024"
5
5
  rust-version = "1.88"
6
6
  license = "MIT"
package/README.md CHANGED
@@ -143,6 +143,12 @@ occ stop
143
143
  # Restart the service
144
144
  occ restart
145
145
 
146
+ # Update the opencode-cloud CLI binary
147
+ occ update cli
148
+
149
+ # Update the opencode-cloud container image
150
+ occ update container
151
+
146
152
  # Update opencode inside the container
147
153
  occ update opencode
148
154
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opencode-cloud/core",
3
- "version": "4.2.6",
3
+ "version": "4.2.7",
4
4
  "description": "Core NAPI bindings for opencode-cloud (internal package)",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",