We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9f2922 commit b71fd9fCopy full SHA for b71fd9f
1 file changed
README.md
@@ -243,7 +243,22 @@ Add the following to your `~/.claude/settings.json`:
243
}
244
```
245
246
-**Using npm:**
+**Using Claude X:**
247
+
248
+```json
249
+{
250
+ "statusLine": {
251
+ "type": "command",
252
+ "command": "BUN_BE_BUN=1 claude x cc-safety-net --statusline"
253
+ }
254
+}
255
+```
256
+> [!NOTE]
257
+> The `claude x` command is only compatible with the native version of Claude Code. If you installed via npm, please use `npx` or `bunx` instead.
258
259
260
261
+**Using NPM:**
262
263
```json
264
{
0 commit comments