2 ファイル変更+3-1

この更新の概要

Claude Codeの利用に必要なアカウント要件が具体化され、有料サブスクリプション(Pro、Max、Team、Enterprise)またはClaude Consoleアカウントで利用可能であることが明記されました。初回実行時や拡張機能の起動時にAPIキーなしでログインできる仕組みについて追記されています。Amazon BedrockやGoogle Vertex AIなどのサードパーティプロバイダーを利用する場合の案内も整理されました。

jetbrains+2-0

JetBrains環境において、APIキー不要で有料サブスクリプションまたはConsoleアカウントを使用してログインできる旨が追加されました。

@@ -36,6 +36,8 @@ Find and install the [Claude Code plugin](https://plugins.jetbrains.com/plugin/2
If you haven't installed Claude Code yet, see the [quickstart guide](/en/quickstart) for installation instructions.
Claude Code works with any paid Claude subscription (Pro, Max, Team, or Enterprise) or a Claude Console account, and no API key is required. You'll be prompted to [log in](/en/authentication#log-in-to-claude-code) the first time you run `claude`.
After installing the plugin, you may need to restart your IDE completely for it to take effect.
## Usage
vs-code+1-1

VS Code拡張機能の利用条件として、特定のアカウント種別が必要であることと、サードパーティプロバイダー利用時の参照先が明示されました。

@@ -16,7 +16,7 @@ With the extension, you can review and edit Claude's plans before accepting them
Before installing, make sure you have:
- VS Code 1.98.0 or higher
- An Anthropic account (you'll sign in when you first open the extension). If you're using a third-party provider like Amazon Bedrock or Google Vertex AI, see [Use third-party providers](#use-third-party-providers) instead.
- An Anthropic account: any paid Claude subscription (Pro, Max, Team, or Enterprise) or a Claude Console account works, and no API key is required. You'll [sign in](/en/authentication#log-in-to-claude-code) with this account when you first open the extension. If you access Claude through a third-party provider like Amazon Bedrock or Google Vertex AI, see [Use third-party providers](#use-third-party-providers) for setup instructions.
The extension bundles its own copy of the CLI (command-line interface) for the chat panel. To run `claude` in VS Code's integrated terminal, you also need the [standalone CLI install](/en/setup). See [VS Code extension vs. Claude Code CLI](#vs-code-extension-vs-claude-code-cli) for details.