📅 prompts.ts

This commit is contained in:
nirholas
2026-03-31 10:23:31 +00:00
parent 66cb4dbac4
commit 423d89aef6

View File

@@ -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}` : ''}`
}