|
6178 | 6178 | }, |
6179 | 6179 | { |
6180 | 6180 | "command": "gitlens.ai.aiRebaseBranch:graph", |
6181 | | - "title": "AI Recompose branch commits (Preview)...", |
| 6181 | + "title": "AI Recompose Branch Commits (Preview)", |
6182 | 6182 | "icon": "$(sparkle)" |
6183 | 6183 | }, |
6184 | 6184 | { |
6185 | 6185 | "command": "gitlens.ai.aiRebaseUnpushed:graph", |
6186 | | - "title": "AI Recompose unpushed commits (Preview)...", |
| 6186 | + "title": "AI Recompose Unpushed Commits (Preview)", |
6187 | 6187 | "icon": "$(sparkle)" |
6188 | 6188 | }, |
6189 | 6189 | { |
|
6231 | 6231 | "title": "Explain Changes (Preview)", |
6232 | 6232 | "icon": "$(sparkle)" |
6233 | 6233 | }, |
| 6234 | + { |
| 6235 | + "command": "gitlens.ai.explainUnpushed:graph", |
| 6236 | + "title": "Explain Unpushed Changes (Preview)", |
| 6237 | + "icon": "$(sparkle)" |
| 6238 | + }, |
6234 | 6239 | { |
6235 | 6240 | "command": "gitlens.ai.explainWip", |
6236 | 6241 | "title": "Explain Working Changes (Preview)...", |
|
11028 | 11033 | "command": "gitlens.ai.explainStash:views", |
11029 | 11034 | "when": "false" |
11030 | 11035 | }, |
| 11036 | + { |
| 11037 | + "command": "gitlens.ai.explainUnpushed:graph", |
| 11038 | + "when": "false" |
| 11039 | + }, |
11031 | 11040 | { |
11032 | 11041 | "command": "gitlens.ai.explainWip", |
11033 | 11042 | "when": "gitlens:enabled && !gitlens:readonly && !gitlens:untrusted && gitlens:gk:organization:ai:enabled" |
|
23319 | 23328 | "when": "webviewItem =~ /gitlens:branch\\b(?=.*?\\b\\+(tracking|remote)\\b)/ && gitlens:action:createPullRequest && gitlens:repos:withRemotes", |
23320 | 23329 | "group": "1_gitlens_actions_3@4" |
23321 | 23330 | }, |
| 23331 | + { |
| 23332 | + "command": "gitlens.ai.explainUnpushed:graph", |
| 23333 | + "when": "webviewItem =~ /gitlens:branch\\b(?=.*?\\b\\+ahead\\b)/ && !listMultiSelection && !gitlens:readonly && !gitlens:untrusted && gitlens:gk:organization:ai:enabled", |
| 23334 | + "group": "1_gitlens_actions_4@102" |
| 23335 | + }, |
23322 | 23336 | { |
23323 | 23337 | "command": "gitlens.ai.generateChangelogFrom:graph", |
23324 | 23338 | "when": "webviewItem =~ /gitlens:(branch|tag)\\b/ && !gitlens:untrusted && gitlens:gk:organization:ai:enabled", |
|
0 commit comments