@plori/cli 0.2.2 → 0.2.3

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -9,7 +9,7 @@ get_run_result → `result`, …).
9
9
 
10
10
  ## Install
11
11
 
12
- Build from this repository (Go ≥ 1.25):
12
+ Build from this repository (Go ≥ 1.26):
13
13
 
14
14
  ```sh
15
15
  go build -o plori ./cli/cmd/plori
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@plori/cli",
3
- "description": "plori (plori.ai): a cloud AI agent with its own computer - persistent disk, real CLI tools, and memory that carry over between sessions. The official plori CLI.",
4
- "version": "0.2.2",
3
+ "description": "plori (plori.ai): a cloud AI agent with its own computer - persistent disk, real CLI tools, and memory. The official plori CLI.",
4
+ "version": "0.2.3",
5
5
  "license": "MIT",
6
6
  "homepage": "https://plori.ai",
7
7
  "repository": {
@@ -26,10 +26,10 @@
26
26
  "node": ">=18"
27
27
  },
28
28
  "optionalDependencies": {
29
- "@plori/cli-darwin-arm64": "0.2.2",
30
- "@plori/cli-darwin-x64": "0.2.2",
31
- "@plori/cli-linux-x64": "0.2.2",
32
- "@plori/cli-linux-arm64": "0.2.2",
33
- "@plori/cli-win32-x64": "0.2.2"
29
+ "@plori/cli-darwin-arm64": "0.2.3",
30
+ "@plori/cli-darwin-x64": "0.2.3",
31
+ "@plori/cli-linux-x64": "0.2.3",
32
+ "@plori/cli-linux-arm64": "0.2.3",
33
+ "@plori/cli-win32-x64": "0.2.3"
34
34
  }
35
35
  }