From 790d181d8a5f6ac35114f5f6494f6dcd9354a71b Mon Sep 17 00:00:00 2001 From: LukeParkerDev <10430890+Hona@users.noreply.github.com> Date: Sat, 25 Apr 2026 11:37:32 +1000 Subject: [PATCH] slight accuracy --- packages/opencode/src/tool/shell/prompt.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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'