ZIm/crates/assistant2/src
Kyle Kelley c71cfd5da4
Change ToolOutput to ToolView (#11682)
Additionally, the internal `ToolView` trait used by the registry is now
called `InternalToolView`.

This should make it a bit easier to understand that the `ToolView` is
intended for a `gpui::View` (implementing `Render`). It does still feel
like more could be merged here but I think the built tools are now a bit
clearer.

Release Notes:

- N/A
2024-05-10 15:22:09 -07:00
..
attachments Streaming tools (#11629) 2024-05-09 15:57:14 -07:00
tools Change ToolOutput to ToolView (#11682) 2024-05-10 15:22:09 -07:00
ui Replace rich_text with markdown in assistant2 (#11650) 2024-05-10 10:22:14 +02:00
assistant2.rs Improve prompts for tools (#11669) 2024-05-10 13:18:05 -07:00
assistant_settings.rs New revision of the Assistant Panel (#10870) 2024-04-23 16:23:26 -07:00
attachments.rs Language Model Tool for commenting in a multibuffer (#11509) 2024-05-07 12:35:37 -07:00
completion_provider.rs Allow codebase search to be turned on or off within the composer for assistant2 (#11315) 2024-05-02 13:26:46 -07:00
saved_conversation.rs assistant2: List saved conversations from disk (#11627) 2024-05-09 16:17:07 -04:00
saved_conversations.rs assistant2: Render saved conversations inline instead of in a modal (#11630) 2024-05-09 18:29:08 -04:00
tools.rs Show annotations more like the inline assistant (#11530) 2024-05-07 19:16:35 -07:00
ui.rs Attachment store for assistant2 (#11327) 2024-05-03 14:48:00 -07:00