mirror of
https://github.com/cline/cline.git
synced 2026-09-19 10:13:34 +08:00
The --thinking description added in #11656 is long enough that at 120 columns commander wraps it, splitting "omitted leaves provider default" across two lines. The TUI e2e assertion uses a contiguous getByText, so it failed on the ubuntu-only TUI test leg, blocking the SDK publish gate. Widen the help terminal to 200 columns so long descriptions render on a single line.