@charmland/crush 0.1.8 → 0.1.9
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 +5 -2
- package/package.json +25 -25
package/README.md
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
- **Session-Based:** maintain multiple work sessions and contexts per project
|
|
18
18
|
- **LSP-Enhanced:** Crush uses LSPs for additional context, just like you do
|
|
19
19
|
- **Extensible:** add capabilities via MCPs (`http`, `stdio`, and `sse`)
|
|
20
|
-
- **Works Everywhere:** first-class support in every terminal on macOS, Linux, Windows (PowerShell and WSL), and
|
|
20
|
+
- **Works Everywhere:** first-class support in every terminal on macOS, Linux, Windows (PowerShell and WSL), FreeBSD, OpenBSD, and NetBSD
|
|
21
21
|
|
|
22
22
|
## Installation
|
|
23
23
|
|
|
@@ -32,10 +32,13 @@ npm install -g @charmland/crush
|
|
|
32
32
|
|
|
33
33
|
# Arch Linux (btw)
|
|
34
34
|
yay -S crush-bin
|
|
35
|
+
|
|
36
|
+
# Nix
|
|
37
|
+
nix run github:numtide/nix-ai-tools#crush
|
|
35
38
|
```
|
|
36
39
|
|
|
37
40
|
<details>
|
|
38
|
-
<summary><strong>Nix</strong></summary>
|
|
41
|
+
<summary><strong>Nix (NUR)</strong></summary>
|
|
39
42
|
|
|
40
43
|
Crush is available via [NUR](https://github.com/nix-community/NUR) in `nur.repos.charmbracelet.crush`.
|
|
41
44
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@charmland/crush",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.9",
|
|
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.1.
|
|
30
|
-
"url": "https://github.com/charmbracelet/crush/releases/download/v0.1.
|
|
29
|
+
"name": "crush_0.1.9_Darwin_arm64.tar.gz",
|
|
30
|
+
"url": "https://github.com/charmbracelet/crush/releases/download/v0.1.9/crush_0.1.9_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": "c70954c70d2a2ac91208258bfa06195c31f678c85fb4f6cb22d21e432cf9841d"
|
|
38
38
|
},
|
|
39
|
-
"wrappedIn": "crush_0.1.
|
|
39
|
+
"wrappedIn": "crush_0.1.9_Darwin_arm64"
|
|
40
40
|
},
|
|
41
41
|
"darwin-x64": {
|
|
42
|
-
"name": "crush_0.1.
|
|
43
|
-
"url": "https://github.com/charmbracelet/crush/releases/download/v0.1.
|
|
42
|
+
"name": "crush_0.1.9_Darwin_x86_64.tar.gz",
|
|
43
|
+
"url": "https://github.com/charmbracelet/crush/releases/download/v0.1.9/crush_0.1.9_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": "70ad24d1cd0467ca196307c3a4c893f1f489a6a74a452266e57d0f374284df51"
|
|
51
51
|
},
|
|
52
|
-
"wrappedIn": "crush_0.1.
|
|
52
|
+
"wrappedIn": "crush_0.1.9_Darwin_x86_64"
|
|
53
53
|
},
|
|
54
54
|
"linux-arm64": {
|
|
55
|
-
"name": "crush_0.1.
|
|
56
|
-
"url": "https://github.com/charmbracelet/crush/releases/download/v0.1.
|
|
55
|
+
"name": "crush_0.1.9_Linux_arm64.tar.gz",
|
|
56
|
+
"url": "https://github.com/charmbracelet/crush/releases/download/v0.1.9/crush_0.1.9_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": "40c47d0c88bfadc7537a88e9a328d61711220aad7644e744fbcf05ee3f44816a"
|
|
64
64
|
},
|
|
65
|
-
"wrappedIn": "crush_0.1.
|
|
65
|
+
"wrappedIn": "crush_0.1.9_Linux_arm64"
|
|
66
66
|
},
|
|
67
67
|
"linux-x64": {
|
|
68
|
-
"name": "crush_0.1.
|
|
69
|
-
"url": "https://github.com/charmbracelet/crush/releases/download/v0.1.
|
|
68
|
+
"name": "crush_0.1.9_Linux_x86_64.tar.gz",
|
|
69
|
+
"url": "https://github.com/charmbracelet/crush/releases/download/v0.1.9/crush_0.1.9_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": "294c519122ced35930ef00fa5c7b54b2762b3bc0141bfa7a22c55cf53450aed3"
|
|
77
77
|
},
|
|
78
|
-
"wrappedIn": "crush_0.1.
|
|
78
|
+
"wrappedIn": "crush_0.1.9_Linux_x86_64"
|
|
79
79
|
},
|
|
80
80
|
"win32-arm64": {
|
|
81
|
-
"name": "crush_0.1.
|
|
82
|
-
"url": "https://github.com/charmbracelet/crush/releases/download/v0.1.
|
|
81
|
+
"name": "crush_0.1.9_Windows_arm64.zip",
|
|
82
|
+
"url": "https://github.com/charmbracelet/crush/releases/download/v0.1.9/crush_0.1.9_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": "af5b4146b8d86a17c174880117f0fe1eb3177e101f232e87fa1f2077a68734cb"
|
|
90
90
|
},
|
|
91
|
-
"wrappedIn": "crush_0.1.
|
|
91
|
+
"wrappedIn": "crush_0.1.9_Windows_arm64"
|
|
92
92
|
},
|
|
93
93
|
"win32-x64": {
|
|
94
|
-
"name": "crush_0.1.
|
|
95
|
-
"url": "https://github.com/charmbracelet/crush/releases/download/v0.1.
|
|
94
|
+
"name": "crush_0.1.9_Windows_x86_64.zip",
|
|
95
|
+
"url": "https://github.com/charmbracelet/crush/releases/download/v0.1.9/crush_0.1.9_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": "a2b20a1634188d08cfa125eedc13d38f051919081512b7d4d34bdda6db313aac"
|
|
103
103
|
},
|
|
104
|
-
"wrappedIn": "crush_0.1.
|
|
104
|
+
"wrappedIn": "crush_0.1.9_Windows_x86_64"
|
|
105
105
|
}
|
|
106
106
|
}
|
|
107
107
|
}
|