small fixes

This commit is contained in:
Kujtim Hoxha
2025-04-03 19:50:31 +02:00
parent 230917bbbf
commit 49b593d9dd
8 changed files with 331 additions and 11 deletions

View File

@@ -97,7 +97,9 @@ func (b *bashTool) Run(ctx context.Context, call ToolCall) (ToolResponse, error)
ToolName: BashToolName,
Action: "execute",
Description: fmt.Sprintf("Execute command: %s", params.Command),
Params: BashPermissionsParams(params),
Params: BashPermissionsParams{
Command: params.Command,
},
},
)
if !p {