File tree Expand file tree Collapse file tree 3 files changed +24
-6
lines changed Expand file tree Collapse file tree 3 files changed +24
-6
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "type" : " Feature" ,
3+ "description" : " Create a new group for Q Developer Agents in the Context Menu"
4+ }
Original file line number Diff line number Diff line change 355355 "group" : " cw_chat@4"
356356 },
357357 {
358- "command" : " aws.amazonq.generateUnitTests" ,
359- "group" : " cw_chat@5" ,
360- "when" : " aws.codewhisperer.connected && aws.isInternalUser"
358+ "command" : " aws.amazonq.sendToPrompt" ,
359+ "group" : " cw_chat@5"
361360 },
362361 {
363- "command" : " aws.amazonq.sendToPrompt" ,
364- "group" : " cw_chat@6"
362+ "command" : " aws.amazonq.contextMenu.Agent.title" ,
363+ "group" : " cw_chat_agents@1"
364+ },
365+ {
366+ "command" : " aws.amazonq.security.scan" ,
367+ "group" : " cw_chat_agents@1"
368+ },
369+ {
370+ "command" : " aws.amazonq.generateUnitTests" ,
371+ "group" : " cw_chat_agents@2" ,
372+ "when" : " aws.codewhisperer.connected && aws.isInternalUser"
365373 }
366374 ],
367375 "editor/context" : [
576584 "title" : " %AWS.amazonq.toggleCodeScan%" ,
577585 "category" : " %AWS.amazonq.title%" ,
578586 "enablement" : " aws.codewhisperer.connected"
587+ },
588+ {
589+ "command" : " aws.amazonq.contextMenu.Agent.title" ,
590+ "title" : " %AWS.amazonq.contextMenu.Agent.title%" ,
591+ "enablement" : " false"
579592 }
580593 ],
581594 "keybindings" : [
Original file line number Diff line number Diff line change 317317 "AWS.amazonq.featureDev.placeholder.additionalImprovements" : " Choose an option to proceed" ,
318318 "AWS.amazonq.featureDev.placeholder.feedback" : " Provide feedback or comments" ,
319319 "AWS.amazonq.featureDev.placeholder.describe" : " Describe your task or issue in detail" ,
320- "AWS.amazonq.featureDev.placeholder.sessionClosed" : " Open a new chat tab to continue"
320+ "AWS.amazonq.featureDev.placeholder.sessionClosed" : " Open a new chat tab to continue" ,
321+ "AWS.amazonq.contextMenu.Agent.title" : " Q Developer Agents"
321322}
You can’t perform that action at this time.
0 commit comments