You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code review on PR #732 flagged that the "resolve TokensPerWord,
falling back to defaultTokensPerWord when unset" snippet was
duplicated three times in this file (definitelyUnderBudget,
tokenCount, modeLabel) — the new definitelyUnderBudget added a third
copy instead of sharing the resolution tokenCount already had.
Extract effectiveTokensPerWord and call it from all three; same
behavior, one definition of the default instead of three.
0 commit comments