@charmland/crush 0.51.3 → 0.53.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 +29 -4
  2. package/package.json +25 -25
package/README.md CHANGED
@@ -388,11 +388,23 @@ extending agent capabilities with reusable skill packages. Skills are folders
388
388
  containing a `SKILL.md` file with instructions that Crush can discover and
389
389
  activate on demand.
390
390
 
391
- Skills are discovered from:
391
+ The global paths we looks for skills are:
392
392
 
393
- - `~/.config/crush/skills/` on Unix (default, can be overridden with `CRUSH_SKILLS_DIR`)
394
- - `%LOCALAPPDATA%\crush\skills\` on Windows (default, can be overridden with `CRUSH_SKILLS_DIR`)
395
- - Additional paths configured via `options.skills_paths`
393
+ * `$CRUSH_SKILLS_DIR`
394
+ * `$XDG_CONFIG_HOME/agents/skills` or `~/.config/agents/skills/`
395
+ * `$XDG_CONFIG_HOME/crush/skills` or `~/.config/crush/skills/`
396
+ * On Windows, we _also_ look at
397
+ * `%LOCALAPPDATA%\agents\skills\` or `%USERPROFILE%\AppData\Local\agents\skills\`
398
+ * `%LOCALAPPDATA%\crush\skills\` or `%USERPROFILE%\AppData\Local\crush\skills\`
399
+ * Additional paths configured via `options.skills_paths`
400
+
401
+ On top of that, we _also_ load skills in your project from the following
402
+ relative paths:
403
+
404
+ * `.agents/skills`
405
+ * `.crush/skills`
406
+ * `.claude/skills`
407
+ * `.cursor/skills`
396
408
 
397
409
  ```jsonc
