|
6191 | 6191 | }, |
6192 | 6192 | { |
6193 | 6193 | "command": "gitlens.ai.aiRebaseBranch:graph", |
6194 | | - "title": "AI Recompose branch commits (Preview)...", |
| 6194 | + "title": "AI Recompose Branch Commits (Preview)", |
6195 | 6195 | "icon": "$(sparkle)" |
6196 | 6196 | }, |
6197 | 6197 | { |
6198 | 6198 | "command": "gitlens.ai.aiRebaseUnpushed:graph", |
6199 | | - "title": "AI Recompose unpushed commits (Preview)...", |
| 6199 | + "title": "AI Recompose Unpushed Commits (Preview)", |
6200 | 6200 | "icon": "$(sparkle)" |
6201 | 6201 | }, |
6202 | 6202 | { |
|
6244 | 6244 | "title": "Explain Changes (Preview)", |
6245 | 6245 | "icon": "$(sparkle)" |
6246 | 6246 | }, |
| 6247 | + { |
| 6248 | + "command": "gitlens.ai.explainUnpushed:graph", |
| 6249 | + "title": "Explain Unpushed Changes (Preview)", |
| 6250 | + "icon": "$(sparkle)" |
| 6251 | + }, |
6247 | 6252 | { |
6248 | 6253 | "command": "gitlens.ai.explainWip", |
6249 | 6254 | "title": "Explain Working Changes (Preview)...", |
|
11058 | 11063 | "command": "gitlens.ai.explainStash:views", |
11059 | 11064 | "when": "false" |
11060 | 11065 | }, |
| 11066 | + { |
| 11067 | + "command": "gitlens.ai.explainUnpushed:graph", |
| 11068 | + "when": "false" |
| 11069 | + }, |
11061 | 11070 | { |
11062 | 11071 | "command": "gitlens.ai.explainWip", |
11063 | 11072 | "when": "gitlens:enabled && !gitlens:readonly && !gitlens:untrusted && gitlens:gk:organization:ai:enabled" |
|
23357 | 23366 | "when": "webviewItem =~ /gitlens:branch\\b(?=.*?\\b\\+(tracking|remote)\\b)/ && gitlens:action:createPullRequest && gitlens:repos:withRemotes", |
23358 | 23367 | "group": "1_gitlens_actions_3@4" |
23359 | 23368 | }, |
| 23369 | + { |
| 23370 | + "command": "gitlens.ai.explainUnpushed:graph", |
| 23371 | + "when": "webviewItem =~ /gitlens:branch\\b(?=.*?\\b\\+ahead\\b)/ && !listMultiSelection && !gitlens:readonly && !gitlens:untrusted && gitlens:gk:organization:ai:enabled", |
| 23372 | + "group": "1_gitlens_actions_4@102" |
| 23373 | + }, |
23360 | 23374 | { |
23361 | 23375 | "command": "gitlens.ai.generateChangelogFrom:graph", |
23362 | 23376 | "when": "webviewItem =~ /gitlens:(branch|tag)\\b/ && !gitlens:untrusted && gitlens:gk:organization:ai:enabled", |
|
0 commit comments