@blade-ai/orca 0.2.47-linux-x64 → 0.2.48-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.47 sh
36
+ INSTALL_DIR=/usr/local/bin ORCA_VERSION=0.2.48 sh
37
37
  ```
38
38
 
39
39
  ### GitHub Releases
@@ -189,6 +189,7 @@ output_truncation = { mode = "tokens", limit = 2000 }
189
189
  ```sh
190
190
  orca exec [options] <prompt>
191
191
  orca --mode=server
192
+ orca --mode=acp
192
193
  orca trust [show|add|remove] --cwd <path>
193
194
  ```
194
195
 
@@ -227,6 +228,9 @@ Options:
227
228
  atomic structured Mention input. Selecting a candidate or sending structured
228
229
  Mention input creates a binding; plain `@...` text stays literal. See
229
230
  [the harness contract](docs/harness-contract.md)
231
+ - top-level `--mode=acp` — Run the stdio Agent Client Protocol adapter. ACP
232
+ sessions and prompts project onto `RuntimeHost`; the internal JSONL server
233
+ remains available and unchanged.
230
234
 
231
235
  Approval modes also select the default execution boundary:
232
236
 
package/package.json CHANGED
@@ -14,12 +14,12 @@
14
14
  "node": ">=16"
15
15
  },
16
16
  "name": "@blade-ai/orca",
17
- "version": "0.2.47-linux-x64",
18
- "description": "Native Orca binary for linux/x64.",
17
+ "version": "0.2.48-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 bcce9e8..eecae78 100755
Binary file