|
6004 | 6004 | "category": "GitLens", |
6005 | 6005 | "icon": "$(person-add)" |
6006 | 6006 | }, |
| 6007 | + { |
| 6008 | + "command": "gitlens.ai.generateChangelog", |
| 6009 | + "title": "Generate Changelog (Preview)...", |
| 6010 | + "category": "GitLens" |
| 6011 | + }, |
6007 | 6012 | { |
6008 | 6013 | "command": "gitlens.ai.generateCommitMessage", |
6009 | 6014 | "title": "Generate Commit Message...", |
|
6565 | 6570 | "title": "Add as Co-author", |
6566 | 6571 | "icon": "$(person-add)" |
6567 | 6572 | }, |
| 6573 | + { |
| 6574 | + "command": "gitlens.graph.ai.generateChangelogFrom", |
| 6575 | + "title": "Generate Changelog (Preview)...", |
| 6576 | + "icon": "$(sparkle)" |
| 6577 | + }, |
6568 | 6578 | { |
6569 | 6579 | "command": "gitlens.graph.ai.generateCommitMessage", |
6570 | 6580 | "title": "Generate Commit Message..." |
|
7859 | 7869 | "title": "Generate Changelog (Preview)", |
7860 | 7870 | "icon": "$(sparkle)" |
7861 | 7871 | }, |
| 7872 | + { |
| 7873 | + "command": "gitlens.views.ai.generateChangelogFrom", |
| 7874 | + "title": "Generate Changelog (Preview)...", |
| 7875 | + "icon": "$(sparkle)" |
| 7876 | + }, |
7862 | 7877 | { |
7863 | 7878 | "command": "gitlens.views.applyChanges", |
7864 | 7879 | "title": "Apply Changes", |
|
10321 | 10336 | "command": "gitlens.addAuthors", |
10322 | 10337 | "when": "gitlens:enabled && !gitlens:readonly && !gitlens:untrusted && !gitlens:hasVirtualFolders" |
10323 | 10338 | }, |
| 10339 | + { |
| 10340 | + "command": "gitlens.ai.generateChangelog", |
| 10341 | + "when": "gitlens:enabled && !gitlens:readonly && !gitlens:untrusted && !gitlens:hasVirtualFolders && gitlens:gk:organization:ai:enabled" |
| 10342 | + }, |
10324 | 10343 | { |
10325 | 10344 | "command": "gitlens.ai.generateCommitMessage", |
10326 | 10345 | "when": "gitlens:enabled && !gitlens:readonly && !gitlens:untrusted && !gitlens:hasVirtualFolders && gitlens:gk:organization:ai:enabled && config.gitlens.ai.generateCommitMessage.enabled" |
|
10737 | 10756 | "command": "gitlens.graph.addAuthor", |
10738 | 10757 | "when": "false" |
10739 | 10758 | }, |
| 10759 | + { |
| 10760 | + "command": "gitlens.graph.ai.generateChangelogFrom", |
| 10761 | + "when": "false" |
| 10762 | + }, |
10740 | 10763 | { |
10741 | 10764 | "command": "gitlens.graph.ai.generateCommitMessage", |
10742 | 10765 | "when": "false" |
|
11717 | 11740 | "command": "gitlens.views.ai.generateChangelog", |
11718 | 11741 | "when": "false" |
11719 | 11742 | }, |
| 11743 | + { |
| 11744 | + "command": "gitlens.views.ai.generateChangelogFrom", |
| 11745 | + "when": "false" |
| 11746 | + }, |
11720 | 11747 | { |
11721 | 11748 | "command": "gitlens.views.applyChanges", |
11722 | 11749 | "when": "false" |
|
16140 | 16167 | "when": "viewItem =~ /gitlens:branch\\b(?!.*?\\b\\+(current|closed|checkedout|worktree)\\b)/ && !listMultiSelection && !gitlens:hasVirtualFolders", |
16141 | 16168 | "group": "1_gitlens_action@3" |
16142 | 16169 | }, |
| 16170 | + { |
| 16171 | + "command": "gitlens.showInCommitGraph", |
| 16172 | + "when": "viewItem =~ /gitlens:(branch|tag)\\b(?!.*?\\b\\+closed\\b)/ && !listMultiSelection", |
| 16173 | + "group": "1_gitlens_action@100" |
| 16174 | + }, |
16143 | 16175 | { |
16144 | 16176 | "command": "gitlens.views.publishBranch", |
16145 | 16177 | "when": "viewItem =~ /gitlens:branch\\b(?!.*?\\b\\+(closed|remote|tracking)\\b)/ && !listMultiSelection && gitlens:repos:withRemotes && !gitlens:hasVirtualFolders && !gitlens:readonly && !gitlens:untrusted", |
|
16220 | 16252 | "when": "viewItem =~ /gitlens:branch\\b(?=.*?\\b\\+(tracking|remote)\\b)(?!.*?\\b\\+closed\\b)/ && !listMultiSelection && gitlens:action:createPullRequest && gitlens:repos:withRemotes", |
16221 | 16253 | "group": "1_gitlens_actions_3@10" |
16222 | 16254 | }, |
| 16255 | + { |
| 16256 | + "command": "gitlens.views.ai.generateChangelogFrom", |
| 16257 | + "when": "viewItem =~ /gitlens:(branch|tag)\\b/ && gitlens:gk:organization:ai:enabled", |
| 16258 | + "group": "1_gitlens_actions_3@100" |
| 16259 | + }, |
16223 | 16260 | { |
16224 | 16261 | "command": "gitlens.views.openBranchOnRemote", |
16225 | 16262 | "when": "viewItem =~ /gitlens:branch\\b(?=.*?\\b\\+(tracking|remote)\\b)/ && !listMultiSelection", |
|
16230 | 16267 | "when": "viewItem =~ /gitlens:branch\\b(?=.*?\\b\\+(tracking|remote)\\b)/ && listMultiSelection", |
16231 | 16268 | "group": "2_gitlens_quickopen@1" |
16232 | 16269 | }, |
16233 | | - { |
16234 | | - "command": "gitlens.showInCommitGraph", |
16235 | | - "when": "viewItem =~ /gitlens:(branch|commit|stash|tag)\\b(?!.*?\\b\\+closed\\b)/ && !listMultiSelection", |
16236 | | - "group": "3_gitlens_explore@1" |
16237 | | - }, |
16238 | | - { |
16239 | | - "submenu": "gitlens/commit/browse", |
16240 | | - "when": "viewItem =~ /gitlens:(branch|commit|file\\b(?=.*?\\b\\+committed\\b)|stash|tag)\\b/ && !listMultiSelection && !gitlens:hasVirtualFolders", |
16241 | | - "group": "3_gitlens_explore@10" |
16242 | | - }, |
16243 | 16270 | { |
16244 | 16271 | "command": "gitlens.views.openChangedFileDiffsWithMergeBase", |
16245 | 16272 | "when": "viewItem =~ /gitlens:branch\\b(?!.*?\\b\\+current\\b)/ && !listMultiSelection", |
|
16250 | 16277 | "when": "viewItem =~ /gitlens:(branch|tag)\\b/ && !listMultiSelection && !gitlens:hasVirtualFolders", |
16251 | 16278 | "group": "3_gitlens_explore@12" |
16252 | 16279 | }, |
| 16280 | + { |
| 16281 | + "submenu": "gitlens/commit/browse", |
| 16282 | + "when": "viewItem =~ /gitlens:(branch|commit|file\\b(?=.*?\\b\\+committed\\b)|stash|tag)\\b/ && !listMultiSelection && !gitlens:hasVirtualFolders", |
| 16283 | + "group": "3_gitlens_explore@100" |
| 16284 | + }, |
16253 | 16285 | { |
16254 | 16286 | "command": "gitlens.views.compareWithUpstream", |
16255 | 16287 | "when": "viewItem =~ /gitlens:branch\\b(?=.*?\\b\\+tracking\\b)/ && !listMultiSelection && !gitlens:hasVirtualFolders", |
|
16501 | 16533 | "when": "viewItem =~ /gitlens:(commit|stash)\\b/ && !listMultiSelection", |
16502 | 16534 | "group": "3_gitlens_explore@0" |
16503 | 16535 | }, |
| 16536 | + { |
| 16537 | + "command": "gitlens.showInCommitGraph", |
| 16538 | + "when": "viewItem =~ /gitlens:(commit|stash)\\b(?!.*?\\b\\+closed\\b)/ && !listMultiSelection", |
| 16539 | + "group": "3_gitlens_explore@1" |
| 16540 | + }, |
16504 | 16541 | { |
16505 | 16542 | "command": "gitlens.revealCommitInView", |
16506 | 16543 | "when": "viewItem =~ /gitlens:commit\\b/ && view =~ /gitlens\\.views\\.(?!commits|branches\\b)/ && !listMultiSelection", |
|
17687 | 17724 | { |
17688 | 17725 | "command": "gitlens.views.createBranch", |
17689 | 17726 | "when": "viewItem =~ /gitlens:tag\\b/ && !listMultiSelection && !gitlens:hasVirtualFolders && !gitlens:readonly && !gitlens:untrusted", |
17690 | | - "group": "1_gitlens_actions@3" |
| 17727 | + "group": "1_gitlens_actions_3@3" |
17691 | 17728 | }, |
17692 | 17729 | { |
17693 | 17730 | "command": "gitlens.views.createTag", |
|
19836 | 19873 | "when": "webviewItem =~ /gitlens:branch\\b(?=.*?\\b\\+(tracking|remote)\\b)/ && gitlens:action:createPullRequest && gitlens:repos:withRemotes", |
19837 | 19874 | "group": "1_gitlens_actions_3@4" |
19838 | 19875 | }, |
| 19876 | + { |
| 19877 | + "command": "gitlens.graph.ai.generateChangelogFrom", |
| 19878 | + "when": "webviewItem =~ /gitlens:(branch|tag)\\b/ && gitlens:gk:organization:ai:enabled", |
| 19879 | + "group": "1_gitlens_actions_3@100" |
| 19880 | + }, |
19839 | 19881 | { |
19840 | 19882 | "command": "gitlens.graph.openBranchOnRemote", |
19841 | 19883 | "when": "webviewItem =~ /gitlens:branch\\b(?=.*?\\b\\+(tracking|remote)\\b)/ && gitlens:repos:withRemotes", |
|
20139 | 20181 | { |
20140 | 20182 | "command": "gitlens.graph.createBranch", |
20141 | 20183 | "when": "webviewItem =~ /gitlens:tag\\b/ && !gitlens:hasVirtualFolders && !gitlens:readonly && !gitlens:untrusted", |
20142 | | - "group": "1_gitlens_actions@4" |
| 20184 | + "group": "1_gitlens_actions_3@4" |
20143 | 20185 | }, |
20144 | 20186 | { |
20145 | 20187 | "command": "gitlens.graph.hideTag", |
|
0 commit comments