cc创建Agent后不跟踪,直接后台运行了?
- 内容介绍
- 文章标签
- 相关推荐
用的Trellis + v4-pro,为啥不同步等待Agent的输出啊,直接后台运行了
image3112×1162 250 KB
网友解答:--【壹】--:
最近我用superpower也是,派发下去,只能用/tasks看,基本上都是多个任务多worktree做,之后再一起合并
--【贰】--:
好久不用cc了,现在这个交互才搞懂,可以直接在/agents里看运行状态,结束了也可以唤醒对话
--【叁】--:
Run subagents in foreground or background - Create custom subagents - Claude...
Open the subagents interface | Create and use specialized AI subagents in Claude Code for task-specific workflows and improved context management.
agent自己决定后台执行了,本身有一个run_in_background参数,你可以让他前台运行或者env加一个"CLAUDE_CODE_DISABLE_BACKGROUND_TASKS": “1”
其实最新的cc有更新一个新指令学完基本操作就熟悉了
/powerup - What's new - Claude Code Docs
Was this page helpful? | A weekly digest of notable Claude Code features, with code snippets, demos, and context on why they matter.
用的Trellis + v4-pro,为啥不同步等待Agent的输出啊,直接后台运行了
image3112×1162 250 KB
网友解答:--【壹】--:
最近我用superpower也是,派发下去,只能用/tasks看,基本上都是多个任务多worktree做,之后再一起合并
--【贰】--:
好久不用cc了,现在这个交互才搞懂,可以直接在/agents里看运行状态,结束了也可以唤醒对话
--【叁】--:
Run subagents in foreground or background - Create custom subagents - Claude...
Open the subagents interface | Create and use specialized AI subagents in Claude Code for task-specific workflows and improved context management.
agent自己决定后台执行了,本身有一个run_in_background参数,你可以让他前台运行或者env加一个"CLAUDE_CODE_DISABLE_BACKGROUND_TASKS": “1”
其实最新的cc有更新一个新指令学完基本操作就熟悉了
/powerup - What's new - Claude Code Docs
Was this page helpful? | A weekly digest of notable Claude Code features, with code snippets, demos, and context on why they matter.

