Claude Code Extension Patcher banner
jimmy927 jimmy927

Claude Code Extension Patcher

Development community

Description

--dangerously-skip-permissions for Claude Code Extension

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Claude Code Ultra YOLO Patcher

Disables ALL permission prompts in Claude Code for VSCode/Cursor.

**Tested with Claude Code Extension versions:** 2.0.10, 2.0.14, 2.0.15, 2.0.19, 2.0.21, 2.0.22, 2.0.24, 2.0.25

πŸŽ‰ OFFICIAL SOLUTION NOW AVAILABLE

**As of recent Claude Code versions, Anthropic has added official settings to bypass permissions!** This patcher is **no longer necessary** for most users and i have stopped maintaing it.

![Claude Code Settings](cc-extension.png)

Use Official Settings Instead

Go to VSCode/Cursor Settings and search for "claudeCode":

  1. βœ… Enable "Claude Code: Allow Dangerously Skip Permissions"
  2. βœ… Set "Claude Code: Initial Permission Mode" to bypassPermissions

**Why use official settings?**

  • βœ… No need to patch extension files
  • βœ… Survives extension updates automatically
  • βœ… Officially supported by Anthropic
  • βœ… Easier to enable/disable

**When to use this patcher:**

  • never ?

Based on [GitHub Issue #8539](https://github.com/anthropics/claude-code/issues/8539), the community requested this feature and Anthropic delivered!

⚠️ DISCLAIMER

**USE AT YOUR OWN RISK** - Bypasses ALL safety checks. Unofficial and unsupported.

What It Does

Patches 3 files (`extension.js`, `cli.js`, `webview/index.js`) with 4 modifications:

  1. CLI Flag: Adds --dangerously-skip-permissions
  2. Permission Bypass: Auto-allows all permission requests + logging
  3. Deny→Allow: Changes behavior:"deny" to behavior:"allow"
  4. Startup Logging: Tracks when files are loaded

Requirements

**Python 3.6+** (included with most systems)

  • Windows: Python usually installed, or download from python.org
  • Linux/macOS/WSL: python3 pre-installed

**⚠️ Testing Status:** This tool has **ONLY** been tested on **Windows with Cursor**. It should work with VSCode and on macOS/Linux, but this is untested. Use on other platforms at your own risk. **PRs welcome** to improve cross-platform support!

πŸš€ Quick Start

Windows (REC