We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5208401 + bc3c270 commit 477a20fCopy full SHA for 477a20f
lib/ui/notification.ts
@@ -45,7 +45,7 @@ function buildDetailedMessage(
45
if (pruneToolIds.length > 0) {
46
const pruneTokenCounterStr = `~${formatTokenCount(state.stats.pruneTokenCounter)}`
47
const reasonLabel = reason ? ` — ${PRUNE_REASON_LABELS[reason]}` : ''
48
- message += `\n\n▣ Pruned tools (${pruneTokenCounterStr})${reasonLabel}`
+ message += `\n\n▣ Pruning (${pruneTokenCounterStr})${reasonLabel}`
49
50
const itemLines = formatPrunedItemsList(pruneToolIds, toolMetadata, workingDirectory)
51
message += '\n' + itemLines.join('\n')
0 commit comments