@charmland/crush 0.7.0 → 0.7.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.
- package/README.md +2 -2
- package/package.json +25 -25
package/README.md
CHANGED
|
@@ -139,7 +139,7 @@ That said, you can also set environment variables for preferred providers.
|
|
|
139
139
|
|
|
140
140
|
Is there a provider you’d like to see in Crush? Is there an existing model that needs an update?
|
|
141
141
|
|
|
142
|
-
Crush’s default model listing is managed in [Catwalk](https://github.com/charmbracelet/catwalk),
|
|
142
|
+
Crush’s default model listing is managed in [Catwalk](https://github.com/charmbracelet/catwalk), a community-supported, open source repository of Crush-compatible models, and you’re welcome to contribute.
|
|
143
143
|
|
|
144
144
|
<a href="https://github.com/charmbracelet/catwalk"><img width="174" height="174" alt="Catwalk Badge" src="https://github.com/user-attachments/assets/95b49515-fe82-4409-b10d-5beb0873787d" /></a>
|
|
145
145
|
|
|
@@ -483,7 +483,7 @@ We’d love to hear your thoughts on this project. Need help? We gotchu. You can
|
|
|
483
483
|
|
|
484
484
|
## License
|
|
485
485
|
|
|
486
|
-
[FSL-1.1-MIT](https://github.com/charmbracelet/crush/raw/main/LICENSE)
|
|
486
|
+
[FSL-1.1-MIT](https://github.com/charmbracelet/crush/raw/main/LICENSE.md)
|
|
487
487
|
|
|
488
488
|
---
|
|
489
489
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@charmland/crush",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.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",
|
|
@@ -26,82 +26,82 @@
|
|
|
26
26
|
},
|
|
27
27
|
"archives": {
|
|
28
28
|
"darwin-arm64": {
|
|
29
|
-
"name": "crush_0.7.
|
|
30
|
-
"url": "https://github.com/charmbracelet/crush/releases/download/v0.7.
|
|
29
|
+
"name": "crush_0.7.2_Darwin_arm64.tar.gz",
|
|
30
|
+
"url": "https://github.com/charmbracelet/crush/releases/download/v0.7.2/crush_0.7.2_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": "05e3fce8981c6a102bac5a20438e2cea25ebde5f0656a835cad759746584651f"
|
|
38
38
|
},
|
|
39
|
-
"wrappedIn": "crush_0.7.
|
|
39
|
+
"wrappedIn": "crush_0.7.2_Darwin_arm64"
|
|
40
40
|
},
|
|
41
41
|
"darwin-x64": {
|
|
42
|
-
"name": "crush_0.7.
|
|
43
|
-
"url": "https://github.com/charmbracelet/crush/releases/download/v0.7.
|
|
42
|
+
"name": "crush_0.7.2_Darwin_x86_64.tar.gz",
|
|
43
|
+
"url": "https://github.com/charmbracelet/crush/releases/download/v0.7.2/crush_0.7.2_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": "abd9726d34617c37564260fcd6a427216bebb1dbed136bc55a781837f23a6cfd"
|
|
51
51
|
},
|
|
52
|
-
"wrappedIn": "crush_0.7.
|
|
52
|
+
"wrappedIn": "crush_0.7.2_Darwin_x86_64"
|
|
53
53
|
},
|
|
54
54
|
"linux-arm64": {
|
|
55
|
-
"name": "crush_0.7.
|
|
56
|
-
"url": "https://github.com/charmbracelet/crush/releases/download/v0.7.
|
|
55
|
+
"name": "crush_0.7.2_Linux_arm64.tar.gz",
|
|
56
|
+
"url": "https://github.com/charmbracelet/crush/releases/download/v0.7.2/crush_0.7.2_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": "781e09998d025a53f211d76f066951a08d550c7e837b1d22c88e4b6a073f254e"
|
|
64
64
|
},
|
|
65
|
-
"wrappedIn": "crush_0.7.
|
|
65
|
+
"wrappedIn": "crush_0.7.2_Linux_arm64"
|
|
66
66
|
},
|
|
67
67
|
"linux-x64": {
|
|
68
|
-
"name": "crush_0.7.
|
|
69
|
-
"url": "https://github.com/charmbracelet/crush/releases/download/v0.7.
|
|
68
|
+
"name": "crush_0.7.2_Linux_x86_64.tar.gz",
|
|
69
|
+
"url": "https://github.com/charmbracelet/crush/releases/download/v0.7.2/crush_0.7.2_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": "e7510d2175b7c901f887d9ed47e134d192c056f4fcb43850240d2f963338a2ea"
|
|
77
77
|
},
|
|
78
|
-
"wrappedIn": "crush_0.7.
|
|
78
|
+
"wrappedIn": "crush_0.7.2_Linux_x86_64"
|
|
79
79
|
},
|
|
80
80
|
"win32-arm64": {
|
|
81
|
-
"name": "crush_0.7.
|
|
82
|
-
"url": "https://github.com/charmbracelet/crush/releases/download/v0.7.
|
|
81
|
+
"name": "crush_0.7.2_Windows_arm64.zip",
|
|
82
|
+
"url": "https://github.com/charmbracelet/crush/releases/download/v0.7.2/crush_0.7.2_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": "6d3dda4614379e9f800ba422b357a66ac5b7b221f4a67be24b429a4fb432926b"
|
|
90
90
|
},
|
|
91
|
-
"wrappedIn": "crush_0.7.
|
|
91
|
+
"wrappedIn": "crush_0.7.2_Windows_arm64"
|
|
92
92
|
},
|
|
93
93
|
"win32-x64": {
|
|
94
|
-
"name": "crush_0.7.
|
|
95
|
-
"url": "https://github.com/charmbracelet/crush/releases/download/v0.7.
|
|
94
|
+
"name": "crush_0.7.2_Windows_x86_64.zip",
|
|
95
|
+
"url": "https://github.com/charmbracelet/crush/releases/download/v0.7.2/crush_0.7.2_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": "b9e209eb22824e5e18e1fba9ed66fe23dd2e9786601e18664122f97ca42812e7"
|
|
103
103
|
},
|
|
104
|
-
"wrappedIn": "crush_0.7.
|
|
104
|
+
"wrappedIn": "crush_0.7.2_Windows_x86_64"
|
|
105
105
|
}
|
|
106
106
|
}
|
|
107
107
|
}
|