Claude Code YOLO
This project is an enhanced version of the official Claude Code for VS Code, adding permission bypass and custom API configuration features.

🚀 Key Features
Compared to the official version, this project mainly enhances the following features:
1. 🔓 Bypass Permission Mode
- Bypass permission confirmations for all tool calls
- Allow Claude to execute operations autonomously without waiting for user confirmation
- Greatly improve work efficiency, truly implementing the "YOLO" (You Only Live Once) mode
2. 🔧 Custom API Configuration
Support for configuring custom API endpoints and authentication information, allowing you to:
- Use custom API endpoints (reverse proxies, relay services, third-party APIs, etc.)
- Configure your own API keys for authentication
- Customize model names for each model (Haiku, Sonnet, Opus)
- Fully control API calls without relying on the official account system
Configuration Methods
Method 1: Configure through Login Page (Recommended)
- Open Claude Code extension
- Click "Configure API Key" button on the login page
- Fill in the configuration window:
ANTHROPIC_BASE_URL: API endpoint address (e.g., https://api.anthropic.com)
ANTHROPIC_AUTH_TOKEN: API authentication token (e.g., sk-ant-...)
ANTHROPIC_DEFAULT_HAIKU_MODEL: Haiku model name (e.g., claude-3-5-haiku-20241022)
ANTHROPIC_DEFAULT_SONNET_MODEL: Sonnet model name (e.g., claude-sonnet-4-5-20250929)
ANTHROPIC_DEFAULT_OPUS_MODEL: Opus model name (e.g., claude-opus-4-1-20250805)
- Click "Save" to save configuration
- Configuration will be automatically applied and open a new conversation window
Method 2: Configure through Settings Menu
- While logged in, open the command palette
- Select "API Configuration"
- Fill in configuration information and save to make configuration effective
Configuration information is saved in the ~/.claude/settings.json file.
💡 Usage Instructions
This project inherits all features of the official Claude Code:
- Powerful Intelligence: Use the latest Claude models
- Work Alongside You: Claude autonomously explores codebases, reads/writes code, runs terminal commands
- Deep Editor Integration: Directly suggest modifications in the editor window
- Powerful Agent Features: Support for sub-agents, custom slash commands, and MCP
⚙️ System Requirements
📄 License
Based on original project license: © Anthropic PBC. All rights reserved.
| |