mirror of
https://github.com/microsoft/vscode.git
synced 2026-06-29 10:56:24 +01:00
75d61a59ae
AHP 0.4 moves turns/active_turn off SessionState onto per-chat ChatState (SessionState now carries a `chats` catalog), and SessionStatus is now a newtype bitset instead of a repr enum. - agent_ps: use SessionStatus::bits()/from_bits().contains() instead of `as u32` casts - agent_stop: resolve in-progress chats from the session catalog, subscribe to each chat to find its active turn, and dispatch the renamed StateAction::ChatTurnCancelled to the chat URI - agent_logs: print the session's chats catalog instead of the removed turns/active_turn Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>