This commit is contained in:
Kujtim Hoxha
2025-04-14 15:48:01 +02:00
parent 0130bde1ed
commit 013694832f
5 changed files with 171 additions and 304 deletions

View File

@@ -186,7 +186,6 @@ func (e *editTool) createNewFile(ctx context.Context, filePath, content string)
"",
content,
filePath,
filePath,
)
p := e.permissions.Request(
permission.CreatePermissionRequest{
@@ -277,7 +276,6 @@ func (e *editTool) deleteContent(ctx context.Context, filePath, oldString string
oldContent,
newContent,
filePath,
filePath,
)
p := e.permissions.Request(
@@ -367,7 +365,6 @@ func (e *editTool) replaceContent(ctx context.Context, filePath, oldString, newS
oldContent,
newContent,
filePath,
filePath,
)
p := e.permissions.Request(
permission.CreatePermissionRequest{