This release introduces quality-of-life improvements to the Agents Window . Full-screen tabs Full screen maximizes the right panel so you can focus on a single tab. Files, changes, canvases, PRs, browsers, and terminals can expand to fill the entire working area. This replaces the agent chat with a floating prompt bar. Enter and exit full screen by clicking on the expand/contract button in the panel header, using the command palette, or pressing `Cmd/Ctrl+Shift+M`. Compact chat responses Compact chats give you a tighter view of your agent conversations so you can read threads more quickly without losing important context. Customize tool call density to control how much of the agent's tool activity is shown in each response: Compact: shows concise results with minimal tool traces Balanced: includes important intermediate steps Detailed: provides near-complete step-by-step context Improvements (8) Improved PR tabs by adding clearer review states, better reviewer/thread visibility, and more predictable PR tab actions. Improved long-chat scrolling to make it smoother, added better undo grouping in prompt input, and improved behavior while streaming. …