ZIm/crates/assistant/src
Marshall Bowers 258a8a37d8
Extract paths out of util (#13182)
This PR extracts the definition of the various Zed paths out of `util`
and into a new `paths` crate.

`util` is for generic utils, while these paths are Zed-specific. For
instance, `gpui` depends on `util`, and it shouldn't have knowledge of
these paths, since they are only used by Zed.

Release Notes:

- N/A
2024-06-17 19:27:42 -04:00
..
completion_provider Allow Ollama Model KeepAlive to be None, defaulting to indefinite (#13059) 2024-06-14 10:33:28 -07:00
slash_command Show correct line number for entry placeholders in /search (#13151) 2024-06-17 18:19:44 +02:00
system_prompts Allow the assistant to suggest edits to files in the project (#11993) 2024-05-17 15:38:14 -07:00
assistant.rs Extract paths out of util (#13182) 2024-06-17 19:27:42 -04:00
assistant_panel.rs Extract paths out of util (#13182) 2024-06-17 19:27:42 -04:00
assistant_settings.rs Ollama Provider for Assistant (#12902) 2024-06-11 17:35:27 -07:00
completion_provider.rs Ollama improvements (#12921) 2024-06-12 08:10:51 -07:00
context_store.rs Extract paths out of util (#13182) 2024-06-17 19:27:42 -04:00
inline_assistant.rs Draw gutter highlights and indicators on top of blocks (#13142) 2024-06-17 15:34:05 +02:00
model_selector.rs ui: Use PopoverMenu::new for constructing PopoverMenus (#13178) 2024-06-17 18:14:37 -04:00
prompt_library.rs Extract paths out of util (#13182) 2024-06-17 19:27:42 -04:00
prompts.rs Start on a database-backed prompt library (#12468) 2024-06-03 15:58:43 +02:00
search.rs Fuzzy-match lines when applying edits from the assistant (#12056) 2024-05-20 17:02:15 +02:00
slash_command.rs assistant: Add diagnostics slash command (#12998) 2024-06-14 17:14:50 +02:00
streaming_diff.rs Allow AI interactions to be proxied through Zed's server so you don't need an API key (#7367) 2024-03-19 19:22:26 +01:00