Skip to content

Commit 54f7894

Browse files
authored
Automated documentation update (#20)
Automated documentation update
2 parents ff3fbb2 + 9d5e9a7 commit 54f7894

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/claude-code/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Installs Claude Code CLI for AI-powered development assistance
1616
| Options Id | Description | Type | Default Value |
1717
|-----|-----|-----|-----|
1818
| version | Version to install. Use 'latest', 'stable', or a specific semver (e.g. '1.0.58'). | string | latest |
19+
| yoloAlias | Create a 'yolo' shell alias for 'claude --allow-dangerously-skip-permissions' in bash, zsh, and fish. | boolean | false |
1920

2021
## Customizations
2122

@@ -38,6 +39,14 @@ By default, the `latest` release channel is installed. You can also specify:
3839

3940
The channel chosen at install time becomes the default for auto-updates.
4041

42+
## YOLO Alias
43+
44+
When `yoloAlias` is set to `true`, a `yolo` shell alias is created that expands to `claude --allow-dangerously-skip-permissions`. The alias is configured for bash, zsh, and fish.
45+
46+
> **Warning:** `--allow-dangerously-skip-permissions` disables Claude Code's normal permission checks and confirmation prompts for potentially sensitive actions. This meaningfully reduces safety and may allow unintended or unsafe changes, so only enable `yoloAlias` if you understand and accept the security implications.
47+
>
48+
> If a `yolo` alias already exists in `.bashrc`/`.zshrc`, or a `yolo.fish` function file already exists, the installer will skip adding it to avoid overwriting your setup.
49+
4150
## Auto-Updates
4251

4352
The native binary automatically updates in the background. Update checks are performed on startup and periodically while running. To disable auto-updates, set the `DISABLE_AUTOUPDATER=1` environment variable.

0 commit comments

Comments
 (0)