@charmland/crush 0.2.2 → 0.4.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 +24 -1
- package/package.json +25 -25
package/README.md
CHANGED
|
@@ -37,6 +37,17 @@ yay -S crush-bin
|
|
|
37
37
|
nix run github:numtide/nix-ai-tools#crush
|
|
38
38
|
```
|
|
39
39
|
|
|
40
|
+
Windows users:
|
|
41
|
+
|
|
42
|
+
```bash
|
|
43
|
+
# Winget
|
|
44
|
+
winget install charmbracelet.crush
|
|
45
|
+
|
|
46
|
+
# Scoop
|
|
47
|
+
scoop bucket add charm https://github.com/charmbracelet/scoop-bucket.git
|
|
48
|
+
scoop install crush
|
|
49
|
+
```
|
|
50
|
+
|
|
40
51
|
<details>
|
|
41
52
|
<summary><strong>Nix (NUR)</strong></summary>
|
|
42
53
|
|
|
@@ -155,7 +166,7 @@ As an additional note, Crush also stores ephemeral data, such as application sta
|
|
|
155
166
|
|
|
156
167
|
```bash
|
|
157
168
|
# Unix
|
|
158
|
-
$HOME/.local/
|
|
169
|
+
$HOME/.local/share/crush/crush.json
|
|
159
170
|
|
|
160
171
|
# Windows
|
|
161
172
|
%LOCALAPPDATA%\crush\crush.json
|
|
@@ -277,6 +288,7 @@ Local models can also be configured via OpenAI-compatible API. Here are two comm
|
|
|
277
288
|
}
|
|
278
289
|
]
|
|
279
290
|
}
|
|
291
|
+
}
|
|
280
292
|
}
|
|
281
293
|
```
|
|
282
294
|
|
|
@@ -413,6 +425,17 @@ To add specific models to the configuration, configure as such:
|
|
|
413
425
|
}
|
|
414
426
|
```
|
|
415
427
|
|
|
428
|
+
## A Note on Claude Max and GitHub Copilot
|
|
429
|
+
|
|
430
|
+
Crush only supports model providers through official, compliant APIs. We do not
|
|
431
|
+
support or endorse any methods that rely on personal Claude Max and GitHub Copilot
|
|
432
|
+
accounts or OAuth workarounds, which may violate Anthropic and Microsoft’s
|
|
433
|
+
Terms of Service.
|
|
434
|
+
|
|
435
|
+
We’re committed to building sustainable, trusted integrations with model
|
|
436
|
+
providers. If you’re a provider interested in working with us,
|
|
437
|
+
[reach out](mailto:vt100@charm.sh).
|
|
438
|
+
|
|
416
439
|
## Logging
|
|
417
440
|
|
|
418
441
|
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.4.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.4.0_Darwin_arm64.tar.gz",
|
|
30
|
+
"url": "https://github.com/charmbracelet/crush/releases/download/v0.4.0/crush_0.4.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": "9abf63530fa4b0cc36382a780c16862407574ef589eaa0be2c6df2356ae681e6"
|
|
38
38
|
},
|
|
39
|
-
"wrappedIn": "crush_0.
|
|
39
|
+
"wrappedIn": "crush_0.4.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.4.0_Darwin_x86_64.tar.gz",
|
|
43
|
+
"url": "https://github.com/charmbracelet/crush/releases/download/v0.4.0/crush_0.4.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": "0926b01be12943e46d21b2499d19f5a50f757b7fe6d83fc6f8852182e2cb3a7d"
|
|
51
51
|
},
|
|
52
|
-
"wrappedIn": "crush_0.
|
|
52
|
+
"wrappedIn": "crush_0.4.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.4.0_Linux_arm64.tar.gz",
|
|
56
|
+
"url": "https://github.com/charmbracelet/crush/releases/download/v0.4.0/crush_0.4.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": "5d5621ac3e9eeb0e90458b0c01c866fabcdfd50f99c86ae7786d5eb1c7552179"
|
|
64
64
|
},
|
|
65
|
-
"wrappedIn": "crush_0.
|
|
65
|
+
"wrappedIn": "crush_0.4.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.4.0_Linux_x86_64.tar.gz",
|
|
69
|
+
"url": "https://github.com/charmbracelet/crush/releases/download/v0.4.0/crush_0.4.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": "0612370e2d83b5288f87d9e7d08e690cb1dea9c82e0d00e6f084e8bf8aba6d93"
|
|
77
77
|
},
|
|
78
|
-
"wrappedIn": "crush_0.
|
|
78
|
+
"wrappedIn": "crush_0.4.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.4.0_Windows_arm64.zip",
|
|
82
|
+
"url": "https://github.com/charmbracelet/crush/releases/download/v0.4.0/crush_0.4.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": "3218223c12270729c26bf3b74d20508e68ea6686d5ba306eca95e7414476319a"
|
|
90
90
|
},
|
|
91
|
-
"wrappedIn": "crush_0.
|
|
91
|
+
"wrappedIn": "crush_0.4.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.4.0_Windows_x86_64.zip",
|
|
95
|
+
"url": "https://github.com/charmbracelet/crush/releases/download/v0.4.0/crush_0.4.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": "dcce3e5f568bb8da018f30ec170b49788faaedc75fa0da70ec7022a3b94c172d"
|
|
103
103
|
},
|
|
104
|
-
"wrappedIn": "crush_0.
|
|
104
|
+
"wrappedIn": "crush_0.4.0_Windows_x86_64"
|
|
105
105
|
}
|
|
106
106
|
}
|
|
107
107
|
}
|