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
@@ -66,10 +66,10 @@ fn get_binary_confidence_color(is_correct: bool, is_low_confidence: bool) -> Str
"\x1b[31m".to_string() // Red for incorrect
}
}
use galaxy_completer::ParsedTokensSnapshot;
use galaxy_completer::util::parse_current_commands_and_tokens;
#[cfg(feature = "onnx")]
use input_classifier::{OnnxClassifier, OnnxModel};
use warp_completer::ParsedTokensSnapshot;
use warp_completer::util::parse_current_commands_and_tokens;
#[cfg(feature = "onnx")]
fn default_onnx_model() -> Option<OnnxModel> {
cfg_if::cfg_if! {