PulseAugur
实时 21:35:21

Anthropic's Claude Code gains autonomy with new /goal, /loop, /batch, /background commands

Anthropic has updated Claude Code with four new commands that allow for more autonomous operation, moving away from the previous default of pausing after every turn. The new commands include /goal for condition-based tasks, /loop for interval-based checks, /batch for parallel processing of tasks into pull requests, and /background for detached sessions. These modes offer increased flexibility for long-running tasks, though they may increase token usage, particularly with /batch which can spawn multiple subagents. AI

影响 Enhances developer productivity by allowing AI coding assistants to run tasks autonomously, reducing manual intervention.

排序理由 New features for an existing AI-powered product.

在 dev.to — Claude Code tag 阅读 →

AI 生成摘要 · Google Gemini · 来自 2 个来源。 我们如何撰写摘要 →

Anthropic's Claude Code gains autonomy with new /goal, /loop, /batch, /background commands

报道来源 [2]

  1. dev.to — Claude Code tag TIER_1 English(EN) · JessYT ·

    Claude Code Stops Pausing Every Turn: /goal, /loop, /batch, /background

    <h1> Claude Code Stops Pausing Every Turn: /goal, /loop, /batch, /background </h1> <p>Anthropic's official docs just bundled four new slash commands: <code>/goal</code>, <code>/loop</code>, <code>/batch</code>, <code>/background</code>. The old default — wait for user input every…

  2. dev.to — Claude Code tag TIER_1 English(EN) · JessYT ·

    Claude Code Stops Pausing Every Turn: /goal, /loop, /batch, /background

    <h1> Claude Code no longer pauses every turn. /goal, /loop, /batch, /background </h1> <p>The official docs bundled four commands. /goal · /loop · /batch · /background — the default model of <strong>waiting for the user every turn</strong> just split into four autonomous modes: co…