Describe the bug
In a long-running conversation, pressing Ctrl+O to toggle from compact mode to the detailed/transcript view causes the CLI to hang (UI becomes unresponsive).
Steps to reproduce
- Start a
qwen session and have a long conversation (many turns / large transcript).
- The UI is currently in compact mode.
- Press Ctrl+O to switch to the detailed (transcript) view.
- The terminal freezes — input is no longer responsive.
Expected behavior
Ctrl+O should toggle between compact and detailed views smoothly regardless of conversation length.
Actual behavior
The CLI becomes unresponsive after the toggle. It is unclear whether it eventually recovers or is fully stuck — feels like a freeze.
Likely cause (guess)
Rendering the full transcript in one go for a long history may be doing too much synchronous work (large Ink re-render).
Environment
- qwen-code version:
- Node.js version:
- OS:
Related
Describe the bug
In a long-running conversation, pressing Ctrl+O to toggle from compact mode to the detailed/transcript view causes the CLI to hang (UI becomes unresponsive).
Steps to reproduce
qwensession and have a long conversation (many turns / large transcript).Expected behavior
Ctrl+O should toggle between compact and detailed views smoothly regardless of conversation length.
Actual behavior
The CLI becomes unresponsive after the toggle. It is unclear whether it eventually recovers or is fully stuck — feels like a freeze.
Likely cause (guess)
Rendering the full transcript in one go for a long history may be doing too much synchronous work (large Ink re-render).
Environment
Related