Add local project indexing and search guidance
This commit is contained in:
@@ -276,6 +276,8 @@ pub fn initialize_app(app: &mut App) {
|
||||
app.add_singleton_model(RepoMetadataModel::new);
|
||||
app.add_singleton_model(FileSearchModel::new);
|
||||
app.add_singleton_model(RepoOutlines::new_for_test);
|
||||
#[cfg(all(feature = "local_fs", not(target_family = "wasm")))]
|
||||
app.add_singleton_model(ai::index::local_project_index::LocalProjectIndexManager::new);
|
||||
#[cfg(feature = "voice_input")]
|
||||
app.add_singleton_model(voice_input::VoiceInput::new);
|
||||
app.add_singleton_model(|ctx| {
|
||||
|
||||
Reference in New Issue
Block a user