diff --git a/internal/llm/tools/bash.go b/internal/llm/tools/bash.go index 037e5fb02e176620db6f560492f4ac4a930b99bd..18d7e3986bc496d9bb788826c9d4e9cb5ee34e6f 100644 --- a/internal/llm/tools/bash.go +++ b/internal/llm/tools/bash.go @@ -366,7 +366,7 @@ func (b *bashTool) Run(ctx context.Context, call ToolCall) (ToolResponse, error) sessionID, messageID := GetContextValues(ctx) if sessionID == "" || messageID == "" { - return ToolResponse{}, fmt.Errorf("session ID and message ID are required for creating a new file") + return ToolResponse{}, fmt.Errorf("session ID and message ID are required for executing shell command") } if !isSafeReadOnly { p := b.permissions.Request(