diff options
| author | Aiden Cline <[email protected]> | 2025-08-26 13:42:01 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-26 13:42:01 -0500 |
| commit | d9de78cfe88fa997c5b183ff9ce67b9e1e4a26ff (patch) | |
| tree | ea03181bb89ab3360688c9241094fc3d10de88d5 /packages | |
| parent | ef6bff638660807a920162bc7ca7b26537b2d5e1 (diff) | |
| download | opencode-d9de78cfe88fa997c5b183ff9ce67b9e1e4a26ff.tar.gz opencode-d9de78cfe88fa997c5b183ff9ce67b9e1e4a26ff.zip | |
fix: bash tool description (#2260)
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/opencode/src/tool/bash.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/opencode/src/tool/bash.txt b/packages/opencode/src/tool/bash.txt index ce78347e0..342073b9b 100644 --- a/packages/opencode/src/tool/bash.txt +++ b/packages/opencode/src/tool/bash.txt @@ -109,6 +109,9 @@ IMPORTANT: When the user asks you to create a pull request, follow these steps c gh pr create --title "the pr title" --body "$(cat <<'EOF' ## Summary <1-3 bullet points> +EOF +)" +</example> Important: - NEVER update the git config |
