@blade-ai/orca 0.2.21-linux-x64 → 0.2.22-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
@@ -76,6 +76,10 @@ content sent to the model:
76
76
  terminals, then adds token, cost, and shortcut metadata as space permits.
77
77
  - Permission modes use semantic colors: `suggest` blue, `auto-edit` violet,
78
78
  `full-auto` red, and `plan` teal.
79
+ - `@` opens one unified Mention menu for streaming multi-root files, Skills,
80
+ Plugins, and MCP Resources. The visible token stays editable while Orca keeps
81
+ a hidden atomic target binding, so equal names from different roots or
82
+ providers expand to the object the user actually selected.
79
83
  - If DeepSeek ends a turn without visible content or a tool call, Orca performs
80
84
  one bounded corrective retry without persisting the incomplete response or
81
85
  repeating already displayed reasoning. Terminal provider failures retain a
@@ -183,7 +187,9 @@ Options:
183
187
  - top-level `--resume <session|latest>` — Open a saved conversation in TUI mode
184
188
  - top-level `--fork <session|latest>` — Fork a saved conversation in TUI mode
185
189
  - top-level `--session-picker` — Choose a saved conversation before entering TUI mode
186
- - top-level `--mode=server` — Read JSONL `submit` requests from stdin and emit protocol events to stdout
190
+ - top-level `--mode=server` — Run the JSONL app-server, including thread/turn
191
+ methods, multi-root `fuzzyFileSearch/*`, unified `mention/search/*`, and
192
+ atomic structured Mention input; see [the harness contract](docs/harness-contract.md)
187
193
 
188
194
  ## Workflows
189
195
 
package/package.json CHANGED
@@ -13,12 +13,12 @@
13
13
  "node": ">=16"
14
14
  },
15
15
  "name": "@blade-ai/orca",
16
- "version": "0.2.21-linux-x64",
17
- "description": "Native Orca binary for linux/x64.",
16
+ "version": "0.2.22-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 be2f79e..02d7254 100755
Binary file