the extension automatically watches your editor content for trigger phrases.
Default Triggers
Trigger Text |
Response |
“I’ve reached my tool call limit of 25” |
“continue” |
“I need to pause execution” |
“continue” |
“To proceed with the remaining” |
“continue” |
“Would you like me to continue” |
“Yes, please continue” |
How It Works
The extension:
- Polls the active editor content every 500ms
- Checks for any of the trigger phrases
- When detected, automatically replaces the trigger with the corresponding response
- The AI detects this as user input and continues its operation
1 Like