@charmland/crush 0.62.0 → 0.63.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.
- package/README.md +11 -5
- 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
|
|
|
@@ -335,6 +335,11 @@ using `$(echo $VAR)` syntax.
|
|
|
335
335
|
}
|
|
336
336
|
```
|
|
337
337
|
|
|
338
|
+
### Hooks
|
|
339
|
+
|
|
340
|
+
Crush has preliminary support for hooks. For details, see
|
|
341
|
+
[the hook guide](./docs/hooks/).
|
|
342
|
+
|
|
338
343
|
### Ignoring Files
|
|
339
344
|
|
|
340
345
|
Crush respects `.gitignore` files by default, but you can also create a
|
|
@@ -802,8 +807,8 @@ Or by setting the following in your config:
|
|
|
802
807
|
}
|
|
803
808
|
```
|
|
804
809
|
|
|
805
|
-
Crush also respects the `DO_NOT_TRACK` convention
|
|
806
|
-
`export DO_NOT_TRACK=1`.
|
|
810
|
+
Crush also respects the [`DO_NOT_TRACK`](https://donottrack.sh/) convention
|
|
811
|
+
which can be enabled via `export DO_NOT_TRACK=1`.
|
|
807
812
|
|
|
808
813
|
## Q&A
|
|
809
814
|
|
|
@@ -827,11 +832,12 @@ See the [contributing guide](https://github.com/charmbracelet/crush?tab=contribu
|
|
|
827
832
|
We’d love to hear your thoughts on this project. Need help? We gotchu. You can find us on:
|
|
828
833
|
|
|
829
834
|
- [Twitter](https://twitter.com/charmcli)
|
|
830
|
-
- [Slack]
|
|
835
|
+
- [Slack][slack]
|
|
831
836
|
- [Discord][discord]
|
|
832
837
|
- [The Fediverse](https://mastodon.social/@charmcli)
|
|
833
838
|
- [Bluesky](https://bsky.app/profile/charm.land)
|
|
834
839
|
|
|
840
|
+
[slack]: https://charm.land/slack
|
|
835
841
|
[discord]: https://charm.land/discord
|
|
836
842
|
|
|
837
843
|
## License
|
|
@@ -842,7 +848,7 @@ We’d love to hear your thoughts on this project. Need help? We gotchu. You can
|
|
|
842
848
|
|
|
843
849
|
Part of [Charm](https://charm.land).
|
|
844
850
|
|
|
845
|
-
<a href="https://charm.land/"><img alt="The Charm logo" width="400" src="https://stuff.charm.sh/charm-banner-
|
|
851
|
+
<a href="https://charm.land/"><img alt="The Charm logo" width="400" src="https://stuff.charm.sh/charm-banner-softy.jpg" /></a>
|
|
846
852
|
|
|
847
853
|
<!--prettier-ignore-->
|
|
848
854
|
Charm热爱开源 • Charm loves open source
|
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.63.0",
|
|
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.63.0_Darwin_arm64.tar.gz",
|
|
31
|
+
"url": "https://github.com/charmbracelet/crush/releases/download/v0.63.0/crush_0.63.0_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": "b02a7bae47ae7330da28f636a0a332144ce5dd8d8626e14b63c189d0dd5d4bf6"
|
|
39
39
|
},
|
|
40
|
-
"wrappedIn": "crush_0.
|
|
40
|
+
"wrappedIn": "crush_0.63.0_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.63.0_Darwin_x86_64.tar.gz",
|
|
44
|
+
"url": "https://github.com/charmbracelet/crush/releases/download/v0.63.0/crush_0.63.0_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": "ab1d524f8f85dbf3db0bc42d52f4119def048faf2bd07059c5c3a1d0b2bfeeed"
|
|
52
52
|
},
|
|
53
|
-
"wrappedIn": "crush_0.
|
|
53
|
+
"wrappedIn": "crush_0.63.0_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.63.0_Linux_arm64.tar.gz",
|
|
57
|
+
"url": "https://github.com/charmbracelet/crush/releases/download/v0.63.0/crush_0.63.0_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": "b9de9f83725cf9b1679ddc3cc28ae90568c1d4caa86f34ea0a51f92d9bf74a62"
|
|
65
65
|
},
|
|
66
|
-
"wrappedIn": "crush_0.
|
|
66
|
+
"wrappedIn": "crush_0.63.0_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.63.0_Linux_x86_64.tar.gz",
|
|
70
|
+
"url": "https://github.com/charmbracelet/crush/releases/download/v0.63.0/crush_0.63.0_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": "e7d8a2ba77a23778bc03a3abd56a4f823352dba1a842fd477f9c54852ab19004"
|
|
78
78
|
},
|
|
79
|
-
"wrappedIn": "crush_0.
|
|
79
|
+
"wrappedIn": "crush_0.63.0_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.63.0_Windows_arm64.zip",
|
|
83
|
+
"url": "https://github.com/charmbracelet/crush/releases/download/v0.63.0/crush_0.63.0_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": "6efdcb9b88ad8adfba079e1dda07baf8e277fa698092ae992ee0457c171dd59e"
|
|
91
91
|
},
|
|
92
|
-
"wrappedIn": "crush_0.
|
|
92
|
+
"wrappedIn": "crush_0.63.0_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.63.0_Windows_x86_64.zip",
|
|
96
|
+
"url": "https://github.com/charmbracelet/crush/releases/download/v0.63.0/crush_0.63.0_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": "b0e9321309b8afaf7b536a3fd537a1f24e806c16b6f39c93990ecea033565fe3"
|
|
104
104
|
},
|
|
105
|
-
"wrappedIn": "crush_0.
|
|
105
|
+
"wrappedIn": "crush_0.63.0_Windows_x86_64"
|
|
106
106
|
}
|
|
107
107
|
}
|
|
108
108
|
}
|