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
fix: restore CLI chat response display after stream_output refactor
The stream_output flag introduced in #170 defaults to False, which
bypasses CliChannel.stream_events() and relies on send() for output.
Since send() only handled errors, normal responses were silently dropped.
- Force stream_output=True for `bub chat` so streaming remains the
primary display path.
- Store stream_output override as an instance variable instead of
mutating the settings object.
Made-with: Cursor
0 commit comments