fix: permission prompting issues (#1884)

This commit is contained in:
Aiden Cline
2025-08-13 06:34:06 -05:00
committed by GitHub
parent b5d61b77f7
commit 832d8da453
4 changed files with 5 additions and 0 deletions

View File

@@ -94,6 +94,7 @@ export const BashTool = Tool.define("bash", {
if (needsAsk) {
await Permission.ask({
type: "bash",
pattern: params.command,
sessionID: ctx.sessionID,
messageID: ctx.messageID,
callID: ctx.callID,