You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**User Questions**: "What can you tell me about Exec Mode Automation?", "How does Launching exec mode work?", "How does Structured event stream work?"
constEXEC_TASK_INSTRUCTIONS:&str = "You are running vtcode in non-interactive exec mode. Complete the task autonomously using the configured full-auto tool allowlist. Do not request additional user input, confirmations, or allowances—operate solely with the provided information and available tools. Provide a concise summary of the outcome when finished.";
25
+
constEXEC_TASK_INSTRUCTIONS_DRY_RUN:&str = "You are running vtcode in non-interactive exec dry-run mode. Plan and validate the approach in read-only mode without mutating files, running mutating commands, or requesting additional user input. If the task requires mutations, explain what would be changed and why.";
0 commit comments