Update prompt.ts

This commit is contained in:
LukeParkerDev 2026-04-25 15:18:30 +10:00
parent 790d181d8a
commit 2051cadcb8

View file

@ -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'