1 ファイル変更+6-0
この更新の概要
用語集にTurn(ターン)という概念の定義が新たに追加されました。ターンはユーザーのメッセージ送信からClaudeの応答完了までの一連のやり取りを指し、その間のツール実行も含まれます。各ターンの終了時にストップフックが実行される仕様も明記されました。これによりセッションやエージェンティックループにおけるターンの位置付けが明確化されています。
@@ -287,6 +287,12 @@ An action Claude can take: read a file, edit code, run a shell command, search t
Learn more: [Tools available to Claude](/en/tools-reference)
### Turn
One complete response from Claude within a [session](#session). A turn begins when you send a message and ends when Claude finishes responding, with any number of [tool](#tool) calls in between. [Stop hooks](#hook) fire at the end of each turn. A session consists of many turns, and the [agentic loop](#agentic-loop) describes what happens inside one.
Learn more: [How Claude Code works](/en/how-claude-code-works#the-agentic-loop)
## W
### Worktree isolation