diff --git a/src/utils/tokenBudget.ts b/src/utils/tokenBudget.ts index 058c535..81b28d4 100644 --- a/src/utils/tokenBudget.ts +++ b/src/utils/tokenBudget.ts @@ -71,3 +71,4 @@ export function getBudgetContinuationMessage( const fmt = (n: number): string => new Intl.NumberFormat('en-US').format(n) return `Stopped at ${pct}% of token target (${fmt(turnTokens)} / ${fmt(budget)}). Keep working \u2014 do not summarize.` } +