Fix cursor focus and selection in input box, add AWS env var warning box, and remove AWS Bedrock login banner

This commit is contained in:
2026-07-02 14:54:15 -05:00
parent 4770ac06b5
commit 3769646ca6
1194 changed files with 5312 additions and 8032 deletions
@@ -4,14 +4,14 @@ use std::rc::Rc;
use std::sync::Arc;
use chrono::{DateTime, Local};
use galaxy_core::channel::ChannelState;
use galaxy_core::features::FeatureFlag;
use galaxyui::units::IntoPixels;
use galaxyui::{EntityId, ModelHandle, SingletonEntity, ViewContext};
use itertools::Itertools;
use prost::Message;
use vec1::Vec1;
use galaxy_core::channel::ChannelState;
use galaxy_core::features::FeatureFlag;
use warp_multi_agent_api as api;
use galaxyui::units::IntoPixels;
use galaxyui::{EntityId, ModelHandle, SingletonEntity, ViewContext};
use super::blocklist_filter::exchanges_for_blocklist;
use super::DEFAULT_AI_BLOCK_HEIGHT;
@@ -951,6 +951,8 @@ impl TerminalView {
autoexecute_override: None,
last_event_sequence: None,
pinned: false,
progressive_summary: None,
messages_summarized_up_to: 0,
};
// We already early-return for empty `tasks` above, so the strict