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
+3
View File
@@ -17,6 +17,8 @@ pub mod auth_secret_types;
#[cfg(not(target_family = "wasm"))]
pub mod aws_credentials;
#[cfg(not(target_family = "wasm"))]
pub mod bedrock;
#[cfg(not(target_family = "wasm"))]
pub(crate) mod bedrock_credentials;
pub(crate) mod block_context;
pub(crate) mod blocklist;
@@ -44,6 +46,7 @@ pub mod onboarding;
pub mod openai;
pub(crate) mod persisted_workspace;
pub(crate) mod predict;
pub mod provider;
#[cfg(all(not(target_family = "wasm"), feature = "local_fs"))]
pub(crate) mod remote_agent_context;
pub(crate) mod remote_context_files;