core: expose tool arguments in shell hook for plugin visibility
This commit is contained in:
parent
ae811ad8d2
commit
56ad2db020
2 changed files with 4 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ export interface Hooks {
|
|||
) => Promise<void>
|
||||
"shell.env"?: (input: { cwd: string }, output: { env: Record<string, string> }) => Promise<void>
|
||||
"tool.execute.after"?: (
|
||||
input: { tool: string; sessionID: string; callID: string },
|
||||
input: { tool: string; sessionID: string; callID: string; args: any },
|
||||
output: {
|
||||
title: string
|
||||
output: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue