Show the landing version and explain compaction settings - #356
Merged
Conversation
An operator has no way to tell which build is running once the terminal is open, which matters when a release changes default behaviour. The version is read from package.json and painted beside the two existing hints so it cannot drift from what shipped.
Summarize and drop named the mechanism but not the tradeoff: an operator had no way to know summarize spends a model call while drop is free, or that drop also strips tool output from every turn it keeps, not only the ones it discards. The setting row now states the cost difference, that behaviour, and which mode is the default.
At 80 columns the description zone gives impact exactly one wrapped line with no truncation marker, so the previous sentence silently cut off before "output" — the exact fact the copy exists to state. Shortened it so the cost difference and the strip-in-kept-turns behaviour both survive at the harness's default width.
TheGreatAxios
force-pushed
the
cl-5580-version-and-compaction-copy
branch
from
August 7, 2026 07:37
adf23f1 to
c02f6eb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
package.json, beside the existing hint lines.
spends a model call while drop is free but also strips tool output
from every turn it keeps, not only the discarded ones.
Verification
bun run typecheckbun run buildbun run test(3947 pass)withTestRendererharness andvisually confirmed the version line and the compaction description.
Closes CL-5580
Closes CL-5585