mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-19 10:02:04 +08:00
icon
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
{
|
||||
"command": "kilo-code.new.agentManagerOpen",
|
||||
"title": "Agent Manager",
|
||||
"icon": "$(circuit-board)"
|
||||
"icon": "$(agent)"
|
||||
},
|
||||
{
|
||||
"command": "kilo-code.new.marketplaceButtonClicked",
|
||||
@@ -328,28 +328,28 @@
|
||||
"when": "view == kilo-code.SidebarProvider"
|
||||
},
|
||||
{
|
||||
"command": "kilo-code.new.agentManagerOpen",
|
||||
"command": "kilo-code.new.historyButtonClicked",
|
||||
"group": "navigation@1",
|
||||
"when": "view == kilo-code.SidebarProvider"
|
||||
},
|
||||
{
|
||||
"command": "kilo-code.new.marketplaceButtonClicked",
|
||||
"command": "kilo-code.new.agentManagerOpen",
|
||||
"group": "navigation@2",
|
||||
"when": "view == kilo-code.SidebarProvider"
|
||||
},
|
||||
{
|
||||
"command": "kilo-code.new.historyButtonClicked",
|
||||
"command": "kilo-code.new.marketplaceButtonClicked",
|
||||
"group": "navigation@3",
|
||||
"when": "view == kilo-code.SidebarProvider"
|
||||
},
|
||||
{
|
||||
"command": "kilo-code.new.profileButtonClicked",
|
||||
"group": "navigation@5",
|
||||
"group": "navigation@4",
|
||||
"when": "view == kilo-code.SidebarProvider"
|
||||
},
|
||||
{
|
||||
"command": "kilo-code.new.settingsButtonClicked",
|
||||
"group": "navigation@6",
|
||||
"group": "navigation@5",
|
||||
"when": "view == kilo-code.SidebarProvider"
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user