ZIm/crates/assistant/src
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 Have models indicate code locations in workflows using textual search, not symbol names (#17282) 2024-09-02 18:20:05 -07:00
slash_command context_server: Fix arguments handling (#17478) 2024-09-06 13:10:36 -04:00
tools assistant: Add tool registry (#17331) 2024-09-03 19:14:36 -04:00
assistant.rs assistant: Allow drag&dropping files/tabs into assistant panel (#17415) 2024-09-05 16:21:20 +02:00
assistant_panel.rs assistant: Insert creases for tool output (#17464) 2024-09-05 18:23:27 -04:00
assistant_settings.rs assistant: Fix formatting in settings (#17172) 2024-08-30 14:26:34 -04:00
context.rs assistant: Insert creases for tool output (#17464) 2024-09-05 18:23:27 -04:00
context_store.rs Consolidate logic for protobuf message handling between ssh and web socket clients (#17185) 2024-09-01 10:14:21 -07:00
inline_assistant.rs Fix Workspace references being leaked (#17497) 2024-09-06 15:32:34 +02:00
model_selector.rs assistant: Fix model selector check icon overflow (#16716) 2024-08-26 17:32:32 -07:00
prompt_library.rs assistant: Add foundation for receiving tool uses from Anthropic models (#17170) 2024-08-30 14:05:55 -04:00
prompts.rs lsp: Watch paths outside of worktrees at language servers request (#17499) 2024-09-06 15:47:17 +02:00
slash_command.rs Display default prompts more elaborately (#16471) 2024-08-19 18:44:52 +03:00
slash_command_picker.rs assistant: Add the "create your command" item (#16467) 2024-08-19 12:29:16 -03:00
slash_command_settings.rs assistant: Put /docs and /project behind a setting (#16186) 2024-08-13 17:32:24 -04:00
streaming_diff.rs Improve streaming git diffs to be less jumpy during inline assistant generation (#15853) 2024-08-06 16:13:29 +03:00
terminal_inline_assistant.rs assistant: Allow accepting terminal inline assist suggestion without executing command (#17299) 2024-09-04 10:54:32 +02:00
tools.rs assistant: Add tool registry (#17331) 2024-09-03 19:14:36 -04:00
workflow.rs Have models indicate code locations in workflows using textual search, not symbol names (#17282) 2024-09-02 18:20:05 -07:00