ZIm/crates/assistant/src
Kirill Bulatov d7a25c1696
Add an experimental, WIP diagnostics grouping panel (#14515)
Provide a current, broken state as an experimental way to browse
diagnostics.
The diagnostics are grouped by lines and reduced into a block that, in
case of multiple diagnostics per line, could be toggled back and forth
to show more diagnostics on the line.
Use `grouped_diagnostics::Deploy` to show the panel.

Issues remaining:
* panic on warnings toggle due to incorrect excerpt manipulation
* badly styled blocks
* no key bindings to navigate between blocks and toggle them
* overall odd usability gains for certain groups of people

Due to all above, the thing is feature-gated and not exposed to regular
people.


Release Notes:

- N/A
2024-07-15 22:58:18 +03:00
..
completion_provider Lay the groundwork for collaborating on assistant panel (#13991) 2024-07-10 17:36:22 +02:00
slash_command Introduce /symbols command in assistant panel (#14360) 2024-07-15 11:51:32 +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 Introduce /symbols command in assistant panel (#14360) 2024-07-15 11:51:32 +02:00
assistant_panel.rs Add an experimental, WIP diagnostics grouping panel (#14515) 2024-07-15 22:58:18 +03:00
assistant_settings.rs Add Gemini models to cloud enum (#14482) 2024-07-15 12:21:58 +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 Adjust list item & pickers spacing (#14250) 2024-07-15 10:23:18 -03: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 Introduce /symbols command in assistant panel (#14360) 2024-07-15 11:51:32 +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