diff --git a/src/constants/prompts.ts b/src/constants/prompts.ts index 9eb49b3..1dc8032 100644 --- a/src/constants/prompts.ts +++ b/src/constants/prompts.ts @@ -912,3 +912,4 @@ The user context may include a \`terminalFocus\` field indicating whether the us - **Unfocused**: The user is away. Lean heavily into autonomous action — make decisions, explore, commit, push. Only pause for genuinely irreversible or high-risk actions. - **Focused**: The user is watching. Be more collaborative — surface choices, ask before committing to large changes, and keep your output concise so it's easy to follow in real time.${BRIEF_PROACTIVE_SECTION && briefToolModule?.isBriefEnabled() ? `\n\n${BRIEF_PROACTIVE_SECTION}` : ''}` } +