@charmland/crush 0.2.2 → 0.3.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 +17 -1
  2. package/package.json +25 -25
package/README.md CHANGED
@@ -35,6 +35,10 @@ yay -S crush-bin
35
35
 
36
36
  # Nix
37
37
  nix run github:numtide/nix-ai-tools#crush
38
+
39
+ # Scoop
40
+ scoop bucket add charm https://github.com/charmbracelet/scoop-bucket.git
41
+ scoop install crush
38
42
  ```
39
43
 
40
44
  <details>
@@ -155,7 +159,7 @@ As an additional note, Crush also stores ephemeral data, such as application sta
155
159
 
156
160
  ```bash
157
161
  # Unix
158
- $HOME/.local/shared/crush/crush.json
162
+ $HOME/.local/share/crush/crush.json
159
163
 
160
164
  # Windows
161
165
  %LOCALAPPDATA%\crush\crush.json
@@ -277,6 +281,7 @@ Local models can also be configured via OpenAI-compatible API. Here are two comm
277
281
  }
278
282
  ]
279
283
  }
284
+ }
280
285
  }
281
286
  ```
282
287
 
@@ -413,6 +418,17 @@ To add specific models to the configuration, configure as such:
413
418
  }
414
419
  ```
415
420
 
421
+ ## A Note on Claude Max and GitHub Copilot
422
+
423
+ Crush only supports model providers through official, compliant APIs. We do not
424
+ support or endorse any methods that rely on personal Claude Max and GitHub Copilot
425
+ accounts or OAuth workarounds, which may violate Anthropic and Microsoft’s
426
+ Terms of Service.
427
+
428
+ We’re committed to building sustainable, trusted integrations with model
429
+ providers. If you’re a provider interested in working with us,
430
+ [reach out](mailto:vt100@charm.sh).
431
+
416
432
  ## Logging
417
433
 
418
434
  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.3.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.3.0_Darwin_arm64.tar.gz",
30
+ "url": "https://github.com/charmbracelet/crush/releases/download/v0.3.0/crush_0.3.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": "baee31303dc479621f3bcc906240d14fb1c7f5c2c722dfb55abb386cf34b8901"
38
38
  },
39
- "wrappedIn": "crush_0.2.2_Darwin_arm64"
39
+ "wrappedIn": "crush_0.3.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.3.0_Darwin_x86_64.tar.gz",
43
+ "url": "https://github.com/charmbracelet/crush/releases/download/v0.3.0/crush_0.3.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": "3301c0c16c49b892e6ae0f77cf3c35ea25187738af85ea2bbe40b38acdde69d5"
51
51
  },
52
- "wrappedIn": "crush_0.2.2_Darwin_x86_64"
52
+ "wrappedIn": "crush_0.3.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.3.0_Linux_arm64.tar.gz",
56
+ "url": "https://github.com/charmbracelet/crush/releases/download/v0.3.0/crush_0.3.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": "115d9589648c9602b3fea3301648031b014e1fd5304db428d50294ed60d9eb9c"
64
64
  },
65
- "wrappedIn": "crush_0.2.2_Linux_arm64"
65
+ "wrappedIn": "crush_0.3.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.3.0_Linux_x86_64.tar.gz",
69
+ "url": "https://github.com/charmbracelet/crush/releases/download/v0.3.0/crush_0.3.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": "ef9b8f4950842268effc6df0dac849766ff95e5c19fddc8036370566d8aa6c71"
77
77
  },
78
- "wrappedIn": "crush_0.2.2_Linux_x86_64"
78
+ "wrappedIn": "crush_0.3.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.3.0_Windows_arm64.zip",
82
+ "url": "https://github.com/charmbracelet/crush/releases/download/v0.3.0/crush_0.3.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": "13f608b4e4e79a62095c0b9131bab2daedf9d33d847308e668f92b206cef6bb0"
90
90
  },
91
- "wrappedIn": "crush_0.2.2_Windows_arm64"
91
+ "wrappedIn": "crush_0.3.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.3.0_Windows_x86_64.zip",
95
+ "url": "https://github.com/charmbracelet/crush/releases/download/v0.3.0/crush_0.3.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": "f3f08e3a91fbede3f90f6d9c19fb95d388953e0a28b3b3a50a3f0cfd0f2ebd52"
103
103
  },
104
- "wrappedIn": "crush_0.2.2_Windows_x86_64"
104
+ "wrappedIn": "crush_0.3.0_Windows_x86_64"
105
105
  }
106
106
  }
107
107
  }