

frendguo
1.7K posts

@frendguo
过气 Windows 内核狗|AI 与开发效率工具挖掘机|写代码、做 SEO、搞出海,用踩坑笔记帮你少走弯路 | https://t.co/mTI0DHMWPx | https://t.co/oUKdbvKdf7




Meet Hermes Agent, the open source agent that grows with you. Hermes Agent remembers what it learns and gets more capable over time, with a multi-level memory system and persistent dedicated machine access.




没必要worktree,可以 clone 几份放在固定的目录,轮着用就够了,每次pull最新然后checkout一个新的branch,完成后提PR合并到main


- ENABLE_TOOL_SEARCH: true 开启工具搜索,让Claude更智能调用外部工具,提升编码能力。 - CLAUDE_CODE_DISABLE_1M_CONTEXT: 1 禁用超长1M上下文,节省token费用、加速响应(日常开发够用)。 - CLAUDE_CODE_ATTRIBUTION_HEADER: 0 关闭归因头部,输出更干净无干扰。 - CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC: 1 禁用非必要网络流量,减少延迟、提升隐私。 - CLAUDE_CODE_DISABLE_TERMINAL_TITLE: 1 关闭终端标题更新,避免界面杂乱。 - DISABLE_EXTRA_USAGE_COMMAND: 1 禁用多余命令,操作更专注精简。 整体更省钱、快速、专注,适合高效开发!

Today we're excited to announce NO_FLICKER mode for Claude Code in the terminal It uses an experimental new renderer that we're excited about. The renderer is early and has tradeoffs, but already we've found that most internal users prefer it over the old renderer. It also supports mouse events (yes, in a terminal). Try it: CLAUDE_CODE_NO_FLICKER=1 claude




