@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.
Files changed (2) hide show
  1. package/README.md +11 -5
  2. 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 which can be enabled via
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](https://charm.land/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-next.jpg" /></a>
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.62.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.62.0_Darwin_arm64.tar.gz",
31
- "url": "https://github.com/charmbracelet/crush/releases/download/v0.62.0/crush_0.62.0_Darwin_arm64.tar.gz",
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": "1316a75b48cd5de976539533f4af7a5fb275fdfac2059e71a42d2204cea91eeb"
38
+ "digest": "b02a7bae47ae7330da28f636a0a332144ce5dd8d8626e14b63c189d0dd5d4bf6"
39
39
  },
40
- "wrappedIn": "crush_0.62.0_Darwin_arm64"
40
+ "wrappedIn": "crush_0.63.0_Darwin_arm64"
41
41
  },
42
42
  "darwin-x64": {
43
- "name": "crush_0.62.0_Darwin_x86_64.tar.gz",
44
- "url": "https://github.com/charmbracelet/crush/releases/download/v0.62.0/crush_0.62.0_Darwin_x86_64.tar.gz",
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": "834fa27f9357b5cf4fd836249191d2696354cff8b2775a735e0512e331e18765"
51
+ "digest": "ab1d524f8f85dbf3db0bc42d52f4119def048faf2bd07059c5c3a1d0b2bfeeed"
52
52
  },
53
- "wrappedIn": "crush_0.62.0_Darwin_x86_64"
53
+ "wrappedIn": "crush_0.63.0_Darwin_x86_64"
54
54
  },
55
55
  "linux-arm64": {
56
- "name": "crush_0.62.0_Linux_arm64.tar.gz",
57
- "url": "https://github.com/charmbracelet/crush/releases/download/v0.62.0/crush_0.62.0_Linux_arm64.tar.gz",
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": "e40bc26e3cee32466a65839beba776caf047d5cd3759b87f85c9804396e452ac"
64
+ "digest": "b9de9f83725cf9b1679ddc3cc28ae90568c1d4caa86f34ea0a51f92d9bf74a62"
65
65
  },
66
- "wrappedIn": "crush_0.62.0_Linux_arm64"
66
+ "wrappedIn": "crush_0.63.0_Linux_arm64"
67
67
  },
68
68
  "linux-x64": {
69
- "name": "crush_0.62.0_Linux_x86_64.tar.gz",
70
- "url": "https://github.com/charmbracelet/crush/releases/download/v0.62.0/crush_0.62.0_Linux_x86_64.tar.gz",
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": "2ab7ab38a057d13dc7438118cc4897af3b971a4c5ea0a6140743c2e2d43cb4fc"
77
+ "digest": "e7d8a2ba77a23778bc03a3abd56a4f823352dba1a842fd477f9c54852ab19004"
78
78
  },
79
- "wrappedIn": "crush_0.62.0_Linux_x86_64"
79
+ "wrappedIn": "crush_0.63.0_Linux_x86_64"
80
80
  },
81
81
  "win32-arm64": {
82
- "name": "crush_0.62.0_Windows_arm64.zip",
83
- "url": "https://github.com/charmbracelet/crush/releases/download/v0.62.0/crush_0.62.0_Windows_arm64.zip",
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": "d87c88fb94d466d21565de77cf522159b4f3b1bf7aef3596145312853c1e187e"
90
+ "digest": "6efdcb9b88ad8adfba079e1dda07baf8e277fa698092ae992ee0457c171dd59e"
91
91
  },
92
- "wrappedIn": "crush_0.62.0_Windows_arm64"
92
+ "wrappedIn": "crush_0.63.0_Windows_arm64"
93
93
  },
94
94
  "win32-x64": {
95
- "name": "crush_0.62.0_Windows_x86_64.zip",
96
- "url": "https://github.com/charmbracelet/crush/releases/download/v0.62.0/crush_0.62.0_Windows_x86_64.zip",
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": "4c6443bbc43a09e3f79dde3796b576901f180ba838f3e1b0566ea7ac1d325edd"
103
+ "digest": "b0e9321309b8afaf7b536a3fd537a1f24e806c16b6f39c93990ecea033565fe3"
104
104
  },
105
- "wrappedIn": "crush_0.62.0_Windows_x86_64"
105
+ "wrappedIn": "crush_0.63.0_Windows_x86_64"
106
106
  }
107
107
  }
108
108
  }