feat: super yolo#2702
Closed
taciturnaxolotl wants to merge 2 commits into
Closed
Conversation
In YOLO mode, dangerous commands (curl, sudo, package managers, etc.) now prompt the user with a warning banner instead of being silently auto-approved. Previously blocked commands now execute after approval instead of returning an error. Non-dangerous commands are still auto-approved in YOLO mode. Co-Authored-By: Crush <crush@charm.land>
1bfa91b to
3261a1a
Compare
Add three permission modes that cycle via the command palette: - Normal: prompt for all non-safe commands - Yolo: auto-approve non-dangerous, prompt for dangerous (yellow prompt) - Super Yolo: auto-approve everything including dangerous (red prompt) Each mode has distinct prompt styling: normal (green), yolo (yellow), and super yolo (red with "#" icon). Co-Authored-By: Crush <crush@charm.land>
3261a1a to
64a2da5
Compare
Bojun-Vvibe
added a commit
to Bojun-Vvibe/oss-contributions
that referenced
this pull request
Apr 25, 2026
- OpenHands/OpenHands#14101 merge-after-nits (pending message dual task-id encoding) - charmbracelet/crush#2702 needs-discussion (super yollo: split yolo into two modes) - cline/cline#10384 merge-after-nits (cap retry-after delay at 60s default) INDEX: +8 entries under All-Hands-AI/OpenHands, anomalyco/opencode (sst), BerriAI/litellm, charmbracelet/crush, cline/cline, continuedev/continue, openai/codex. Verdict mix: 4 merge-as-is, 2 merge-after-nits, 2 needs-discussion, 1 request-changes.
Member
Author
|
reimplemented in a bit cleaner way in #2831 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In YOLO mode, dangerous commands (curl, sudo, package managers, etc.) now prompt the user with a warning banner instead of being silently auto-approved. Previously blocked commands now execute after approval instead of returning an error. Non-dangerous commands are still auto-approved in YOLO mode.
If the user wishes, they can also enable super yollo mode, which bypasses the prompts
Screen.Recording.2026-05-07.at.15.15.27.mov
Closes: #2463
Closes: #1451