@blade-ai/orca 0.2.31-linux-x64 → 0.2.32-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.
|
|
36
|
+
INSTALL_DIR=/usr/local/bin ORCA_VERSION=0.2.32 sh
|
|
37
37
|
```
|
|
38
38
|
|
|
39
39
|
### GitHub Releases
|
|
@@ -86,6 +86,10 @@ content sent to the model:
|
|
|
86
86
|
Plugins, and MCP Resources. The visible token stays editable while Orca keeps
|
|
87
87
|
a hidden atomic target binding, so equal names from different roots or
|
|
88
88
|
providers expand to the object the user actually selected.
|
|
89
|
+
- Completed agent-message, reasoning, and proposed-plan rows keep the same
|
|
90
|
+
opaque ids while streaming, after approval continuation, and when a saved
|
|
91
|
+
thread is reopened or resumed. Live and cold history reduce one durable model
|
|
92
|
+
response instead of replacing the streamed rows with another assistant shape.
|
|
89
93
|
- If DeepSeek ends a turn without visible content or a tool call, Orca performs
|
|
90
94
|
one bounded corrective retry without persisting the incomplete response or
|
|
91
95
|
repeating already displayed reasoning. Terminal provider failures retain a
|
package/package.json
CHANGED
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
"node": ">=16"
|
|
15
15
|
},
|
|
16
16
|
"name": "@blade-ai/orca",
|
|
17
|
-
"version": "0.2.
|
|
18
|
-
"description": "Native Orca binary for
|
|
17
|
+
"version": "0.2.32-darwin-arm64",
|
|
18
|
+
"description": "Native Orca binary for darwin/arm64.",
|
|
19
19
|
"os": [
|
|
20
|
-
"
|
|
20
|
+
"darwin"
|
|
21
21
|
],
|
|
22
22
|
"cpu": [
|
|
23
|
-
"
|
|
23
|
+
"arm64"
|
|
24
24
|
]
|
|
25
25
|
}
|
|
index 0edb7e5..c2e8544 100755
|
|
|
Binary file
|