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
+2 -2
View File
@@ -2,12 +2,12 @@ use ::ai::project_context::model::{ProjectContextModel, ProjectRule};
use ::ai::skills::{
get_provider_for_path, parse_skill_content_at_location, ParsedSkill, SkillProvider, SkillScope,
};
use galaxy_core::features::FeatureFlag;
use galaxy_core::safe_warn;
use remote_server::manager::{RemoteServerManager, RemoteServerManagerEvent};
use remote_server::proto::{
remote_skill_proto, RemoteAgentContextSnapshot, RemoteContextFileProto, RemoteSkillProto,
};
use galaxy_core::features::FeatureFlag;
use galaxy_core::safe_warn;
use warp_util::host_id::HostId;
use warp_util::local_or_remote_path::LocalOrRemotePath;
use warp_util::remote_path::RemotePath;