1 ファイル変更 +1 -0
この更新の概要
ルーチン関連のドキュメントにおいて、CLIツールのバージョン管理に関する記述が追加されました。具体的には、バージョンがv2.1.81より古い場合にアップデートを促すメッセージが表示される旨が明文化されています。開発者が最新の機能を安定して利用できるように、更新コマンドの実行を推奨する内容です。
@@ -308,6 +308,7 @@ The CLI hides `/schedule` when one of its requirements is not met. The cause is
- You are authenticated with a Console API key or a cloud provider such as Bedrock, Vertex, or Foundry. `/schedule` requires a claude.ai subscription login. If `ANTHROPIC_API_KEY` or `ANTHROPIC_AUTH_TOKEN` is set in your shell, or `apiKeyHelper` is set in `settings.json`, remove it first, since these take precedence over a claude.ai login
- `DISABLE_TELEMETRY`, `DO_NOT_TRACK`, `CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC`, or `DISABLE_GROWTHBOOK` is set in your shell environment or in the `env` block of a [`settings.json` file](/en/settings#available-settings). These disable feature-flag fetching, which `/schedule` depends on
- You are inside a Claude Code on the web session. Manage routines from the [web UI](https://claude.ai/code/routines) instead
- Your CLI is older than v2.1.81. Run `claude update`
You can always create and manage routines at [claude.ai/code/routines](https://claude.ai/code/routines) regardless of how the CLI is configured.