docs: sync to Claude Code v2.1.233 (#168)

* docs: sync to Claude Code v2.1.233

Bring the tutorial from the v2.1.220 baseline up to v2.1.233 (13 releases)
per update-plan-2026-08-15.md.

Corrections:
- Remove /ultraplan (removed in v2.1.222); point at plan mode instead
- Drop the 200-subagent-per-session cap and CLAUDE_CODE_MAX_SUBAGENTS_PER_SESSION
  (cap removed in v2.1.224)
- Note TaskCompleted/TaskCreated only fire when todo tools are enabled

Updates:
- /review documented as an alias of /code-review (v2.1.223)
- fork subagents default to interactive (v2.1.232)
- ultrareview v2.1.227 floor, --post/--no-post
- GitLab MR support for -w/--worktree and Agent View

New sections:
- Cross-session messaging (ListAgents, SendMessage, crossSessionInbound)
- Sandbox credential masking (v2.1.221, v2.1.224)
- Trust and permission scoping
- archive and command plugin sources, conditional plugin activation
- claude self-hosted-runner, 7 new env vars

Translations (vi/ja/zh/uk) mirrored where the corresponding pages exist.
Every modified file carries the 2.1.233 metadata footer; files already at
2.1.220 with no content change were left alone.

* docs: address review findings from the v2.1.233 sync

- Mirror the /review alias correction (v2.1.223) into vi/ja/uk/zh
  01-slash-commands: add the live alias row, drop the stale row from the
  deprecated table, and rewrite the history bullet. All four still called
  /review deprecated in favour of a code-review plugin while carrying a
  2.1.233 stamp.
- Rewrite the 10-cli CLAUDE_CODE_FORK_SUBAGENT row to agree with
  04-subagents: fork mode is on by default in interactive sessions on every
  build since v2.1.232; the variable enables it where it is off by default.
- Remove a stray blank line that split the 10-cli environment-variable
  table, leaving the seven new v2.1.221-v2.1.233 rows without a delimiter
  row and rendering them as literal pipe text.
- Add the todo-tools caveat to the TaskCompleted row alongside TaskCreated
  in claude_concepts_guide, uk/ja concepts guides, and the uk/vi/zh/ja
  CATALOGs.
- Fix the ja 07-plugins and 09-advanced-features footers, which paired a
  2.1.233 version stamp with an April 24 last-updated date.

* docs(subagents): correct the stale fork-subagent claim in ja pages (#171)

ja/10-cli and ja/04-subagents both stated that CLAUDE_CODE_FORK_SUBAGENT
only enables forked subagents on external builds (Bedrock, Vertex,
Foundry) with no effect on the Anthropic API. That was true at v2.1.117
but has been wrong since v2.1.232: fork mode is on by default in
interactive sessions on every build, first-party or not, and the variable
now turns it on where it is off by default (claude -p, the Agent SDK, or
Claude Code older than v2.1.232).

Both pages remain stamped 2.1.119 on purpose. Only the individual claim
was verified and corrected; bumping the page stamp would assert a
whole-page verification that has not been done. Do not bump these stamps
without a full resync of the pages.
This commit is contained in:
Luong NGUYEN
2026-08-17 12:44:44 +07:00
committed by GitHub
parent 4f3fa85d7e
commit deb7e5c710
42 changed files with 630 additions and 329 deletions
+22 -3
View File
@@ -487,6 +487,10 @@ graph TB
| `blockedMarketplaces` | 管理者が管理するマーケットプレイスのブロックリスト(v2.1.119 以降は `hostPattern` / `pathPattern` の正規表現フィールドをサポート) |
| `deniedPlugins` | 管理者が管理する、特定のプラグインをインストールさせないブロックリスト |
> **より分かりやすいエイリアス(v2.1.232**`additionalMarketplaces` は `extraKnownMarketplaces` の、`allowedMarketplaces` は `strictKnownMarketplaces` のエイリアスとして受け付けられる。**changelog 由来** — v2.1.232 の changelog で告知されたが、公式の settings リファレンスにはまだ記載がない。正式なキーをそのまま使い続けて問題ない。
> **オーナーのワイルドカード(v2.1.223 以降)**`"owner/*"` エントリは、ある GitHub オーナー配下のすべてのマーケットプレイスリポジトリを許可またはブロックする。**`strictKnownMarketplaces` と `blockedMarketplaces` でのみ受け付けられる。** `extraKnownMarketplaces` や `/plugin marketplace add` を含め、`github` ソースが登場する他の箇所では、`repo` の値は単一のリポジトリを指定しなければならない。
> **適用範囲**v2.1.117 以降):`blockedMarketplaces` と `strictKnownMarketplaces` は最初の追加時だけでなく、インストール・更新・リフレッシュ・自動更新といったあらゆるプラグインのライフサイクルイベントで適用される。`strictKnownMarketplaces` は管理者専用。
`blockedMarketplaces` でホスト / パス正規表現を使う例(v2.1.119):
@@ -677,6 +681,15 @@ claude plugin tag <version> # Create a release git tag with ver
claude plugin install plugin-name@marketplace-name
```
**すぐに反映されるか?** **v2.1.221** 以降はたいてい反映される。インストール要約の最終行を確認する:
| インストール要約の表示 | 意味 |
|---|---|
| `Plugin is now active.` | Claude Code がインストールの一環としてプラグインを有効化した。追加の操作は不要。 |
| `Run /reload-plugins to activate.` | インストールは済んだがまだ有効ではない。有効化するとプロンプトキャッシュが無効になるため、または有効化の試行が失敗したため。 |
v2.1.221 より前は、`/reload-plugins` を実行するか再起動するまで、どのインストールも現在のセッションには反映されなかった。
### 有効化 / 無効化(スコープは自動検出)
```bash
/plugin enable plugin-name
@@ -707,7 +720,7 @@ Claude Code は起動時にマーケットプレイスとそこにインスト
自動更新が走ると、Claude Code は次の処理を行う:
1. マーケットプレイスのカタログを更新
2. インストール済みプラグインを最新バージョンへ更新
3. `/reload-plugins` を促す通知を表示
3. プラグインごとに結果を報告する:更新の一環として有効化された場合は `Plugin is now active.`、そうでない場合は `Run /reload-plugins to activate.`
### 環境変数
@@ -793,6 +806,10 @@ claude --plugin-dir ./my-plugin --plugin-dir ./another-plugin
| `blockedMarketplaces` | マーケットプレイスのブロックリスト(v2.1.117 以降はあらゆるライフサイクルイベントで適用、v2.1.119 以降は `hostPattern` / `pathPattern` の正規表現フィールドをサポート) |
| `allowedChannelPlugins` | リリースチャネルごとに許可するプラグインを制御 |
> **より分かりやすいエイリアス(v2.1.232**`additionalMarketplaces` は `extraKnownMarketplaces` の、`allowedMarketplaces` は `strictKnownMarketplaces` のエイリアスとして受け付けられる。**changelog 由来** — v2.1.232 の changelog で告知されたが、公式の settings リファレンスにはまだ記載がない。正式なキーをそのまま使い続けて問題ない。
> **オーナーのワイルドカード(v2.1.223 以降)**`"owner/*"` エントリは、ある GitHub オーナー配下のすべてのマーケットプレイスリポジトリを許可またはブロックする。**`strictKnownMarketplaces` と `blockedMarketplaces` でのみ受け付けられる。** `extraKnownMarketplaces` や `/plugin marketplace add` を含め、`github` ソースが登場する他の箇所では、`repo` の値は単一のリポジトリを指定しなければならない。
これらの設定は管理対象設定ファイルで組織レベルに適用でき、ユーザーレベルの設定より優先される。
## プラグインのセキュリティ
@@ -1037,9 +1054,11 @@ Complete PR review workflow with security, testing, and documentation checks.
---
**最終更新**: 2026 年 424
**Claude Code バージョン**: 2.1.119
**最終更新**: 2026 年 815
**Claude Code バージョン**: 2.1.233
**出典**:
- https://code.claude.com/docs/en/discover-plugins
- https://code.claude.com/docs/en/settings
- https://code.claude.com/docs/en/plugins
- https://code.claude.com/docs/en/plugin-marketplaces
- https://github.com/anthropics/claude-code/releases/tag/v2.1.117