ZIm/crates/assistant/src/slash_command
David Soria Parra 0282c3a981
context_server: Fix arguments handling (#17478)
We accidentally do not accept prompts with an empty list of arguments,
as opposed to non given arguments list. We need to allow these. We also
not really supporting non required arguments, despite the protocol
describing it. This is a first iteration on fixing this as well.

Release Notes:

- N/A
2024-09-06 13:10:36 -04:00
..
context_server_command.rs context_server: Fix arguments handling (#17478) 2024-09-06 13:10:36 -04:00
default_command.rs Further improve /tabs command and slash arguments completion (#16216) 2024-08-14 17:11:51 +03:00
diagnostics_command.rs Fix more bugs in files (#16241) 2024-08-16 10:09:38 -07:00
docs_command.rs Fix more bugs in files (#16241) 2024-08-16 10:09:38 -07:00
fetch_command.rs Further improve /tabs command and slash arguments completion (#16216) 2024-08-14 17:11:51 +03:00
file_command.rs A set of small fixes (#16849) 2024-08-26 02:24:08 +03:00
now_command.rs Further improve /tabs command and slash arguments completion (#16216) 2024-08-14 17:11:51 +03:00
project_command.rs Further improve /tabs command and slash arguments completion (#16216) 2024-08-14 17:11:51 +03:00
prompt_command.rs Fix more bugs in files (#16241) 2024-08-16 10:09:38 -07:00
search_command.rs Further improve /tabs command and slash arguments completion (#16216) 2024-08-14 17:11:51 +03:00
symbols_command.rs Further improve /tabs command and slash arguments completion (#16216) 2024-08-14 17:11:51 +03:00
tab_command.rs assistant: Use code label for tab slash command completions (#17296) 2024-09-03 12:32:53 +02:00
terminal_command.rs Run slash commands both on enter and on argument completion that requires it (#16283) 2024-08-15 19:36:30 +03:00
workflow_command.rs Further improve /tabs command and slash arguments completion (#16216) 2024-08-14 17:11:51 +03:00