Skip to content

Commit 19c3606

Browse files
authored
Follow-up questions should trigger the "interactive" state (#8259)
1 parent 8e9a266 commit 19c3606

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/types/src/message.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ export function isResumableAsk(ask: ClineAsk): ask is ResumableAsk {
8989
*/
9090

9191
export const interactiveAsks = [
92+
"followup",
9293
"command",
9394
"tool",
9495
"browser_action_launch",

0 commit comments

Comments
 (0)