@blade-ai/orca 0.2.23-linux-x64 → 0.2.24-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
@@ -138,7 +138,9 @@ command = "./scripts/deploy.sh"
138
138
  schema = { target = { type = "string", description = "environment" } }
139
139
  ```
140
140
 
141
- External tool commands run from the workspace directory. The raw JSON arguments are provided on stdin and in `ORCA_TOOL_ARGS`.
141
+ External tool commands run from the workspace directory. Raw JSON arguments are
142
+ always provided on stdin and, when they are at most 64 KiB, are also mirrored
143
+ in `ORCA_TOOL_ARGS` for compatibility.
142
144
 
143
145
  Tool output truncation can be configured under `[tools]`. Byte mode preserves the historical 8 KiB default; token mode adds an explicit warning with original token and line counts before compacting large outputs:
144
146
 
package/package.json CHANGED
@@ -14,12 +14,12 @@
14
14
  "node": ">=16"
15
15
  },
16
16
  "name": "@blade-ai/orca",
17
- "version": "0.2.23-linux-x64",
18
- "description": "Native Orca binary for linux/x64.",
17
+ "version": "0.2.24-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 57c16a5..e191b50 100755
Binary file