Prompt capture
Bash tool description
10 model strings share this prompt. 1 line differs between them; everything else is identical.
This renders the markdown inside the description, so it isn't quite the description itself. The raw view and the plain text are the bytes as they were sent.
Executes a bash command and returns its output.
- Working directory persists between calls, but prefer absolute paths —
cdin a compound command can trigger a permission prompt. Shell state (env vars, functions) does not persist; the shell is initialized from the user's profile. - IMPORTANT: Avoid using this tool to run
cat,head,tail,sed,awk, orechocommands, unless explicitly instructed or after you have verified that a dedicated tool cannot accomplish your task. Instead, use the appropriate dedicated tool as this will provide a much better experience for the user. timeoutis in milliseconds: default 120000, max 600000.run_in_backgroundruns the command detached: it keeps running across turns and re-invokes you when it exits. No&needed.
Git
- Interactive flags (
-i, e.g.git rebase -i,git add -i) are not supported in this environment. - Use the
ghCLI for GitHub operations (PRs, issues, API). - Commit or push only when the user asks. If on the default branch, branch first.
- End git commit messages with: Co-Authored-By: Claude Opus 4.8 (1M context) [email protected]
- End PR bodies with: 🤖 Generated with Claude Code