MCPcopy
hub / github.com/claude-code-best/claude-code / getAutoModeSparseInstructions

Function getAutoModeSparseInstructions

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

Source from the content-addressed store, hash-verified

3831}
3832
3833function getAutoModeSparseInstructions(): UserMessage[] {
3834 const content = `Auto mode still active (see full instructions earlier in conversation). Execute autonomously, minimize interruptions, prefer action over planning.`
3835
3836 return wrapMessagesInSystemReminder([
3837 createUserMessage({ content, isMeta: true }),
3838 ])
3839}
3840
3841export function normalizeAttachmentForAPI(
3842 attachment: Attachment,

Callers 1

getAutoModeInstructionsFunction · 0.85

Calls 2

createUserMessageFunction · 0.85

Tested by

no test coverage detected