Wrapping up bedrock implementation
This commit is contained in:
@@ -22,11 +22,6 @@ use crate::view_components::DismissibleToast;
|
||||
use crate::workspace::ToastStack;
|
||||
use crate::TelemetryEvent;
|
||||
use ai::index::full_source_code_embedding::manager::CodebaseIndexManager;
|
||||
use lsp::supported_servers::LSPServerType;
|
||||
use lsp_server_selector::{create_lsp_server_selector, LSPServerInfo};
|
||||
pub use model::{InitProjectModel, InitProjectModelEvent, InitStepKind};
|
||||
use model::{InitStepData, InitStepStatus};
|
||||
use std::path::{Path, PathBuf};
|
||||
use galaxy_core::ui::theme::Fill;
|
||||
use galaxyui::{
|
||||
elements::{
|
||||
@@ -37,6 +32,11 @@ use galaxyui::{
|
||||
AppContext, Element, Entity, ModelHandle, SingletonEntity, TypedActionView, View, ViewContext,
|
||||
ViewHandle,
|
||||
};
|
||||
use lsp::supported_servers::LSPServerType;
|
||||
use lsp_server_selector::{create_lsp_server_selector, LSPServerInfo};
|
||||
pub use model::{InitProjectModel, InitProjectModelEvent, InitStepKind};
|
||||
use model::{InitStepData, InitStepStatus};
|
||||
use std::path::{Path, PathBuf};
|
||||
|
||||
const ONBOARDING_TEXT: &str = "Great - let's begin setting up this project! Would you like to give me permission to index this codebase? It allows me to quickly understand context and provide more targeted solutions when working in this codebase. No code is stored on Warp servers.";
|
||||
const ALREADY_SETUP_TEXT: &str = "It looks like this project has already been initialized. You can re-generate the AGENTS.md for this codebase by clicking the button below.";
|
||||
|
||||
Reference in New Issue
Block a user