@blade-ai/orca 0.2.28-linux-x64 → 0.2.29-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.2.21 sh
36
+ INSTALL_DIR=/usr/local/bin ORCA_VERSION=0.2.29 sh
37
37
  ```
38
38
 
39
39
  ### GitHub Releases
@@ -197,7 +197,9 @@ Options:
197
197
  - top-level `--session-picker` — Choose a saved conversation before entering TUI mode
198
198
  - top-level `--mode=server` — Run the JSONL app-server, including thread/turn
199
199
  methods, multi-root `fuzzyFileSearch/*`, unified `mention/search/*`, and
200
- atomic structured Mention input; see [the harness contract](docs/harness-contract.md)
200
+ atomic structured Mention input. Selecting a candidate or sending structured
201
+ Mention input creates a binding; plain `@...` text stays literal. See
202
+ [the harness contract](docs/harness-contract.md)
201
203
 
202
204
  ## Workflows
203
205
 
package/package.json CHANGED
@@ -14,12 +14,12 @@
14
14
  "node": ">=16"
15
15
  },
16
16
  "name": "@blade-ai/orca",
17
- "version": "0.2.28-linux-x64",
18
- "description": "Native Orca binary for linux/x64.",
17
+ "version": "0.2.29-darwin-arm64",
18
+ "description": "Native Orca binary for darwin/arm64.",
19
19
  "os": [
20
- "linux"
20
+ "darwin"
21
21
  ],
22
22
  "cpu": [
23
- "x64"
23
+ "arm64"
24
24
  ]
25
25
  }
index 9cbdec6..ed2f564 100755
Binary file