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
+1 -3
View File
@@ -2,15 +2,13 @@ use std::collections::{HashMap, HashSet};
use std::iter::FromIterator;
use std::sync::Arc;
use galaxy_completer::completer::PathCompletionContext;
use galaxy_completer::completer::{CompletionContext, EngineDirEntry};
use galaxy_completer::completer::{CompletionContext, EngineDirEntry, PathCompletionContext};
use galaxy_completer::signatures::CommandRegistry;
use galaxyui::App;
use itertools::Itertools;
use typed_path::TypedPathBuf;
#[cfg(windows)]
use typed_path::{UnixComponent, WindowsComponent, WindowsPrefix};
use galaxy_completer::completer::{CompletionContext, EngineDirEntry, PathCompletionContext};
use crate::completer::SessionContext;
use crate::terminal::model::session::command_executor::testing::TestCommandExecutor;