1 ファイル変更 +2 -2

この更新の概要

Bedrock、Vertex AI、およびMicrosoft Foundryにおける/loopコマンドの動作制限が具体化されました。これらのプラットフォームでは、プロンプトなしでコマンドを実行した際に、メンテナンスプロンプトの代わりに使い方のメッセージが表示されるようになります。また、同じプラットフォーム群ではloop.mdファイルの読み込みがスキップされる仕様が明文化されました。利用可能な環境と制限事項の差異がより明確に記述されています。

scheduled-tasks +2 -2

Bedrock、Vertex AI、Microsoft Foundry環境において、/loopコマンド実行時のメンテナンスプロンプトの動作とloop.mdの読み込み制限に関する記述が具体化されました。

@@ -87,7 +87,7 @@ Claude does not start new initiatives outside that scope, and irreversible actio
A bare `/loop` runs this prompt at a [dynamically chosen interval](#let-claude-choose-the-interval). Add an interval, for example `/loop 15m`, to run it on a fixed schedule instead. To replace the built-in prompt with your own default, see [Customize the default prompt with loop.md](#customize-the-default-prompt-with-loop-md).
The built-in maintenance prompt isn't available to everyone yet, and isn't supported on Bedrock, Vertex AI, or Microsoft Foundry. Where it isn't active, `/loop` with no prompt prints the usage message instead.
On Bedrock, Vertex AI, and Microsoft Foundry, `/loop` with no prompt prints the usage message instead of running the maintenance prompt.
### Customize the default prompt with loop.md
@@ -111,7 +111,7 @@ quiet, say so in one line.
Edits to `loop.md` take effect on the next iteration, so you can refine the instructions while a loop is running. When no `loop.md` exists in either location, the loop falls back to the built-in maintenance prompt. Keep the file concise: content beyond 25,000 bytes is truncated.
`loop.md` follows the same availability as the [built-in maintenance prompt](#run-the-built-in-maintenance-prompt). Where the maintenance prompt isn't active, `/loop` with no prompt prints the usage message and the file isn't read.
On Bedrock, Vertex AI, and Microsoft Foundry, `loop.md` isn't read and `/loop` with no prompt prints the usage message instead.
### Stop a loop