Fix agent context errors and input visibility

This commit is contained in:
2026-08-16 23:44:58 -05:00
parent dd2a18b48d
commit b5f3290d1a
5 changed files with 262 additions and 68 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ pub fn create_cloud_mode_view(
/// Returns `true` when a cloud agent shared session is in any pre-first-exchange phase —
/// either still spawning (loading screen) or running setup commands before the first
/// agent turn. In this state, we hide the interactive input and render a loading footer.
/// agent turn.
pub fn is_cloud_agent_pre_first_exchange(
ambient_agent_view_model: Option<&ModelHandle<AmbientAgentViewModel>>,
agent_view_controller: &ModelHandle<AgentViewController>,