@blade-ai/orca 0.2.19-linux-x64 → 0.2.20-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.19 sh
36
+ INSTALL_DIR=/usr/local/bin ORCA_VERSION=0.2.20 sh
37
37
  ```
38
38
 
39
39
  ### GitHub Releases
@@ -60,6 +60,23 @@ orca exec --model deepseek-v4-pro "explain this codebase"
60
60
  orca exec --verifier "cargo test" "fix the failing test"
61
61
  ```
62
62
 
63
+ ## Terminal UI
64
+
65
+ The interactive TUI keeps long-running sessions compact without changing the
66
+ content sent to the model:
67
+
68
+ - Pastes over 1,000 characters appear as `[Pasted Content N chars]` in the
69
+ composer and expand only for submission. Long submitted messages remain a
70
+ bounded transcript preview.
71
+ - Goal objectives, task-plan steps, tool targets, and Goal status notices are
72
+ shortened by terminal display width with a visible ellipsis.
73
+ - Approval dialogs keep the decision options visible when commands or previews
74
+ are long, and slash/file candidate menus scroll with the current selection.
75
+ - The status line preserves permission mode and context pressure first on narrow
76
+ terminals, then adds token, cost, and shortcut metadata as space permits.
77
+ - Permission modes use semantic colors: `suggest` blue, `auto-edit` violet,
78
+ `full-auto` red, and `plan` teal.
79
+
63
80
  ## Configuration
64
81
 
65
82
  Priority chain (highest wins): Environment variables > CLI arguments > Config file > Defaults.
package/package.json CHANGED
@@ -13,12 +13,12 @@
13
13
  "node": ">=16"
14
14
  },
15
15
  "name": "@blade-ai/orca",
16
- "version": "0.2.19-linux-x64",
17
- "description": "Native Orca binary for linux/x64.",
16
+ "version": "0.2.20-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 077a334..52dbed3 100755
Binary file