ACP (#34030)
Implements an ACP client that can be used from the agent panel
This commit is contained in:
parent
b9b42bee99
commit
495ec7a109
39 changed files with 4839 additions and 23 deletions
|
@ -13,6 +13,7 @@ pub enum IconName {
|
|||
AiBedrock,
|
||||
AiDeepSeek,
|
||||
AiEdit,
|
||||
AiGemini,
|
||||
AiGoogle,
|
||||
AiLmStudio,
|
||||
AiMistral,
|
||||
|
@ -252,6 +253,14 @@ pub enum IconName {
|
|||
TextSnippet,
|
||||
ThumbsDown,
|
||||
ThumbsUp,
|
||||
ToolBulb,
|
||||
ToolFolder,
|
||||
ToolHammer,
|
||||
ToolPencil,
|
||||
ToolRegex,
|
||||
ToolSearch,
|
||||
ToolTerminal,
|
||||
ToolWeb,
|
||||
Trash,
|
||||
TrashAlt,
|
||||
Triangle,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue