From 2051cadcb82f47214b25ddfd393397af3fbcafaa Mon Sep 17 00:00:00 2001 From: LukeParkerDev <10430890+Hona@users.noreply.github.com> Date: Sat, 25 Apr 2026 15:18:30 +1000 Subject: [PATCH] Update prompt.ts --- packages/opencode/src/tool/shell/prompt.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/opencode/src/tool/shell/prompt.ts b/packages/opencode/src/tool/shell/prompt.ts index d38ae9990f..1401a94ad4 100644 --- a/packages/opencode/src/tool/shell/prompt.ts +++ b/packages/opencode/src/tool/shell/prompt.ts @@ -264,7 +264,7 @@ function profile(name: string, platform: NodeJS.Platform, limits: Limits) { commandSection: bashCommandSection(chain, limits), gitCommands: "bash commands", toolName: "Shell", - gitCommandRestriction: "git commands", + gitCommandRestriction: "git bash 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'