fix: permission prompting issues (#1884)

This commit is contained in:
Aiden Cline
2025-08-13 06:34:06 -05:00
committed by GitHub
parent 0d7f3dedeb
commit 978e8f4c48
4 changed files with 5 additions and 0 deletions
+1
View File
@@ -83,6 +83,7 @@ export const EditTool = Tool.define("edit", {
sessionID: ctx.sessionID,
messageID: ctx.messageID,
callID: ctx.callID,
pattern: filePath,
title: "Edit this file: " + filePath,
metadata: {
filePath,