Update prompt.ts
This commit is contained in:
parent
790d181d8a
commit
2051cadcb8
1 changed files with 1 additions and 1 deletions
|
|
@ -264,7 +264,7 @@ function profile(name: string, platform: NodeJS.Platform, limits: Limits) {
|
||||||
commandSection: bashCommandSection(chain, limits),
|
commandSection: bashCommandSection(chain, limits),
|
||||||
gitCommands: "bash commands",
|
gitCommands: "bash commands",
|
||||||
toolName: "Shell",
|
toolName: "Shell",
|
||||||
gitCommandRestriction: "git commands",
|
gitCommandRestriction: "git bash commands",
|
||||||
createPrInstruction:
|
createPrInstruction:
|
||||||
"Create PR using gh pr create with the format below. Use a HEREDOC to pass the body to ensure correct formatting.",
|
"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'
|
createPrExample: `gh pr create --title "the pr title" --body "$(cat <<'EOF'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue