@blade-ai/orca 0.2.22-linux-x64 → 0.2.23-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/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025 blade-deepseek
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
CHANGED
|
@@ -72,6 +72,12 @@ content sent to the model:
|
|
|
72
72
|
shortened by terminal display width with a visible ellipsis.
|
|
73
73
|
- Approval dialogs keep the decision options visible when commands or previews
|
|
74
74
|
are long, and slash/file candidate menus scroll with the current selection.
|
|
75
|
+
- Drag over the transcript to select text with a theme-aware highlight;
|
|
76
|
+
releasing the button copies it to the system clipboard via OSC 52 (with
|
|
77
|
+
`pbcopy` fallback on macOS) and shows a `copied N chars` notice. Double-click
|
|
78
|
+
copies the word under the cursor, dragging past the first/last row
|
|
79
|
+
auto-scrolls to grow the selection, and a `Jump to bottom` pill re-arms
|
|
80
|
+
auto-follow after scrolling up.
|
|
75
81
|
- The status line preserves permission mode and context pressure first on narrow
|
|
76
82
|
terminals, then adds token, cost, and shortcut metadata as space permits.
|
|
77
83
|
- Permission modes use semantic colors: `suggest` blue, `auto-edit` violet,
|
package/package.json
CHANGED
|
@@ -3,7 +3,8 @@
|
|
|
3
3
|
"homepage": "https://orcaagent.dev/",
|
|
4
4
|
"files": [
|
|
5
5
|
"vendor",
|
|
6
|
-
"README.md"
|
|
6
|
+
"README.md",
|
|
7
|
+
"LICENSE"
|
|
7
8
|
],
|
|
8
9
|
"repository": {
|
|
9
10
|
"type": "git",
|
|
@@ -13,12 +14,12 @@
|
|
|
13
14
|
"node": ">=16"
|
|
14
15
|
},
|
|
15
16
|
"name": "@blade-ai/orca",
|
|
16
|
-
"version": "0.2.
|
|
17
|
-
"description": "Native Orca binary for
|
|
17
|
+
"version": "0.2.23-darwin-arm64",
|
|
18
|
+
"description": "Native Orca binary for darwin/arm64.",
|
|
18
19
|
"os": [
|
|
19
|
-
"
|
|
20
|
+
"darwin"
|
|
20
21
|
],
|
|
21
22
|
"cpu": [
|
|
22
|
-
"
|
|
23
|
+
"arm64"
|
|
23
24
|
]
|
|
24
25
|
}
|
|
index f40b1d9..5c89c0d 100755
|
|
|
Binary file
|