core: expose tool arguments in shell hook for plugin visibility

This commit is contained in:
Dax Raad
2026-02-12 09:54:47 -05:00
parent 6a5f0e79a5
commit 74ab58cbdb
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -454,6 +454,7 @@ export namespace SessionPrompt {
tool: "task",
sessionID,
callID: part.id,
args: taskArgs,
},
result,
)
@@ -805,6 +806,7 @@ export namespace SessionPrompt {
tool: item.id,
sessionID: ctx.sessionID,
callID: ctx.callID,
args,
},
result,
)
@@ -850,6 +852,7 @@ export namespace SessionPrompt {
tool: key,
sessionID: ctx.sessionID,
callID: opts.toolCallId,
args,
},
result,
)