Post Tool Batch
Post Tool Batch
Section titled “Post Tool Batch”Configuration for post-tool-batch hooks.
Commands run once after every tool call in a batch resolves. Observational.
Configuration Properties
Section titled “Configuration Properties”commands
Section titled “commands”Commands to execute after each resolved tool batch. They run in order and are observational.
| Attribute | Value |
|---|---|
| Type | array |
| Default | [] |
Nested Types
Section titled “Nested Types”This section uses the following nested type definitions:
PostToolBatchCommand Type
Section titled “PostToolBatchCommand Type”Configuration for individual post-tool-batch commands with optional messages.
Properties:
| Property | Type | Default | Description |
|---|---|---|---|
maxOutputLines | `integer | null` | null |
message | `string | null` | null |
notifyPerCommand | `boolean | null` | null |
run | string | - | The shell command to execute |
showCommand | `boolean | null` | true |
showStderr | `boolean | null` | null |
showStdout | `boolean | null` | null |
timeout | `integer | null` | null |
See Also
Section titled “See Also”- Configuration Overview - Complete reference for all configuration options