Replies: 3 comments
|
Another concrete case for this: after a normal T3 Code agent turn completes, the chat timeline In my current example, the assistant finished with a useful final response, then the timeline rendered This is not only a rebase/merge/build-artifact case. It also happens in ordinary implementation turns where the A default collapsed preference would solve my case. A useful version could be:
Expected UX: after an agent finishes, the assistant's final message stays easy to read first; changed files remain one click away via |
|
Closing as resolved by #9821 — chat timeline changed-files now use a persistent folder tree with folders collapsed by default (legacy card expansion prefs reset). |

Uh oh!
There was an error while loading. Please reload this page.
Before submitting
Area
apps/web
Problem or use case
The chat timeline
Changed filessection is not configurable and can become very noisy when a turn includes a large diff.A common case is updating or rebasing a branch, which can make the assistant message show a massive changed-files list in the chat UI. When that happens, the expanded file tree can dominate the thread and push the actual conversation content out of view.
Examples:
mainand a turn now shows a very large changed-files list.Proposed solution
Add an app setting that controls the default expansion behavior of the chat timeline
Changed filessection.Suggested options:
ExpandedCollapsedThis setting should only affect the initial state when a given changed-files block is first shown.
If there is already a persisted user override for a specific thread/turn, that existing state should continue to win over the global default.
Why this matters
Different users want different review defaults.
A configurable default would:
Smallest useful scope
Add a single app setting in
apps/webfor the initial default state of chatChanged filesblocks:ExpandedCollapsedThe setting only affects first render when no per-thread/turn override already exists.
No redesign is needed.
Existing manual expand/collapse behavior can remain unchanged.
Alternatives considered
Risks or tradeoffs
Changed filessection so it is not confused with diff panel behavior.Examples or references
This request is specifically about adding a user setting for the assistant message
Changed filessection in the chat timeline.Contribution
All reactions