@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.
Files changed (2) hide show
  1. package/README.md +5 -2
  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 FreeBSD
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.8",
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.8_Darwin_arm64.tar.gz",
30
- "url": "https://github.com/charmbracelet/crush/releases/download/v0.1.8/crush_0.1.8_Darwin_arm64.tar.gz",
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": "0f8fb2cf92403c99c4ff5cac5f110be6b07a87796b3c57e1930704c04ac0ad1c"
37
+ "digest": "c70954c70d2a2ac91208258bfa06195c31f678c85fb4f6cb22d21e432cf9841d"
38
38
  },
39
- "wrappedIn": "crush_0.1.8_Darwin_arm64"
39
+ "wrappedIn": "crush_0.1.9_Darwin_arm64"
40
40
  },
41
41
  "darwin-x64": {
42
- "name": "crush_0.1.8_Darwin_x86_64.tar.gz",
43
- "url": "https://github.com/charmbracelet/crush/releases/download/v0.1.8/crush_0.1.8_Darwin_x86_64.tar.gz",
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": "ecca5a21bbe93283e325c2099a68bde2bc4548e94f9fb6aa0d32dbaf2228339b"
50
+ "digest": "70ad24d1cd0467ca196307c3a4c893f1f489a6a74a452266e57d0f374284df51"
51
51
  },
52
- "wrappedIn": "crush_0.1.8_Darwin_x86_64"
52
+ "wrappedIn": "crush_0.1.9_Darwin_x86_64"
53
53
  },
54
54
  "linux-arm64": {
55
- "name": "crush_0.1.8_Linux_arm64.tar.gz",
56
- "url": "https://github.com/charmbracelet/crush/releases/download/v0.1.8/crush_0.1.8_Linux_arm64.tar.gz",
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": "f4d825a5397ad2216767986ad917f0dd01ab6081fb52e840cbd3ac6d44917b84"
63
+ "digest": "40c47d0c88bfadc7537a88e9a328d61711220aad7644e744fbcf05ee3f44816a"
64
64
  },
65
- "wrappedIn": "crush_0.1.8_Linux_arm64"
65
+ "wrappedIn": "crush_0.1.9_Linux_arm64"
66
66
  },
67
67
  "linux-x64": {
68
- "name": "crush_0.1.8_Linux_x86_64.tar.gz",
69
- "url": "https://github.com/charmbracelet/crush/releases/download/v0.1.8/crush_0.1.8_Linux_x86_64.tar.gz",
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": "b517cafa4673b0af1e313a4f7c5fa32ad97cc2d3bb7b4ff99cb9c83cfc2df2df"
76
+ "digest": "294c519122ced35930ef00fa5c7b54b2762b3bc0141bfa7a22c55cf53450aed3"
77
77
  },
78
- "wrappedIn": "crush_0.1.8_Linux_x86_64"
78
+ "wrappedIn": "crush_0.1.9_Linux_x86_64"
79
79
  },
80
80
  "win32-arm64": {
81
- "name": "crush_0.1.8_Windows_arm64.zip",
82
- "url": "https://github.com/charmbracelet/crush/releases/download/v0.1.8/crush_0.1.8_Windows_arm64.zip",
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": "3755813ee7bc1e1d9b0c0a714635a2cfeacdbce8e0934ff8d08be2ea87f806bc"
89
+ "digest": "af5b4146b8d86a17c174880117f0fe1eb3177e101f232e87fa1f2077a68734cb"
90
90
  },
91
- "wrappedIn": "crush_0.1.8_Windows_arm64"
91
+ "wrappedIn": "crush_0.1.9_Windows_arm64"
92
92
  },
93
93
  "win32-x64": {
94
- "name": "crush_0.1.8_Windows_x86_64.zip",
95
- "url": "https://github.com/charmbracelet/crush/releases/download/v0.1.8/crush_0.1.8_Windows_x86_64.zip",
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": "49c02f291b5ca4418bfbeaf632927cfb478681e4eb2c6cfd7ff24e2abb489563"
102
+ "digest": "a2b20a1634188d08cfa125eedc13d38f051919081512b7d4d34bdda6db313aac"
103
103
  },
104
- "wrappedIn": "crush_0.1.8_Windows_x86_64"
104
+ "wrappedIn": "crush_0.1.9_Windows_x86_64"
105
105
  }
106
106
  }
107
107
  }