MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getAutoModeSparseInstructions

Function getAutoModeSparseInstructions

src/utils/messages.ts:3445–3451  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3443}
3444
3445function getAutoModeSparseInstructions(): UserMessage[] {
3446 const content = `Auto mode still active (see full instructions earlier in conversation). Execute autonomously, minimize interruptions, prefer action over planning.`
3447
3448 return wrapMessagesInSystemReminder([
3449 createUserMessage({ content, isMeta: true }),
3450 ])
3451}
3452
3453export function normalizeAttachmentForAPI(
3454 attachment: Attachment,

Callers 1

getAutoModeInstructionsFunction · 0.85

Calls 2

createUserMessageFunction · 0.85

Tested by

no test coverage detected