@charmland/crush 0.32.0 → 0.33.2

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 +4 -3
  2. package/package.json +25 -25
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Crush
2
2
 
3
3
  <p align="center">
4
- <a href="https://stuff.charm.sh/crush/charm-crush.png"><img width="450" alt="Charm Crush Logo" src="https://github.com/user-attachments/assets/adc1a6f4-b284-4603-836c-59038caa2e8b" /></a><br />
4
+ <a href="https://stuff.charm.sh/crush/charm-crush.png"><img width="450" alt="Charm Crush Logo" src="https://github.com/user-attachments/assets/cf8ca3ce-8b02-43f0-9d0f-5a331488da4b" /></a><br />
5
5
  <a href="https://github.com/charmbracelet/crush/releases"><img src="https://img.shields.io/github/release/charmbracelet/crush" alt="Latest Release"></a>
6
6
  <a href="https://github.com/charmbracelet/crush/actions"><img src="https://github.com/charmbracelet/crush/actions/workflows/build.yml/badge.svg" alt="Build Status"></a>
7
7
  </p>
@@ -18,7 +18,8 @@
18
18
  - **Session-Based:** maintain multiple work sessions and contexts per project
19
19
  - **LSP-Enhanced:** Crush uses LSPs for additional context, just like you do
20
20
  - **Extensible:** add capabilities via MCPs (`http`, `stdio`, and `sse`)
21
- - **Works Everywhere:** first-class support in every terminal on macOS, Linux, Windows (PowerShell and WSL), FreeBSD, OpenBSD, and NetBSD
21
+ - **Works Everywhere:** first-class support in every terminal on macOS, Linux, Windows (PowerShell and WSL), Android, FreeBSD, OpenBSD, and NetBSD
22
+ - **Industrial Grade:** built on the Charm ecosystem, powering 25k+ applications, from leading open source projects to business-critical infrastructure
22
23
 
23
24
  ## Installation
24
25
 
@@ -55,7 +56,7 @@ scoop install crush
55
56
  <details>
56
57
  <summary><strong>Nix (NUR)</strong></summary>
57
58
 
