Migrate agent management view to use new AgentConversationEntry abstraction.#10194
Migrate agent management view to use new AgentConversationEntry abstraction.#10194
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
There was a problem hiding this comment.
Overview
This PR migrates the agent management view and details panel to consume AgentConversationEntry for rendering, open actions, copy-link handling, and details data construction.
Concerns
- The management-card refactor drops the existing session expired/unavailable label, so disabled task rows no longer explain why they cannot be opened.
- This is a user-visible management-view change, but the PR description does not include screenshots or a video. For faster review, please upload screenshots or a video of the feature working end to end.
Verdict
Found: 0 critical, 2 important, 0 suggestions
Request changes
Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).
Powered by Oz
| .with_child(Expanded::new(1., title_text.finish()).finish()); | ||
|
|
||
| let mut time_and_avatar = Flex::row() | ||
| let time_and_avatar = Flex::row() |
There was a problem hiding this comment.
AgentConversationEntry rendering path before dropping the old label.
There was a problem hiding this comment.
this seems like a good call
| .with_child(Expanded::new(1., title_text.finish()).finish()); | ||
|
|
||
| let mut time_and_avatar = Flex::row() | ||
| let time_and_avatar = Flex::row() |
There was a problem hiding this comment.
this seems like a good call
093ac2a to
9f13cec
Compare
56c0a01 to
249c840
Compare
9f13cec to
4f69792
Compare
249c840 to
bdbcb91
Compare
bdbcb91 to
0026555
Compare
0026555 to
e972641
Compare

Description
Migrate agent management view to use
AgentConversationEntry.ConversationOrTaskis finally cleaned up in the next PR.