@charmland/crush 0.2.2 → 0.3.0
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 +17 -1
- package/package.json +25 -25
package/README.md
CHANGED
|
@@ -35,6 +35,10 @@ yay -S crush-bin
|
|
|
35
35
|
|
|
36
36
|
# Nix
|
|
37
37
|
nix run github:numtide/nix-ai-tools#crush
|
|
38
|
+
|
|
39
|
+
# Scoop
|
|
40
|
+
scoop bucket add charm https://github.com/charmbracelet/scoop-bucket.git
|
|
41
|
+
scoop install crush
|
|
38
42
|
```
|
|
39
43
|
|
|
40
44
|
<details>
|
|
@@ -155,7 +159,7 @@ As an additional note, Crush also stores ephemeral data, such as application sta
|
|
|
155
159
|
|
|
156
160
|
```bash
|
|
157
161
|
# Unix
|
|
158
|
-
$HOME/.local/
|
|
162
|
+
$HOME/.local/share/crush/crush.json
|
|
159
163
|
|
|
160
164
|
# Windows
|
|
161
165
|
%LOCALAPPDATA%\crush\crush.json
|
|
@@ -277,6 +281,7 @@ Local models can also be configured via OpenAI-compatible API. Here are two comm
|
|
|
277
281
|
}
|
|
278
282
|
]
|
|
279
283
|
}
|
|
284
|
+
}
|
|
280
285
|
}
|
|
281
286
|
```
|
|
282
287
|
|
|
@@ -413,6 +418,17 @@ To add specific models to the configuration, configure as such:
|
|
|
413
418
|
}
|
|
414
419
|
```
|
|
415
420
|
|
|
421
|
+
## A Note on Claude Max and GitHub Copilot
|
|
422
|
+
|
|
423
|
+
Crush only supports model providers through official, compliant APIs. We do not
|
|
424
|
+
support or endorse any methods that rely on personal Claude Max and GitHub Copilot
|
|
425
|
+
accounts or OAuth workarounds, which may violate Anthropic and Microsoft’s
|
|
426
|
+
Terms of Service.
|
|
427
|
+
|
|
428
|
+
We’re committed to building sustainable, trusted integrations with model
|
|
429
|
+
providers. If you’re a provider interested in working with us,
|
|
430
|
+
[reach out](mailto:vt100@charm.sh).
|
|
431
|
+
|
|
416
432
|
## Logging
|
|
417
433
|
|
|
418
434
|
Sometimes you need to look at logs. Luckily, Crush logs all sorts of
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@charmland/crush",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"description": "A powerful terminal-based AI assistant for developers, providing intelligent coding assistance directly in your terminal.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"postinstall": "node install.js",
|
|
@@ -26,82 +26,82 @@
|
|
|
26
26
|
},
|
|
27
27
|
"archives": {
|
|
28
28
|
"darwin-arm64": {
|
|
29
|
-
"name": "crush_0.
|
|
30
|
-
"url": "https://github.com/charmbracelet/crush/releases/download/v0.
|
|
29
|
+
"name": "crush_0.3.0_Darwin_arm64.tar.gz",
|
|
30
|
+
"url": "https://github.com/charmbracelet/crush/releases/download/v0.3.0/crush_0.3.0_Darwin_arm64.tar.gz",
|
|
31
31
|
"bins": [
|
|
32
32
|
"crush"
|
|
33
33
|
],
|
|
34
34
|
"format": "tar.gz",
|
|
35
35
|
"checksum": {
|
|
36
36
|
"algorithm": "sha256",
|
|
37
|
-
"digest": "
|
|
37
|
+
"digest": "baee31303dc479621f3bcc906240d14fb1c7f5c2c722dfb55abb386cf34b8901"
|
|
38
38
|
},
|
|
39
|
-
"wrappedIn": "crush_0.
|
|
39
|
+
"wrappedIn": "crush_0.3.0_Darwin_arm64"
|
|
40
40
|
},
|
|
41
41
|
"darwin-x64": {
|
|
42
|
-
"name": "crush_0.
|
|
43
|
-
"url": "https://github.com/charmbracelet/crush/releases/download/v0.
|
|
42
|
+
"name": "crush_0.3.0_Darwin_x86_64.tar.gz",
|
|
43
|
+
"url": "https://github.com/charmbracelet/crush/releases/download/v0.3.0/crush_0.3.0_Darwin_x86_64.tar.gz",
|
|
44
44
|
"bins": [
|
|
45
45
|
"crush"
|
|
46
46
|
],
|
|
47
47
|
"format": "tar.gz",
|
|
48
48
|
"checksum": {
|
|
49
49
|
"algorithm": "sha256",
|
|
50
|
-
"digest": "
|
|
50
|
+
"digest": "3301c0c16c49b892e6ae0f77cf3c35ea25187738af85ea2bbe40b38acdde69d5"
|
|
51
51
|
},
|
|
52
|
-
"wrappedIn": "crush_0.
|
|
52
|
+
"wrappedIn": "crush_0.3.0_Darwin_x86_64"
|
|
53
53
|
},
|
|
54
54
|
"linux-arm64": {
|
|
55
|
-
"name": "crush_0.
|
|
56
|
-
"url": "https://github.com/charmbracelet/crush/releases/download/v0.
|
|
55
|
+
"name": "crush_0.3.0_Linux_arm64.tar.gz",
|
|
56
|
+
"url": "https://github.com/charmbracelet/crush/releases/download/v0.3.0/crush_0.3.0_Linux_arm64.tar.gz",
|
|
57
57
|
"bins": [
|
|
58
58
|
"crush"
|
|
59
59
|
],
|
|
60
60
|
"format": "tar.gz",
|
|
61
61
|
"checksum": {
|
|
62
62
|
"algorithm": "sha256",
|
|
63
|
-
"digest": "
|
|
63
|
+
"digest": "115d9589648c9602b3fea3301648031b014e1fd5304db428d50294ed60d9eb9c"
|
|
64
64
|
},
|
|
65
|
-
"wrappedIn": "crush_0.
|
|
65
|
+
"wrappedIn": "crush_0.3.0_Linux_arm64"
|
|
66
66
|
},
|
|
67
67
|
"linux-x64": {
|
|
68
|
-
"name": "crush_0.
|
|
69
|
-
"url": "https://github.com/charmbracelet/crush/releases/download/v0.
|
|
68
|
+
"name": "crush_0.3.0_Linux_x86_64.tar.gz",
|
|
69
|
+
"url": "https://github.com/charmbracelet/crush/releases/download/v0.3.0/crush_0.3.0_Linux_x86_64.tar.gz",
|
|
70
70
|
"bins": [
|
|
71
71
|
"crush"
|
|
72
72
|
],
|
|
73
73
|
"format": "tar.gz",
|
|
74
74
|
"checksum": {
|
|
75
75
|
"algorithm": "sha256",
|
|
76
|
-
"digest": "
|
|
76
|
+
"digest": "ef9b8f4950842268effc6df0dac849766ff95e5c19fddc8036370566d8aa6c71"
|
|
77
77
|
},
|
|
78
|
-
"wrappedIn": "crush_0.
|
|
78
|
+
"wrappedIn": "crush_0.3.0_Linux_x86_64"
|
|
79
79
|
},
|
|
80
80
|
"win32-arm64": {
|
|
81
|
-
"name": "crush_0.
|
|
82
|
-
"url": "https://github.com/charmbracelet/crush/releases/download/v0.
|
|
81
|
+
"name": "crush_0.3.0_Windows_arm64.zip",
|
|
82
|
+
"url": "https://github.com/charmbracelet/crush/releases/download/v0.3.0/crush_0.3.0_Windows_arm64.zip",
|
|
83
83
|
"bins": [
|
|
84
84
|
"crush.exe"
|
|
85
85
|
],
|
|
86
86
|
"format": "zip",
|
|
87
87
|
"checksum": {
|
|
88
88
|
"algorithm": "sha256",
|
|
89
|
-
"digest": "
|
|
89
|
+
"digest": "13f608b4e4e79a62095c0b9131bab2daedf9d33d847308e668f92b206cef6bb0"
|
|
90
90
|
},
|
|
91
|
-
"wrappedIn": "crush_0.
|
|
91
|
+
"wrappedIn": "crush_0.3.0_Windows_arm64"
|
|
92
92
|
},
|
|
93
93
|
"win32-x64": {
|
|
94
|
-
"name": "crush_0.
|
|
95
|
-
"url": "https://github.com/charmbracelet/crush/releases/download/v0.
|
|
94
|
+
"name": "crush_0.3.0_Windows_x86_64.zip",
|
|
95
|
+
"url": "https://github.com/charmbracelet/crush/releases/download/v0.3.0/crush_0.3.0_Windows_x86_64.zip",
|
|
96
96
|
"bins": [
|
|
97
97
|
"crush.exe"
|
|
98
98
|
],
|
|
99
99
|
"format": "zip",
|
|
100
100
|
"checksum": {
|
|
101
101
|
"algorithm": "sha256",
|
|
102
|
-
"digest": "
|
|
102
|
+
"digest": "f3f08e3a91fbede3f90f6d9c19fb95d388953e0a28b3b3a50a3f0cfd0f2ebd52"
|
|
103
103
|
},
|
|
104
|
-
"wrappedIn": "crush_0.
|
|
104
|
+
"wrappedIn": "crush_0.3.0_Windows_x86_64"
|
|
105
105
|
}
|
|
106
106
|
}
|
|
107
107
|
}
|