[源码破解] 解锁 Claude Code 的 auto 模型

[源码破解] 解锁 Claude Code 的 auto 模型
[源码破解] 解锁 Claude Code 的 auto 模型


今天在家突然想到能不能根据源码和二进制文件,也突破一下 cc 的 auto 模式,于是花了两个小时,让 cc 自己试一下,接着就有了这个脚本 [claude-auto-mode-unlock]( https://github.com/zzturn/claude-auto-mode-unlock)

```bash
# 1. 下载脚本
curl -O https://raw.githubusercontent.com/zzturn/claude-auto-mode-unlock/main/claude-auto-mode-patcher.mjs

# 2. 应用补丁
node claude-auto-mode-patcher.mjs

# 3. 使用 auto 模式
claude --permission-mode auto
# 或者启动 claude 后按 Shift+Tab 切换模式
```

目前我自己使用的是 2.1.96 版本,macOS 系统,测试没问题。其他版本大家也都可以尝试一下,或者补充一下脚本。


效果就是
来源: www.v2ex.com查看原文