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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user