diff --git a/packages/opencode/src/tool/shell/prompt.ts b/packages/opencode/src/tool/shell/prompt.ts index dbad3b91bd..d38ae9990f 100644 --- a/packages/opencode/src/tool/shell/prompt.ts +++ b/packages/opencode/src/tool/shell/prompt.ts @@ -113,7 +113,7 @@ Usage notes: - Write files: Use Write (NOT echo >/cat < && ` patterns - use `workdir` instead.", commandSection: bashCommandSection(chain, limits), gitCommands: "bash commands", - toolName: "Bash", - gitCommandRestriction: "git bash commands", + toolName: "Shell", + gitCommandRestriction: "git commands", createPrInstruction: "Create PR using gh pr create with the format below. Use a HEREDOC to pass the body to ensure correct formatting.", createPrExample: `gh pr create --title "the pr title" --body "$(cat <<'EOF'