MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / out

Function out

src/cli/modes/headless.ts:103–107  ·  view source on GitHub ↗
(s: string)

Source from the content-addressed store, hash-verified

101 }
102 return 0;
103 }
104 }
105
106 // Auto-detect referenced image paths and nudge the agent toward vision_analyze.
107 {
108 const { annotateImagePrompt } = await import('../../utils/image-paths.js');
109 effectivePrompt = annotateImagePrompt(effectivePrompt, opts.cwd);
110 }

Callers 1

runHeadlessFunction · 0.85

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected