ZIm/crates/assistant/src
Marshall Bowers ca80343486
assistant: Add docs provider for docs.rs (#14356)
This PR adds an indexed docs provider for retrieving docs from `docs.rs`
using the `/docs` slash command.

Release Notes:

- N/A
2024-07-12 13:22:52 -04:00
..
completion_provider Lay the groundwork for collaborating on assistant panel (#13991) 2024-07-10 17:36:22 +02:00
slash_command assistant: Add docs provider for docs.rs (#14356) 2024-07-12 13:22:52 -04: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 Lay the groundwork for collaborating on assistant panel (#13991) 2024-07-10 17:36:22 +02:00
assistant_panel.rs assistant: Show a warning indicator when the user needs to run cargo doc (#14262) 2024-07-11 17:37:31 -04:00
assistant_settings.rs assistant: Limit amount of concurrent completion requests (#13856) 2024-07-05 14:52:45 +02:00
completion_provider.rs Lay the groundwork for collaborating on assistant panel (#13991) 2024-07-10 17:36:22 +02:00
context.rs Lay the groundwork for collaborating on assistant panel (#13991) 2024-07-10 17:36:22 +02:00
context_store.rs Lay the groundwork for collaborating on assistant panel (#13991) 2024-07-10 17:36:22 +02:00
inline_assistant.rs assistant: Limit amount of concurrent completion requests (#13856) 2024-07-05 14:52:45 +02:00
model_selector.rs assistant: Remove unneeded wrapping div in ModelSelector (#14024) 2024-07-09 16:40:00 -04:00
prompt_library.rs Lay the groundwork for collaborating on assistant panel (#13991) 2024-07-10 17:36:22 +02:00
prompts.rs Add terminal inline assistant (#13638) 2024-07-01 20:53:56 +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 Lay the groundwork for collaborating on assistant panel (#13991) 2024-07-10 17:36:22 +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
terminal_inline_assistant.rs assistant: Limit amount of concurrent completion requests (#13856) 2024-07-05 14:52:45 +02:00