Skip to content

Commit 0ee302e

Browse files
authored
fix(request-permission): add dynamic_tool_call to command request (#2311)
1 parent d5b7690 commit 0ee302e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/web/src/session-logic.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ function requestKindFromRequestType(requestType: unknown): PendingApproval["requ
169169
switch (requestType) {
170170
case "command_execution_approval":
171171
case "exec_command_approval":
172+
case "dynamic_tool_call":
172173
return "command";
173174
case "file_read_approval":
174175
return "file-read";

0 commit comments

Comments
 (0)