Auto-monitor long-running commands with agent

This commit is contained in:
Ryan Ward
2026-07-28 17:11:34 -05:00
parent b75aa00fb0
commit 5c14241b91
4 changed files with 98 additions and 16 deletions
@@ -413,6 +413,10 @@ impl AgentViewController {
self.agent_view_state.is_active()
}
pub fn active_conversation_id(&self) -> Option<AIConversationId> {
self.agent_view_state.active_conversation_id()
}
pub fn is_inline(&self) -> bool {
self.agent_view_state.is_inline()
}