@plori/cli 0.2.0 → 0.2.2

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 +8 -8
package/README.md CHANGED
@@ -20,7 +20,7 @@ Binary releases and an npm wrapper (`@plori/cli`) are published per
20
20
 
21
21
  ## Authenticate
22
22
 
23
- Create an API key at <https://plori.ai/settings>, then either:
23
+ Create an API key at <https://plori.ai/dashboard/settings>, then either:
24
24
 
25
25
  ```sh
26
26
  plori login # prompts for the key, validates it, stores it 0600
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@plori/cli",
3
- "description": "plori on the command line: give your AI agent its own cloud computer.",
4
- "version": "0.2.0",
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",
5
5
  "license": "MIT",
6
6
  "homepage": "https://plori.ai",
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "git+https://github.com/plori-ai/plori.git"
9
+ "url": "git+https://github.com/liu1700/plori-runtime.git"
10
10
  },
11
11
  "keywords": [
12
12
  "plori",
@@ -26,10 +26,10 @@
26
26
  "node": ">=18"
27
27
  },
28
28
  "optionalDependencies": {
29
- "@plori/cli-darwin-arm64": "0.2.0",
30
- "@plori/cli-darwin-x64": "0.2.0",
31
- "@plori/cli-linux-x64": "0.2.0",
32
- "@plori/cli-linux-arm64": "0.2.0",
33
- "@plori/cli-win32-x64": "0.2.0"
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"
34
34
  }
35
35
  }