diff options
Diffstat (limited to 'internal/llm/tools/bash.go')
| -rw-r--r-- | internal/llm/tools/bash.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/llm/tools/bash.go b/internal/llm/tools/bash.go index 7231e1d2a..eb27026e5 100644 --- a/internal/llm/tools/bash.go +++ b/internal/llm/tools/bash.go @@ -268,6 +268,7 @@ func (b *bashTool) Run(ctx context.Context, call ToolCall) (ToolResponse, error) } if !isSafeReadOnly { p := b.permissions.Request( + ctx, permission.CreatePermissionRequest{ SessionID: sessionID, Path: config.WorkingDirectory(), |
