From 423d89aef6ecdea6abc8f5cabdef980485182acc Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:23:31 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=F0=9F=93=85=20prompts.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/constants/prompts.ts | 1 + 1 file changed, 1 insertion(+) 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}` : ''}` } +