Claude Code in YOLO mode
Project description
clud
A Python CLI wrapper for Claude Code that runs in YOLO mode by default — no permission prompts, maximum velocity.
The name clud is simply a shorter, easier-to-type version of claude.
Installation
pip install clud
Usage
clud # Launch Claude Code in YOLO mode
clud -c # Continue previous conversation
clud --resume # Resume a specific conversation
clud -p "refactor the auth layer" # Run with a prompt
clud -- --model opus # Pass any flags to Claude Code
clud loop — The Ralph Loop
Run Claude in an autonomous loop that iterates on a task until it's done (default: 50 iterations).
clud loop "Implement the API endpoints from the spec"
clud loop TASK.md
clud loop TASK.md --loop-count 10
Each iteration gets its own workspace in .loop/ with task tracking, iteration summaries, and a DONE.md signal to halt early. Fully autonomous — no user interaction needed.
clud rebase — Auto-Rebase
Did changes happen on origin? This syncs it up — fetches from origin, rebases the current branch, and resolves conflicts line-by-line without reverts.
clud rebase
clud fix — Auto-Fix
Auto-detects linting and test tools in your repo, runs them, and fixes failures in a loop until everything passes.
clud fix # Detect and fix lint + test issues
clud fix https://github.com/user/repo/actions/runs/123 # Fix from CI logs
clud up — Ship It
Runs lint, test, cleanup, then commits via codeup.
clud up # Lint, test, and push
clud up -p # Publish to remote
clud up -m "commit msg" # Custom commit message
License
BSD 3-Clause License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file clud-1.2.6-py3-none-any.whl.
File metadata
- Download URL: clud-1.2.6-py3-none-any.whl
- Upload date:
- Size: 185.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0dfc319a06ea8460a0ef3239f07a3c98af6610900bb3af3f3076790c041b2c5
|
|
| MD5 |
59d442ad2407e6945710cea959c65366
|
|
| BLAKE2b-256 |
20005434bb8f76907f72985b5c0f8d2fd1a7e466865f3dc5f7530d90caeeaf38
|