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:
@@ -5,9 +5,9 @@ use anyhow::{anyhow, Result};
|
||||
use async_trait::async_trait;
|
||||
use futures::future::Either;
|
||||
use futures::StreamExt;
|
||||
use galaxy_core::errors::AnyhowErrorExt as _;
|
||||
use galaxyui::r#async::Timer;
|
||||
use instant::Instant;
|
||||
use galaxy_core::errors::AnyhowErrorExt as _;
|
||||
|
||||
use crate::server::retry_strategies::is_transient_http_error;
|
||||
use crate::server::server_api::ai::AgentRunEvent;
|
||||
|
||||
@@ -5,11 +5,11 @@ use anyhow::{anyhow, Context, Result};
|
||||
#[cfg(not(target_family = "wasm"))]
|
||||
use futures::future::Either;
|
||||
#[cfg(not(target_family = "wasm"))]
|
||||
use galaxyui::r#async::Timer;
|
||||
#[cfg(not(target_family = "wasm"))]
|
||||
use instant::Instant;
|
||||
#[cfg(not(target_family = "wasm"))]
|
||||
use reqwest::Error as ReqwestError;
|
||||
#[cfg(not(target_family = "wasm"))]
|
||||
use galaxyui::r#async::Timer;
|
||||
|
||||
use crate::ai::agent::ReceivedMessageInput;
|
||||
use crate::ai::ambient_agents::AmbientAgentTaskId;
|
||||
|
||||
Reference in New Issue
Block a user