@blade-ai/orca 0.1.29-linux-x64 → 0.1.30-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.1.28 sh
36
+ INSTALL_DIR=/usr/local/bin ORCA_VERSION=0.1.30 sh
37
37
  ```
38
38
 
39
39
  ### GitHub Releases
@@ -165,6 +165,9 @@ Options:
165
165
  `orca workflow run <script-or-name>` runs an Orca dynamic workflow.
166
166
  Named workflows resolve from the nearest `.orca/workflows/` directory first,
167
167
  then `~/.orca/workflows/`. Project workflows win over user workflows.
168
+ Workflow tool calls launch background tasks and return task metadata immediately;
169
+ the final workflow report is delivered back into the active TUI session as a
170
+ task notification.
168
171
 
169
172
  Workflow scripts are JavaScript modules beginning with:
170
173
 
package/package.json CHANGED
@@ -12,12 +12,12 @@
12
12
  "node": ">=16"
13
13
  },
14
14
  "name": "@blade-ai/orca",
15
- "version": "0.1.29-linux-x64",
16
- "description": "Native Orca binary for linux/x64.",
15
+ "version": "0.1.30-darwin-arm64",
16
+ "description": "Native Orca binary for darwin/arm64.",
17
17
  "os": [
18
- "linux"
18
+ "darwin"
19
19
  ],
20
20
  "cpu": [
21
- "x64"
21
+ "arm64"
22
22
  ]
23
23
  }
index bed5a01..433cb7a 100755
Binary file