Browse Source

Follow-up questions should trigger the "interactive" state (#8259)

Chris Estreich 3 months ago
parent
commit
19c36068cb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/types/src/message.ts

+ 1 - 0
packages/types/src/message.ts

@@ -89,6 +89,7 @@ export function isResumableAsk(ask: ClineAsk): ask is ResumableAsk {
  */
 
 export const interactiveAsks = [
+	"followup",
 	"command",
 	"tool",
 	"browser_action_launch",