Codegen supports real-time interrupts that allow users to send additional messages or clarifications while the agent is actively working on a task. This feature enables dynamic, conversational interactions where users can provide feedback, corrections, or additional context without waiting for the agent to complete its current work.
When Codegen is actively processing a request, users can send follow-up messages through supported channels (Slack, Linear) that will be immediately delivered to the running agent as “interrupt messages.”
Important: You must mention @codegen in your interrupt messages for Codegen to respond in Slack channels, unless you’re in a direct message (DM) with Codegen where it will respond automatically.
Example:
Copy
Ask AI
User: @codegen can you fix the login bug?Codegen: I'll fix the login bug! 🔧 [starts working]User: Actually, make sure to also handle the password reset flowCodegen: Got it! I'll include the password reset flow in my fix 👍
Adding comments to the issue Codegen is working on
Updating the issue description with additional requirements
Changing issue priority or labels (triggers re-evaluation)
Note: Codegen will respond automatically to your comments in Linear unless another user is tagged in the same comment.
Example:
Copy
Ask AI
Issue: Fix authentication systemCodegen: Working on the authentication fix...[User adds comment]: "Please also add 2FA support"Codegen: I see you've added 2FA requirements - incorporating that now!
User: @codegen create a user registration formCodegen: I'll create a user registration form! 📝 [working...]User: Make sure it includes email verificationCodegen: Got it! Adding email verification to the registration form 📧User: And add password strength requirementsCodegen: Perfect! I'll include password strength validation as well 🔒
Linear Issue: "Implement search functionality"Codegen: Working on search functionality...[User adds comment]: "Please include filters for date and category"Codegen: I see you've added filter requirements - implementing date and category filters now![User adds comment]: "Also add sorting options"Codegen: Adding sorting options to the search as well! 📊