ZIm/crates/assistant/src
Marshall Bowers 3deb000f70
assistant: Add basic glob support for expanding items in /docs (#14370)
This PR updates the `/docs` slash command with basic globbing support
for expanding docs.

A `*` can be added to the item path to signify the end of a prefix
match.

For example:

```
# This will match any documentation items starting with `auk::`.
# In this case, it will pull in the docs for each item in the crate.
/docs docs-rs auk::*

# This will match any documentation items starting with `auk::visitor::`,
# which will pull in docs for the `visitor` module.
/docs docs-rs auk::visitor::*
```


https://github.com/user-attachments/assets/5e1e21f1-241b-483f-9cd1-facc3aa76365

Release Notes:

- N/A
2024-07-12 17:57:50 -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 basic glob support for expanding items in /docs (#14370) 2024-07-12 17:57:50 -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