@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.
Files changed (2) hide show
  1. package/README.md +24 -1
  2. 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/shared/crush/crush.json
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.2.2",
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.2.2_Darwin_arm64.tar.gz",
30
- "url": "https://github.com/charmbracelet/crush/releases/download/v0.2.2/crush_0.2.2_Darwin_arm64.tar.gz",
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": "128539d89ff7a5f9a761c4cafbc0067ad9c08b2c1758e17c9d9f23671dd70359"
37
+ "digest": "9abf63530fa4b0cc36382a780c16862407574ef589eaa0be2c6df2356ae681e6"
38
38
  },
39
- "wrappedIn": "crush_0.2.2_Darwin_arm64"
39
+ "wrappedIn": "crush_0.4.0_Darwin_arm64"
40
40
  },
41
41
  "darwin-x64": {
42
- "name": "crush_0.2.2_Darwin_x86_64.tar.gz",
43
- "url": "https://github.com/charmbracelet/crush/releases/download/v0.2.2/crush_0.2.2_Darwin_x86_64.tar.gz",
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": "3546aa2f6cb443756cdf877d0c408568881010a3022270ac363bb96814429f79"
50
+ "digest": "0926b01be12943e46d21b2499d19f5a50f757b7fe6d83fc6f8852182e2cb3a7d"
51
51
  },
52
- "wrappedIn": "crush_0.2.2_Darwin_x86_64"
52
+ "wrappedIn": "crush_0.4.0_Darwin_x86_64"
53
53
  },
54
54
  "linux-arm64": {
55
- "name": "crush_0.2.2_Linux_arm64.tar.gz",
56
- "url": "https://github.com/charmbracelet/crush/releases/download/v0.2.2/crush_0.2.2_Linux_arm64.tar.gz",
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": "adda1c0deaca834a3c7f825a544bf3c0230589beb0dc62fc5b0c5a20c42833eb"
63
+ "digest": "5d5621ac3e9eeb0e90458b0c01c866fabcdfd50f99c86ae7786d5eb1c7552179"
64
64
  },
65
- "wrappedIn": "crush_0.2.2_Linux_arm64"
65
+ "wrappedIn": "crush_0.4.0_Linux_arm64"
66
66
  },
67
67
  "linux-x64": {
68
- "name": "crush_0.2.2_Linux_x86_64.tar.gz",
69
- "url": "https://github.com/charmbracelet/crush/releases/download/v0.2.2/crush_0.2.2_Linux_x86_64.tar.gz",
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": "5c1eaed7f245ab0fc21d731d43fb038cddcc7f038d55f38b3a1263be5721a94a"
76
+ "digest": "0612370e2d83b5288f87d9e7d08e690cb1dea9c82e0d00e6f084e8bf8aba6d93"
77
77
  },
78
- "wrappedIn": "crush_0.2.2_Linux_x86_64"
78
+ "wrappedIn": "crush_0.4.0_Linux_x86_64"
79
79
  },
80
80
  "win32-arm64": {
81
- "name": "crush_0.2.2_Windows_arm64.zip",
82
- "url": "https://github.com/charmbracelet/crush/releases/download/v0.2.2/crush_0.2.2_Windows_arm64.zip",
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": "02d5ecb6f6d4c35376fb9424ec58911f4d3740416ab1a771219285d54c64aa46"
89
+ "digest": "3218223c12270729c26bf3b74d20508e68ea6686d5ba306eca95e7414476319a"
90
90
  },
91
- "wrappedIn": "crush_0.2.2_Windows_arm64"
91
+ "wrappedIn": "crush_0.4.0_Windows_arm64"
92
92
  },
93
93
  "win32-x64": {
94
- "name": "crush_0.2.2_Windows_x86_64.zip",
95
- "url": "https://github.com/charmbracelet/crush/releases/download/v0.2.2/crush_0.2.2_Windows_x86_64.zip",
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": "df1e3f5019b5608f74c4bfb6cccb7e4f4ba7a1e320281376358abe0492f03787"
102
+ "digest": "dcce3e5f568bb8da018f30ec170b49788faaedc75fa0da70ec7022a3b94c172d"
103
103
  },
104
- "wrappedIn": "crush_0.2.2_Windows_x86_64"
104
+ "wrappedIn": "crush_0.4.0_Windows_x86_64"
105
105
  }
106
106
  }
107
107
  }