58
- Crush is available via the offical Charm [NUR](https://github.com/nix-community/NUR) in `nur.repos.charmbracelet.crush`, which is the most up-to-date way to get Crush in Nix.
59
+ Crush is available via the official Charm [NUR](https://github.com/nix-community/NUR) in `nur.repos.charmbracelet.crush`, which is the most up-to-date way to get Crush in Nix.
59
60
 
60
61
  You can also try out Crush via the NUR with `nix-shell`:
61
62
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@charmland/crush",
3
- "version": "0.32.0",
3
+ "version": "0.33.2",
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",
@@ -27,82 +27,82 @@
27
27
  },
28
28
  "archives": {
29
29
  "darwin-arm64": {
30
- "name": "crush_0.32.0_Darwin_arm64.tar.gz",
31
- "url": "https://github.com/charmbracelet/crush/releases/download/v0.32.0/crush_0.32.0_Darwin_arm64.tar.gz",
30
+ "name": "crush_0.33.2_Darwin_arm64.tar.gz",
31
+ "url": "https://github.com/charmbracelet/crush/releases/download/v0.33.2/crush_0.33.2_Darwin_arm64.tar.gz",
32
32
  "bins": [
33
33
  "crush"
34
34
  ],
35
35
  "format": "tar.gz",
36
36
  "checksum": {
37
37
  "algorithm": "sha256",
38
- "digest": "b9fd2b209ea91a29b9545afa1e43e2132219e7a926121cba0612313c5cd186c8"
38
+ "digest": "14767c58b1c4acbe9cfef74fdf7e60a365c5a5320308cab1a1c0f3890f8ad689"
39
39
  },
40
- "wrappedIn": "crush_0.32.0_Darwin_arm64"
40
+ "wrappedIn": "crush_0.33.2_Darwin_arm64"
41
41
  },
42
42
  "darwin-x64": {
43
- "name": "crush_0.32.0_Darwin_x86_64.tar.gz",
44
- "url": "https://github.com/charmbracelet/crush/releases/download/v0.32.0/crush_0.32.0_Darwin_x86_64.tar.gz",
43
+ "name": "crush_0.33.2_Darwin_x86_64.tar.gz",
44
+ "url": "https://github.com/charmbracelet/crush/releases/download/v0.33.2/crush_0.33.2_Darwin_x86_64.tar.gz",
45
45
  "bins": [
46
46
  "crush"
47
47
  ],
48
48
  "format": "tar.gz",
49
49
  "checksum": {
50
50
  "algorithm": "sha256",
51
- "digest": "0d68ed35bbb66c64db5bd63771a1a86da2fa9eb55d0a8a68826daa6337d79a8c"
51
+ "digest": "9a2c346c404045937f8c5d720b74818777acc4abee8b118ae24347b69c5453d6"
52
52
  },
53
- "wrappedIn": "crush_0.32.0_Darwin_x86_64"
53
+ "wrappedIn": "crush_0.33.2_Darwin_x86_64"
54
54
  },
55
55
  "linux-arm64": {
56
- "name": "crush_0.32.0_Linux_arm64.tar.gz",
57
- "url": "https://github.com/charmbracelet/crush/releases/download/v0.32.0/crush_0.32.0_Linux_arm64.tar.gz",
56
+ "name": "crush_0.33.2_Linux_arm64.tar.gz",
57
+ "url": "https://github.com/charmbracelet/crush/releases/download/v0.33.2/crush_0.33.2_Linux_arm64.tar.gz",
58
58
  "bins": [
59
59
  "crush"
60
60
  ],
61
61
  "format": "tar.gz",
62
62
  "checksum": {
63
63
  "algorithm": "sha256",
64
- "digest": "d4191000c0554e210b07761ce4df1e9c64ba8cc2de1bd379218922360a63e10d"
64
+ "digest": "ee5b8913d3510b88b2364b20da5b291d57d0addd7ca4ea29a11d3e16aae6d7c7"
65
65
  },
66
- "wrappedIn": "crush_0.32.0_Linux_arm64"
66
+ "wrappedIn": "crush_0.33.2_Linux_arm64"
67
67
  },
68
68
  "linux-x64": {
69
- "name": "crush_0.32.0_Linux_x86_64.tar.gz",
70
- "url": "https://github.com/charmbracelet/crush/releases/download/v0.32.0/crush_0.32.0_Linux_x86_64.tar.gz",
69
+ "name": "crush_0.33.2_Linux_x86_64.tar.gz",
70
+ "url": "https://github.com/charmbracelet/crush/releases/download/v0.33.2/crush_0.33.2_Linux_x86_64.tar.gz",
71
71
  "bins": [
72
72
  "crush"
73
73
  ],
74
74
  "format": "tar.gz",
75
75
  "checksum": {
76
76
  "algorithm": "sha256",
77
- "digest": "26269573d9bccd69fd4c128b5d6723f367b14abef47328d03fcb298057e544e0"
77
+ "digest": "b89e0c3f5263e982589fc893abef317c8b63ee5a973dc69b0b31dbc6230000ec"
78
78
  },
79
- "wrappedIn": "crush_0.32.0_Linux_x86_64"
79
+ "wrappedIn": "crush_0.33.2_Linux_x86_64"
80
80
  },
81
81
  "win32-arm64": {
82
- "name": "crush_0.32.0_Windows_arm64.zip",
83
- "url": "https://github.com/charmbracelet/crush/releases/download/v0.32.0/crush_0.32.0_Windows_arm64.zip",
82
+ "name": "crush_0.33.2_Windows_arm64.zip",
83
+ "url": "https://github.com/charmbracelet/crush/releases/download/v0.33.2/crush_0.33.2_Windows_arm64.zip",
84
84
  "bins": [
85
85
  "crush.exe"
86
86
  ],
87
87
  "format": "zip",
88
88
  "checksum": {
89
89
  "algorithm": "sha256",
90
- "digest": "e236a43ab0a2468780f539d7ec82732e43fe0cc4517e63dfffa5c9e4822d890d"
90
+ "digest": "d1113ffc3f128a6803e7af2dafbf2674dcb10f97b7195be23f7eacabdcfed3ed"
91
91
  },
92
- "wrappedIn": "crush_0.32.0_Windows_arm64"
92
+ "wrappedIn": "crush_0.33.2_Windows_arm64"
93
93
  },
94
94
  "win32-x64": {
95
- "name": "crush_0.32.0_Windows_x86_64.zip",
96
- "url": "https://github.com/charmbracelet/crush/releases/download/v0.32.0/crush_0.32.0_Windows_x86_64.zip",
95
+ "name": "crush_0.33.2_Windows_x86_64.zip",
96
+ "url": "https://github.com/charmbracelet/crush/releases/download/v0.33.2/crush_0.33.2_Windows_x86_64.zip",
97
97
  "bins": [
98
98
  "crush.exe"
99
99
  ],
100
100
  "format": "zip",
101
101
  "checksum": {
102
102
  "algorithm": "sha256",
103
- "digest": "e7882815d80aa322b0636d0a81455af57c65c89c6715a4e2357356bcc001dafd"
103
+ "digest": "060ab1cbdd7fac3fc25b6ff5f29f4bee61d68a1265c62021b00c0dc390ce7a8f"
104
104
  },
105
- "wrappedIn": "crush_0.32.0_Windows_x86_64"
105
+ "wrappedIn": "crush_0.33.2_Windows_x86_64"
106
106
  }
107
107
  }
108
108
  }