(s: string)
| 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 | } |