chore(tools/bash): improve tool description

Christian Rocha created

Change summary

internal/agent/tools/bash.tpl | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)

Detailed changes

internal/agent/tools/bash.tpl 🔗

@@ -1,10 +1,5 @@
-Executes bash commands with automatic background conversion for long-running tasks.
+Execute shell commands; long-running commands automatically move to background and return a shell ID.
 
-<cross_platform>
-Uses mvdan/sh interpreter (Bash-compatible on all platforms including Windows).
-Use forward slashes for paths: "ls C:/foo/bar" not "ls C:\foo\bar".
-Common shell builtins and core utils available on Windows.
-</cross_platform>
 
 <execution_steps>
 1. Directory Verification: If creating directories/files, use LS tool to verify parent exists