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
@@ -4,9 +4,9 @@ use std::time::Duration;
use anyhow::Result;
use async_trait::async_trait;
use chrono::{DateTime, Utc};
use vec1::Vec1;
use galaxy_graphql::managed_secrets::{ManagedSecret, ManagedSecretConfig, ManagedSecretType};
pub use galaxy_graphql::queries::task_secrets::ManagedSecretValue;
use vec1::Vec1;
/// An OIDC identity token issued for a task workload.
#[derive(Debug, Clone)]
@@ -75,7 +75,7 @@ pub trait ManagedSecretsClient: 'static + Send + Sync {
/// Returns an empty list for harnesses that do not use auth secrets (e.g. Oz).
async fn list_harness_auth_secrets(
&self,
harness: warp_graphql::ai::AgentHarness,
harness: galaxy_graphql::ai::AgentHarness,
) -> Result<Vec<ManagedSecret>>;
async fn get_task_secrets(