Wrapping up bedrock implementation

This commit is contained in:
Ryan Ward
2026-05-13 10:04:59 -05:00
parent ed53aa99eb
commit cee61e2af0
1144 changed files with 2954 additions and 2660 deletions
+4 -4
View File
@@ -25,12 +25,12 @@ use ai::{
};
use anyhow::Context;
use chrono::Utc;
use itertools::Itertools;
use lsp::supported_servers::LSPServerType;
use galaxy_core::features::FeatureFlag;
#[cfg(feature = "local_fs")]
use galaxyui::windowing::WindowManager;
use galaxyui::{AppContext, Entity, ModelContext, SingletonEntity};
use itertools::Itertools;
use lsp::supported_servers::LSPServerType;
#[cfg(feature = "local_fs")]
use crate::code::language_server_shutdown_manager::LanguageServerShutdownManager;
@@ -43,9 +43,9 @@ use crate::terminal::local_shell::LocalShellState;
#[cfg(feature = "local_fs")]
use crate::{view_components::DismissibleToast, workspace::ToastStack};
#[cfg(feature = "local_fs")]
use lsp::LspEvent;
#[cfg(feature = "local_fs")]
use galaxy_core::channel::ChannelState;
#[cfg(feature = "local_fs")]
use lsp::LspEvent;
use ai::project_context::model::{ProjectContextModel, ProjectContextModelEvent};