claude-code-system-prompts/system-prompts/tool-description-bash-timeout.md
2026-03-09 19:03:13 -06:00

10 lines
442 B
Markdown

<!--
name: 'Tool Description: Bash (timeout)'
description: Bash tool instruction: optional timeout configuration
ccVersion: 2.1.53
variables:
- GET_MAX_TIMEOUT_MS
- GET_DEFAULT_TIMEOUT_MS
-->
You may specify an optional timeout in milliseconds (up to ${GET_MAX_TIMEOUT_MS()}ms / ${GET_MAX_TIMEOUT_MS()/60000} minutes). By default, your command will timeout after ${GET_DEFAULT_TIMEOUT_MS()}ms (${GET_DEFAULT_TIMEOUT_MS()/60000} minutes).