Skip to content

Commit c02f6eb

Browse files
committed
Fit the compaction description on one line
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.
1 parent c50ced8 commit c02f6eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tui-opentui/command-surfaces.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ function settingsCycleRows(
300300
describe: {
301301
what: "how the transcript is trimmed once the context fills.",
302302
impact:
303-
"summarize (default) spends a call; drop is free but also strips tool output.",
303+
"summarize (default) costs a call; drop is free but strips output too.",
304304
tone: "consequence",
305305
},
306306
cycle: (dir) =>

0 commit comments

Comments
 (0)