惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Last Week in AI
Last Week in AI
H
Help Net Security
博客园 - 叶小钗
V
Visual Studio Blog
阮一峰的网络日志
阮一峰的网络日志
博客园 - 三生石上(FineUI控件)
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Microsoft Azure Blog
Microsoft Azure Blog
G
Google Developers Blog
腾讯CDC
MongoDB | Blog
MongoDB | Blog
宝玉的分享
宝玉的分享
P
Proofpoint News Feed
GbyAI
GbyAI
Microsoft Security Blog
Microsoft Security Blog
A
About on SuperTechFans
博客园 - 司徒正美
人人都是产品经理
人人都是产品经理
T
The Blog of Author Tim Ferriss
Martin Fowler
Martin Fowler
月光博客
月光博客
博客园 - 聂微东
酷 壳 – CoolShell
酷 壳 – CoolShell
Vercel News
Vercel News

Claude Code

ClaudeCode 历史会话本地存储 听说 Claude Code 可能要通过视频监控程序员,防止程序员离开电脑前了 大家用 claude code 是订阅还是买 apikey 来使用啊 claude -p 现在到底走什么额度啊 无法使用 claude remote-control Java 开发同行你们是通过哪种方式调用 Claude 进行 AI 编程的 如何简单地在 Claude Code 里对不同的 workflow 设置不同的 DS 模型温度 用 Claude Code Vibe Coding 从 0 到 1 开发过程 想请教一下大家,如何稳定使用 claude code,稳定使用的成本是多少呢? claude code 有好用的 windows 平台上的图形界面吗? Claude Code + DS V4 Flash,CC 搞鬼了? claude code 突然日文跟我对话 请教一下各位, claude code 怎么像 codex 那样 branch in a new chat? 最近做了一款终端软件,配合插件可以管理 clalude code 启动模型和查看 claude code 调用详情,大家可是体验拍砖 A\这是疯了? Claude Code 崩了 claude code 这类工具这么实现全自动化完成需求? 求证: Claude Code 的响应速度是不是普遍比 Cursor(opus)、Codex 慢? Claude Code 周限额临时提升 50% claude 这次更新是不是意味着 max 号池中转基本完蛋了 有没有友友知道大量的 claude 的 api 从哪里搞啊? Claude Code(Opus4.7 模型)支持快速模式 中转站有开源版本吗? vscode 远程 root 用户开发无法开启 auto 模式的解决 大家平时 claude 等配置三方接口用 200K 还是 1M? 求稳定 Claude Code 车队 V2EX › 登录 claude code mac 桌面端感觉很好用啊,为啥还是很多人只用 cli? Claude Code 最近总是在修复代码缩进 请教 Windows Claude code cli 要如何更新?
[源码破解] 解锁 Claude Code 的 auto 模型
t202201 · 2026-04-11 · via Claude Code

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 系统,测试没问题。其他版本大家也都可以尝试一下,或者补充一下脚本。
效果就是
https://i.imgur.com/ldXkYXh.jpeg