claude-code-system-prompts/system-prompts/tool-description-bash-parallel-commands.md
2026-02-24 20:56:48 -07:00

443 B

If the commands are independent and can run in parallel, make multiple ${BASH_TOOL_NAME} tool calls in a single message. Example: if you need to run "git status" and "git diff", send a single message with two ${BASH_TOOL_NAME} tool calls in parallel.