398
410
  {
@@ -772,6 +784,19 @@ Or by setting the following in your config:
772
784
  Crush also respects the `DO_NOT_TRACK` convention which can be enabled via
773
785
  `export DO_NOT_TRACK=1`.
774
786
 
787
+ ## Q&A
788
+
789
+ ### Why is clipboard copy and paste not working?
790
+
791
+ Installing an extra tool might be needed on Unix-like environments.
792
+
793
+ | Environment | Tool |
794
+ | ------------------- | ------------------------ |
795
+ | Windows | Native support |
796
+ | macOS | Native support |
797
+ | Linux/BSD + Wayland | `wl-copy` and `wl-paste` |
798
+ | Linux/BSD + X11 | `xclip` or `xsel` |
799
+
775
800
  ## Contributing
776
801
 
777
802
  See the [contributing guide](https://github.com/charmbracelet/crush?tab=contributing-ov-file#contributing).
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@charmland/crush",
3
3
  "type": "module",
4
- "version": "0.51.3",
4
+ "version": "0.53.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",
@@ -28,82 +28,82 @@
28
28
  },
29
29
  "archives": {
30
30
  "darwin-arm64": {
31
- "name": "crush_0.51.3_Darwin_arm64.tar.gz",
32
- "url": "https://github.com/charmbracelet/crush/releases/download/v0.51.3/crush_0.51.3_Darwin_arm64.tar.gz",
31
+ "name": "crush_0.53.0_Darwin_arm64.tar.gz",
32
+ "url": "https://github.com/charmbracelet/crush/releases/download/v0.53.0/crush_0.53.0_Darwin_arm64.tar.gz",
33
33
  "bins": [
34
34
  "crush"
35
35
  ],
36
36
  "format": "tar.gz",
37
37
  "checksum": {
38
38
  "algorithm": "sha256",
39
- "digest": "8af8509c85a1761c537733291757cdd0411b72945d77b8c2ac7e1bca7738edab"
39
+ "digest": "b4bf5738921afca98c7f3b0e1c38a86dac3a8cc1b91f8d45edc3b3ea6e6fde37"
40
40
  },
41
- "wrappedIn": "crush_0.51.3_Darwin_arm64"
41
+ "wrappedIn": "crush_0.53.0_Darwin_arm64"
42
42
  },
43
43
  "darwin-x64": {
44
- "name": "crush_0.51.3_Darwin_x86_64.tar.gz",
45
- "url": "https://github.com/charmbracelet/crush/releases/download/v0.51.3/crush_0.51.3_Darwin_x86_64.tar.gz",
44
+ "name": "crush_0.53.0_Darwin_x86_64.tar.gz",
45
+ "url": "https://github.com/charmbracelet/crush/releases/download/v0.53.0/crush_0.53.0_Darwin_x86_64.tar.gz",
46
46
  "bins": [
47
47
  "crush"
48
48
  ],
49
49
  "format": "tar.gz",
50
50
  "checksum": {
51
51
  "algorithm": "sha256",
52
- "digest": "da247e7fe2b07bcd647d68aff258bb8f9da163fd8dbd74210acf4b0a1271cda5"
52
+ "digest": "8e81abfc1560a413474c464e451deedef4e8a58cbe4c6594f1cb8f20dce3ed13"
53
53
  },
54
- "wrappedIn": "crush_0.51.3_Darwin_x86_64"
54
+ "wrappedIn": "crush_0.53.0_Darwin_x86_64"
55
55
  },
56
56
  "linux-arm64": {
57
- "name": "crush_0.51.3_Linux_arm64.tar.gz",
58
- "url": "https://github.com/charmbracelet/crush/releases/download/v0.51.3/crush_0.51.3_Linux_arm64.tar.gz",
57
+ "name": "crush_0.53.0_Linux_arm64.tar.gz",
58
+ "url": "https://github.com/charmbracelet/crush/releases/download/v0.53.0/crush_0.53.0_Linux_arm64.tar.gz",
59
59
  "bins": [
60
60
  "crush"
61
61
  ],
62
62
  "format": "tar.gz",
63
63
  "checksum": {
64
64
  "algorithm": "sha256",
65
- "digest": "e155eb97645cb9632d323f7393ff672e5e3fb231ab0253950d98f0b3c60b0f3b"
65
+ "digest": "a0a56fd03eb84f5aa05a02e02b5fe0c2c9bd815bf4db902e7ba6eecc21885db5"
66
66
  },
67
- "wrappedIn": "crush_0.51.3_Linux_arm64"
67
+ "wrappedIn": "crush_0.53.0_Linux_arm64"
68
68
  },
69
69
  "linux-x64": {
70
- "name": "crush_0.51.3_Linux_x86_64.tar.gz",
71
- "url": "https://github.com/charmbracelet/crush/releases/download/v0.51.3/crush_0.51.3_Linux_x86_64.tar.gz",
70
+ "name": "crush_0.53.0_Linux_x86_64.tar.gz",
71
+ "url": "https://github.com/charmbracelet/crush/releases/download/v0.53.0/crush_0.53.0_Linux_x86_64.tar.gz",
72
72
  "bins": [
73
73
  "crush"
74
74
  ],
75
75
  "format": "tar.gz",
76
76
  "checksum": {
77
77
  "algorithm": "sha256",
78
- "digest": "e78a038aece08405b89a114de19290b7651c520c97e44b98726caa8d69af5049"
78
+ "digest": "e0342ab86f6d5d089433943cc3c20eb53a98d819dfd33cc131f4210316344031"
79
79
  },
80
- "wrappedIn": "crush_0.51.3_Linux_x86_64"
80
+ "wrappedIn": "crush_0.53.0_Linux_x86_64"
81
81
  },
82
82
  "win32-arm64": {
83
- "name": "crush_0.51.3_Windows_arm64.zip",
84
- "url": "https://github.com/charmbracelet/crush/releases/download/v0.51.3/crush_0.51.3_Windows_arm64.zip",
83
+ "name": "crush_0.53.0_Windows_arm64.zip",
84
+ "url": "https://github.com/charmbracelet/crush/releases/download/v0.53.0/crush_0.53.0_Windows_arm64.zip",
85
85
  "bins": [
86
86
  "crush.exe"
87
87
  ],
88
88
  "format": "zip",
89
89
  "checksum": {
90
90
  "algorithm": "sha256",
91
- "digest": "04f770757e606dc4f93d8533ad4ef78cf9390a47bc1cd73d2faef809b516b9c0"
91
+ "digest": "b86d613472ddeb4165a0cec605067c079c26fb09ad381e51c25e0a08088657d7"
92
92
  },
93
- "wrappedIn": "crush_0.51.3_Windows_arm64"
93
+ "wrappedIn": "crush_0.53.0_Windows_arm64"
94
94
  },
95
95
  "win32-x64": {
96
- "name": "crush_0.51.3_Windows_x86_64.zip",
97
- "url": "https://github.com/charmbracelet/crush/releases/download/v0.51.3/crush_0.51.3_Windows_x86_64.zip",
96
+ "name": "crush_0.53.0_Windows_x86_64.zip",
97
+ "url": "https://github.com/charmbracelet/crush/releases/download/v0.53.0/crush_0.53.0_Windows_x86_64.zip",
98
98
  "bins": [
99
99
  "crush.exe"
100
100
  ],
101
101
  "format": "zip",
102
102
  "checksum": {
103
103
  "algorithm": "sha256",
104
- "digest": "743b1bc9bedb69fe09fb4b0235db6ddfd860dcea8e468584c8c6fca882a79daa"
104
+ "digest": "9624c06401c77df25c873984381d8d74869526ee50b67dcf69b73f1ebd7ea34d"
105
105
  },
106
- "wrappedIn": "crush_0.51.3_Windows_x86_64"
106
+ "wrappedIn": "crush_0.53.0_Windows_x86_64"
107
107
  }
108
108
  }
109
109
  }