diff --git a/src/ClaudeDev.ts b/src/ClaudeDev.ts index 673a1cf..361ced1 100644 --- a/src/ClaudeDev.ts +++ b/src/ClaudeDev.ts @@ -338,7 +338,7 @@ export class ClaudeDev { let textBlock: Anthropic.TextBlockParam = { type: "text", - text: `\n${task}\n\n${this.getPotentiallyRelevantDetails()}`, // cannot be sent with system prompt since it's cached and these details can change + text: `\n${task}\n\n\n${this.getPotentiallyRelevantDetails()}`, // cannot be sent with system prompt since it's cached and these details can change } let imageBlocks: Anthropic.ImageBlockParam[] = this.formatImagesIntoBlocks(images)