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
@@ -10,14 +10,14 @@ use std::thread::JoinHandle;
use anyhow::Context as _;
use async_broadcast::InactiveReceiver;
use galaxy_core::SessionId;
use galaxyui::r#async::executor::Background;
use galaxyui::{AppContext, Entity, ModelContext, ModelHandle, SingletonEntity, ViewHandle};
#[cfg(unix)]
use nix::sys::termios::LocalFlags;
use parking_lot::{FairMutex, Mutex};
use pathfinder_geometry::vector::Vector2F;
use settings::Setting as _;
use galaxy_core::SessionId;
use galaxyui::r#async::executor::Background;
use galaxyui::{AppContext, Entity, ModelContext, ModelHandle, SingletonEntity, ViewHandle};
use super::event_loop::EventLoop;
use super::shell::{ShellStarter, ShellStarterSource};