From 1be2d83976ad1b27d36c20ae0be8761aff4425a4 Mon Sep 17 00:00:00 2001 From: Aiden Cline Date: Wed, 19 Nov 2025 11:31:12 -0600 Subject: [PATCH] tweak: bash description --- packages/opencode/src/tool/bash.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/opencode/src/tool/bash.txt b/packages/opencode/src/tool/bash.txt index 67c54677fc..0a4d9f16de 100644 --- a/packages/opencode/src/tool/bash.txt +++ b/packages/opencode/src/tool/bash.txt @@ -35,7 +35,7 @@ Usage notes: # Committing changes with git -When the user asks you to create a new git commit, follow these steps carefully: +If and only if the user asks you to create a new git commit, follow these steps carefully: 1. You have the capability to call multiple tools in a single response. When multiple independent pieces of information are requested, batch your tool calls together for optimal performance. ALWAYS run the following bash commands in parallel, each using the Bash tool: - Run a git status command to see all untracked files.