⌘K
Change language Switch ThemeSign In
Narrow Mode
Claude Code Introduces /btw Command: Supporting Side Conversations During Task Execution ========================================================================================
Claude Code Introduces /btw Command: Supporting Side Conversations During Task Execution ========================================================================================  ### 小互
@xiaohu
Claude Code 新增 /btw 命令
AI 干活的时候你可以插嘴了😌
Claude 在跑任务,你突然有个问题想问?以前只能干等,现在不用了
通过/btw 命令。Claude 在跑任务的时候,你可以开一条"支线对话",支线对话是一次性的,问完就完了,不会影响主线任务。
怎么用
在 Claude Code 正在执行任务的过程中,输入 /btw 后面跟你的问题:
/btw 这个 useEffect 的依赖数组为什么要加 ref?
Claude 会在不中断当前工作的前提下回答你的问题。回答完,它接着干活。
你也可以用自然语言触发,在消息开头加"btw":
btw 帮我看一眼这个变量命名有没有更好的写法
适合什么场景
长任务等待期: Claude 在做大规模重构、跑测试、写多文件代码的时候,你有几十秒到几分钟的等待时间。以前这段时间只能干等或者切到别的窗口,现在可以直接在原地问问题
灵感记录: 写代码写到一半突然想到一个相关的问题,但主线任务还没完成。/btw 让你随手记下来,不丢思路
代码审查: Claude 在按你的要求改代码,改的过程中你看到一段不太理解的逻辑,直接 /btw 问,不用等它全部改完再回头找
多线程思考: 你可以一边让 Claude 执行当前计划,一边问它"下一步应该做什么"或者"有没有更好的方案"Show More
00:13
Mar 11, 2026, 3:54 AM View on X
7 Replies
13 Retweets
71 Likes
10.4K Views  小互 @xiaohu
One Sentence Summary
Claude Code launches the /btw feature, allowing users to ask questions via side conversations without interrupting the main workflow while the AI is performing long-running tasks.
Summary
This tweet details the new /btw feature in Anthropic's command-line tool, Claude Code. It addresses a common pain point where developers have to wait passively while the AI performs time-consuming tasks like large-scale refactoring or running tests. Users can trigger one-off 'side conversations' via the /btw command or natural language, enabling them to query code logic, record inspirations, or perform real-time reviews without disrupting the main task, significantly boosting multi-threaded thinking and development efficiency.
AI Score
82
Influence Score 31
Published At Today
Language
Chinese
Tags
Claude Code
Anthropic
AI Programming Tools
Developer Productivity
Side Conversations HomeArticlesPodcastsVideosTweets
Claude Code Introduces /btw Command: Supporting Side Conv... ===============