|
3 | 3 | "displayName": "%extension.displayName%", |
4 | 4 | "description": "%extension.description%", |
5 | 5 | "publisher": "realancerllc", |
6 | | - "version": "0.2.0", |
| 6 | + "version": "0.8.0", |
7 | 7 | "icon": "assets/icons/icon.png", |
8 | 8 | "galleryBanner": { |
9 | 9 | "color": "#617A91", |
|
70 | 70 | }, |
71 | 71 | "commands": [ |
72 | 72 | { |
73 | | - "command": "acode.plusButtonClicked", |
74 | | - "title": "%command.newTask.title%", |
75 | | - "icon": "$(add)" |
76 | | - }, |
77 | | - { |
78 | | - "command": "acode.promptsButtonClicked", |
79 | | - "title": "%command.prompts.title%", |
80 | | - "icon": "$(organization)" |
| 73 | + "command": "acode.architectButtonClicked", |
| 74 | + "title": "%command.architect.title%", |
| 75 | + "icon": "$(layout)" |
81 | 76 | }, |
82 | 77 | { |
83 | | - "command": "acode.mcpButtonClicked", |
84 | | - "title": "%command.mcpServers.title%", |
85 | | - "icon": "$(server)" |
| 78 | + "command": "acode.codeButtonClicked", |
| 79 | + "title": "%command.code.title%", |
| 80 | + "icon": "$(code)" |
86 | 81 | }, |
87 | 82 | { |
88 | | - "command": "acode.historyButtonClicked", |
89 | | - "title": "%command.history.title%", |
90 | | - "icon": "$(history)" |
| 83 | + "command": "acode.debugButtonClicked", |
| 84 | + "title": "%command.debug.title%", |
| 85 | + "icon": "$(bug)" |
91 | 86 | }, |
92 | 87 | { |
93 | | - "command": "acode.marketplaceButtonClicked", |
94 | | - "title": "%command.marketplace.title%", |
95 | | - "icon": "$(extensions)" |
| 88 | + "command": "acode.orchestrateButtonClicked", |
| 89 | + "title": "%command.orchestrate.title%", |
| 90 | + "icon": "$(sparkles)" |
96 | 91 | }, |
97 | 92 | { |
98 | | - "command": "acode.popoutButtonClicked", |
99 | | - "title": "%command.openInEditor.title%", |
100 | | - "icon": "$(link-external)" |
101 | | - }, |
102 | | - { |
103 | | - "command": "acode.cloudButtonClicked", |
104 | | - "title": "%command.cloud.title%", |
105 | | - "icon": "$(cloud)" |
| 93 | + "command": "acode.testButtonClicked", |
| 94 | + "title": "%command.test.title%", |
| 95 | + "icon": "$(flask)" |
106 | 96 | }, |
107 | 97 | { |
108 | 98 | "command": "acode.settingsButtonClicked", |
|
229 | 219 | ], |
230 | 220 | "view/title": [ |
231 | 221 | { |
232 | | - "command": "acode.plusButtonClicked", |
| 222 | + "command": "acode.architectButtonClicked", |
233 | 223 | "group": "navigation@1", |
234 | 224 | "when": "view == acode.SidebarProvider" |
235 | 225 | }, |
236 | 226 | { |
237 | | - "command": "acode.marketplaceButtonClicked", |
| 227 | + "command": "acode.codeButtonClicked", |
238 | 228 | "group": "navigation@2", |
239 | 229 | "when": "view == acode.SidebarProvider" |
240 | 230 | }, |
241 | 231 | { |
242 | | - "command": "acode.settingsButtonClicked", |
| 232 | + "command": "acode.debugButtonClicked", |
243 | 233 | "group": "navigation@3", |
244 | 234 | "when": "view == acode.SidebarProvider" |
245 | 235 | }, |
246 | 236 | { |
247 | | - "command": "acode.cloudButtonClicked", |
| 237 | + "command": "acode.orchestrateButtonClicked", |
248 | 238 | "group": "navigation@4", |
249 | 239 | "when": "view == acode.SidebarProvider" |
250 | 240 | }, |
251 | 241 | { |
252 | | - "command": "acode.historyButtonClicked", |
253 | | - "group": "overflow@1", |
| 242 | + "command": "acode.testButtonClicked", |
| 243 | + "group": "navigation@5", |
254 | 244 | "when": "view == acode.SidebarProvider" |
255 | 245 | }, |
256 | 246 | { |
257 | | - "command": "acode.promptsButtonClicked", |
258 | | - "group": "overflow@2", |
259 | | - "when": "view == acode.SidebarProvider" |
260 | | - }, |
261 | | - { |
262 | | - "command": "acode.mcpButtonClicked", |
263 | | - "group": "overflow@3", |
264 | | - "when": "view == acode.SidebarProvider" |
265 | | - }, |
266 | | - { |
267 | | - "command": "acode.popoutButtonClicked", |
268 | | - "group": "overflow@4", |
| 247 | + "command": "acode.settingsButtonClicked", |
| 248 | + "group": "navigation@6", |
269 | 249 | "when": "view == acode.SidebarProvider" |
270 | 250 | } |
271 | 251 | ], |
272 | 252 | "editor/title": [ |
273 | 253 | { |
274 | | - "command": "acode.plusButtonClicked", |
| 254 | + "command": "acode.architectButtonClicked", |
275 | 255 | "group": "navigation@1", |
276 | 256 | "when": "activeWebviewPanelId == acode.TabPanelProvider" |
277 | 257 | }, |
278 | 258 | { |
279 | | - "command": "acode.marketplaceButtonClicked", |
| 259 | + "command": "acode.codeButtonClicked", |
280 | 260 | "group": "navigation@2", |
281 | 261 | "when": "activeWebviewPanelId == acode.TabPanelProvider" |
282 | 262 | }, |
283 | 263 | { |
284 | | - "command": "acode.settingsButtonClicked", |
| 264 | + "command": "acode.debugButtonClicked", |
285 | 265 | "group": "navigation@3", |
286 | 266 | "when": "activeWebviewPanelId == acode.TabPanelProvider" |
287 | 267 | }, |
288 | 268 | { |
289 | | - "command": "acode.cloudButtonClicked", |
| 269 | + "command": "acode.orchestrateButtonClicked", |
290 | 270 | "group": "navigation@4", |
291 | 271 | "when": "activeWebviewPanelId == acode.TabPanelProvider" |
292 | 272 | }, |
293 | 273 | { |
294 | | - "command": "acode.historyButtonClicked", |
295 | | - "group": "overflow@1", |
296 | | - "when": "activeWebviewPanelId == acode.TabPanelProvider" |
297 | | - }, |
298 | | - { |
299 | | - "command": "acode.promptsButtonClicked", |
300 | | - "group": "overflow@2", |
| 274 | + "command": "acode.testButtonClicked", |
| 275 | + "group": "navigation@5", |
301 | 276 | "when": "activeWebviewPanelId == acode.TabPanelProvider" |
302 | 277 | }, |
303 | 278 | { |
304 | | - "command": "acode.mcpButtonClicked", |
305 | | - "group": "overflow@3", |
306 | | - "when": "activeWebviewPanelId == acode.TabPanelProvider" |
307 | | - }, |
308 | | - { |
309 | | - "command": "acode.popoutButtonClicked", |
310 | | - "group": "overflow@4", |
| 279 | + "command": "acode.settingsButtonClicked", |
| 280 | + "group": "navigation@6", |
311 | 281 | "when": "activeWebviewPanelId == acode.TabPanelProvider" |
312 | 282 | } |
313 | 283 | ] |
|
0 commit comments