From 0dde97e076a7c7b42601e2526e1bb35640d58d36 Mon Sep 17 00:00:00 2001
From: spoons-and-mirrors
<212802214+spoons-and-mirrors@users.noreply.github.com>
Date: Wed, 10 Dec 2025 03:15:17 +0100
Subject: [PATCH] prompt: prunable tools message guidance
---
lib/fetch-wrapper/prunable-list.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/fetch-wrapper/prunable-list.ts b/lib/fetch-wrapper/prunable-list.ts
index dcdca713..a0675512 100644
--- a/lib/fetch-wrapper/prunable-list.ts
+++ b/lib/fetch-wrapper/prunable-list.ts
@@ -37,7 +37,7 @@ export function buildPrunableToolsList(
}
return {
- list: `\n${lines.join('\n')}\n`,
+ list: `\nThe following tools have been invoked and are available for pruning. This list does not mandate immediate action. Consider your current goals and the resources you need before discarding valuable tool outputs. Keep the context free of noise.\n${lines.join('\n')}\n`,
numericIds
}
}