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.
1 parent 5208401 commit bc3c270Copy full SHA for bc3c270
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