|
6176 | 6176 | "category": "GitLens", |
6177 | 6177 | "icon": "$(person-add)" |
6178 | 6178 | }, |
| 6179 | + { |
| 6180 | + "command": "gitlens.ai.aiRebaseBranch:graph", |
| 6181 | + "title": "AI Recompose branch commits (Preview)...", |
| 6182 | + "icon": "$(sparkle)" |
| 6183 | + }, |
| 6184 | + { |
| 6185 | + "command": "gitlens.ai.aiRebaseUnpushed:graph", |
| 6186 | + "title": "AI Recompose unpushed commits (Preview)...", |
| 6187 | + "icon": "$(sparkle)" |
| 6188 | + }, |
6179 | 6189 | { |
6180 | 6190 | "command": "gitlens.ai.explainBranch", |
6181 | 6191 | "title": "Explain Branch Changes (Preview)...", |
|
10959 | 10969 | "command": "gitlens.addAuthors", |
10960 | 10970 | "when": "gitlens:enabled && !gitlens:readonly && !gitlens:untrusted && !gitlens:hasVirtualFolders" |
10961 | 10971 | }, |
| 10972 | + { |
| 10973 | + "command": "gitlens.ai.aiRebaseBranch:graph", |
| 10974 | + "when": "false" |
| 10975 | + }, |
| 10976 | + { |
| 10977 | + "command": "gitlens.ai.aiRebaseUnpushed:graph", |
| 10978 | + "when": "false" |
| 10979 | + }, |
10962 | 10980 | { |
10963 | 10981 | "command": "gitlens.ai.explainBranch", |
10964 | 10982 | "when": "gitlens:enabled && !gitlens:readonly && !gitlens:untrusted && gitlens:gk:organization:ai:enabled" |
|
23185 | 23203 | "when": "webviewItem =~ /gitlens:branch\\b(?=.*?\\b\\+(remote|tracking)\\b)(?!.*?\\b\\+closed\\b)/ && !gitlens:readonly && !gitlens:untrusted && !gitlens:hasVirtualFolders && gitlens:repos:withRemotes", |
23186 | 23204 | "group": "1_gitlens_actions@3" |
23187 | 23205 | }, |
| 23206 | + { |
| 23207 | + "command": "gitlens.ai.aiRebaseBranch:graph", |
| 23208 | + "when": "webviewItem =~ /gitlens:branch\\b/ && !listMultiSelection", |
| 23209 | + "group": "1_gitlens_actions@6" |
| 23210 | + }, |
| 23211 | + { |
| 23212 | + "command": "gitlens.ai.aiRebaseUnpushed:graph", |
| 23213 | + "when": "webviewItem =~ /gitlens:branch\\b(?=.*?\\b\\+ahead\\b)/ && !listMultiSelection && !gitlens:readonly && !gitlens:untrusted && gitlens:gk:organization:ai:enabled", |
| 23214 | + "group": "1_gitlens_actions@7" |
| 23215 | + }, |
23188 | 23216 | { |
23189 | 23217 | "command": "gitlens.graph.mergeBranchInto", |
23190 | 23218 | "when": "webviewItem =~ /gitlens:branch\\b(?!.*?\\b\\+current\\b)/ && !gitlens:readonly && !gitlens:untrusted && !gitlens:hasVirtualFolders", |
|
0 commit comments