@blade-ai/orca 0.1.99-linux-x64 → 0.1.100-darwin-arm64

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/README.md CHANGED
@@ -33,7 +33,7 @@ Set `INSTALL_DIR` to choose a destination and `ORCA_VERSION` to pin a version:
33
33
 
34
34
  ```bash
35
35
  curl -fsSL https://orcaagent.dev/install.sh | \
36
- INSTALL_DIR=/usr/local/bin ORCA_VERSION=0.1.99 sh
36
+ INSTALL_DIR=/usr/local/bin ORCA_VERSION=0.1.100 sh
37
37
  ```
38
38
 
39
39
  ### GitHub Releases
@@ -202,7 +202,7 @@ In the TUI, `Esc` during an idle composer backtracks to the previous user messag
202
202
 
203
203
  ## Persistent Goal Mode
204
204
 
205
- TUI sessions support Codex-style persistent goals with `/goal`. A goal is stored by session id in `~/.orca/goals_1.json` or `$ORCA_HOME/goals_1.json`, so it survives process restarts when the session is saved.
205
+ TUI sessions support persistent goals with `/goal`. A goal is stored by session id in `~/.orca/goals_1.json` or `$ORCA_HOME/goals_1.json`, so it survives process restarts when the session is saved.
206
206
 
207
207
  ```text
208
208
  /goal # show the current goal
package/package.json CHANGED
@@ -13,12 +13,12 @@
13
13
  "node": ">=16"
14
14
  },
15
15
  "name": "@blade-ai/orca",
16
- "version": "0.1.99-linux-x64",
17
- "description": "Native Orca binary for linux/x64.",
16
+ "version": "0.1.100-darwin-arm64",
17
+ "description": "Native Orca binary for darwin/arm64.",
18
18
  "os": [
19
- "linux"
19
+ "darwin"
20
20
  ],
21
21
  "cpu": [
22
- "x64"
22
+ "arm64"
23
23
  ]
24
24
  }
index 5166946..4e06f1f 100755
Binary file