mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-29 21:49:33 +00:00
5bae6eb493
This PR adds support for completions via MCP. The protocol now supports a new request type "completion/complete" that can either complete a resource URI template (which we currently don't use in Zed), or a prompt argument. We use this to add autocompletion to our context server slash commands! https://github.com/user-attachments/assets/08c9cf04-cbeb-49a7-903f-5049fb3b3d9f Release Notes: - context_servers: Added support for argument completions for context server prompts. These show up as regular completions to slash commands. |
||
---|---|---|
.. | ||
context | ||
slash_command | ||
assistant.rs | ||
assistant_panel.rs | ||
assistant_settings.rs | ||
context.rs | ||
context_store.rs | ||
inline_assistant.rs | ||
model_selector.rs | ||
prompt_library.rs | ||
prompts.rs | ||
slash_command.rs | ||
slash_command_picker.rs | ||
slash_command_settings.rs | ||
streaming_diff.rs | ||
terminal_inline_assistant.rs | ||
workflow.rs |