mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-07 17:31:54 +00:00
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),
|
||||
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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue