@charmland/crush 0.61.1 → 0.62.1
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 +5 -4
- package/package.json +25 -25
package/README.md
CHANGED
|
@@ -169,7 +169,7 @@ go install github.com/charmbracelet/crush@latest
|
|
|
169
169
|
> [!WARNING]
|
|
170
170
|
> Productivity may increase when using Crush and you may find yourself nerd
|
|
171
171
|
> sniped when first using the application. If the symptoms persist, join the
|
|
172
|
-
> [Discord][discord] and nerd snipe the rest of us.
|
|
172
|
+
> [Slack][slack] or [Discord][discord] and nerd snipe the rest of us.
|
|
173
173
|
|
|
174
174
|
## Getting Started
|
|
175
175
|
|
|
@@ -802,8 +802,8 @@ Or by setting the following in your config:
|
|
|
802
802
|
}
|
|
803
803
|
```
|
|
804
804
|
|
|
805
|
-
Crush also respects the `DO_NOT_TRACK` convention
|
|
806
|
-
`export DO_NOT_TRACK=1`.
|
|
805
|
+
Crush also respects the [`DO_NOT_TRACK`](https://donottrack.sh/) convention
|
|
806
|
+
which can be enabled via `export DO_NOT_TRACK=1`.
|
|
807
807
|
|
|
808
808
|
## Q&A
|
|
809
809
|
|
|
@@ -827,11 +827,12 @@ See the [contributing guide](https://github.com/charmbracelet/crush?tab=contribu
|
|
|
827
827
|
We’d love to hear your thoughts on this project. Need help? We gotchu. You can find us on:
|
|
828
828
|
|
|
829
829
|
- [Twitter](https://twitter.com/charmcli)
|
|
830
|
-
- [Slack]
|
|
830
|
+
- [Slack][slack]
|
|
831
831
|
- [Discord][discord]
|
|
832
832
|
- [The Fediverse](https://mastodon.social/@charmcli)
|
|
833
833
|
- [Bluesky](https://bsky.app/profile/charm.land)
|
|
834
834
|
|
|
835
|
+
[slack]: https://charm.land/slack
|
|
835
836
|
[discord]: https://charm.land/discord
|
|
836
837
|
|
|
837
838
|
## License
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@charmland/crush",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.62.1",
|
|
5
5
|
"description": "A powerful terminal-based AI assistant for developers, providing intelligent coding assistance directly in your terminal.",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"postinstall": "node install.js",
|
|
@@ -27,82 +27,82 @@
|
|
|
27
27
|
},
|
|
28
28
|
"archives": {
|
|
29
29
|
"darwin-arm64": {
|
|
30
|
-
"name": "crush_0.
|
|
31
|
-
"url": "https://github.com/charmbracelet/crush/releases/download/v0.
|
|
30
|
+
"name": "crush_0.62.1_Darwin_arm64.tar.gz",
|
|
31
|
+
"url": "https://github.com/charmbracelet/crush/releases/download/v0.62.1/crush_0.62.1_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": "
|
|
38
|
+
"digest": "c90e3ab07e5caca7fe77c4d5d1f8358e9b47d8226419cba162d5084168bd66ae"
|
|
39
39
|
},
|
|
40
|
-
"wrappedIn": "crush_0.
|
|
40
|
+
"wrappedIn": "crush_0.62.1_Darwin_arm64"
|
|
41
41
|
},
|
|
42
42
|
"darwin-x64": {
|
|
43
|
-
"name": "crush_0.
|
|
44
|
-
"url": "https://github.com/charmbracelet/crush/releases/download/v0.
|
|
43
|
+
"name": "crush_0.62.1_Darwin_x86_64.tar.gz",
|
|
44
|
+
"url": "https://github.com/charmbracelet/crush/releases/download/v0.62.1/crush_0.62.1_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": "
|
|
51
|
+
"digest": "ca95c1c5abfb791cb77de5cbff5ddd757dc772981b7b33946ccce4046bace711"
|
|
52
52
|
},
|
|
53
|
-
"wrappedIn": "crush_0.
|
|
53
|
+
"wrappedIn": "crush_0.62.1_Darwin_x86_64"
|
|
54
54
|
},
|
|
55
55
|
"linux-arm64": {
|
|
56
|
-
"name": "crush_0.
|
|
57
|
-
"url": "https://github.com/charmbracelet/crush/releases/download/v0.
|
|
56
|
+
"name": "crush_0.62.1_Linux_arm64.tar.gz",
|
|
57
|
+
"url": "https://github.com/charmbracelet/crush/releases/download/v0.62.1/crush_0.62.1_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": "
|
|
64
|
+
"digest": "4d396e0c32f842ed23f2eb9c979f7e2c7ff8c4f522d153915f082f048a0e210d"
|
|
65
65
|
},
|
|
66
|
-
"wrappedIn": "crush_0.
|
|
66
|
+
"wrappedIn": "crush_0.62.1_Linux_arm64"
|
|
67
67
|
},
|
|
68
68
|
"linux-x64": {
|
|
69
|
-
"name": "crush_0.
|
|
70
|
-
"url": "https://github.com/charmbracelet/crush/releases/download/v0.
|
|
69
|
+
"name": "crush_0.62.1_Linux_x86_64.tar.gz",
|
|
70
|
+
"url": "https://github.com/charmbracelet/crush/releases/download/v0.62.1/crush_0.62.1_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": "
|
|
77
|
+
"digest": "3cf898836bbc650c5504b465bbc4482d0d795d07acc736c7129936381514c1e2"
|
|
78
78
|
},
|
|
79
|
-
"wrappedIn": "crush_0.
|
|
79
|
+
"wrappedIn": "crush_0.62.1_Linux_x86_64"
|
|
80
80
|
},
|
|
81
81
|
"win32-arm64": {
|
|
82
|
-
"name": "crush_0.
|
|
83
|
-
"url": "https://github.com/charmbracelet/crush/releases/download/v0.
|
|
82
|
+
"name": "crush_0.62.1_Windows_arm64.zip",
|
|
83
|
+
"url": "https://github.com/charmbracelet/crush/releases/download/v0.62.1/crush_0.62.1_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": "
|
|
90
|
+
"digest": "9af1ba3995e294180c0c679bb517e65325e5f37d4e00e3dfbf6955d5cd928624"
|
|
91
91
|
},
|
|
92
|
-
"wrappedIn": "crush_0.
|
|
92
|
+
"wrappedIn": "crush_0.62.1_Windows_arm64"
|
|
93
93
|
},
|
|
94
94
|
"win32-x64": {
|
|
95
|
-
"name": "crush_0.
|
|
96
|
-
"url": "https://github.com/charmbracelet/crush/releases/download/v0.
|
|
95
|
+
"name": "crush_0.62.1_Windows_x86_64.zip",
|
|
96
|
+
"url": "https://github.com/charmbracelet/crush/releases/download/v0.62.1/crush_0.62.1_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": "
|
|
103
|
+
"digest": "067e6fd81f7d5561e49767bdffd62bab5df49d0d1b6a545890adfa8f6d814688"
|
|
104
104
|
},
|
|
105
|
-
"wrappedIn": "crush_0.
|
|
105
|
+
"wrappedIn": "crush_0.62.1_Windows_x86_64"
|
|
106
106
|
}
|
|
107
107
|
}
|
|
108
108
|
}
|