|
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" |
|
23367 | 23376 | "when": "webviewItem =~ /gitlens:branch\\b/ && !listMultiSelection && !gitlens:readonly && !gitlens:untrusted && gitlens:gk:organization:ai:enabled", |
23368 | 23377 | "group": "1_gitlens_ai@10" |
23369 | 23378 | }, |
| 23379 | + { |
| 23380 | + "command": "gitlens.ai.explainUnpushed:graph", |
| 23381 | + "when": "webviewItem =~ /gitlens:branch\\b(?=.*?\\b\\+ahead\\b)/ && !listMultiSelection && !gitlens:readonly && !gitlens:untrusted && gitlens:gk:organization:ai:enabled", |
| 23382 | + "group": "1_gitlens_ai@20" |
| 23383 | + }, |
23370 | 23384 | { |
23371 | 23385 | "command": "gitlens.graph.openBranchOnRemote", |
23372 | 23386 | "when": "webviewItem =~ /gitlens:branch\\b(?=.*?\\b\\+(tracking|remote)\\b)/ && gitlens:repos:withRemotes", |
|
0 commit comments