|
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)...", |
|
11013 | 11018 | "command": "gitlens.ai.explainStash:views", |
11014 | 11019 | "when": "false" |
11015 | 11020 | }, |
| 11021 | + { |
| 11022 | + "command": "gitlens.ai.explainUnpushed:graph", |
| 11023 | + "when": "false" |
| 11024 | + }, |
11016 | 11025 | { |
11017 | 11026 | "command": "gitlens.ai.explainWip", |
11018 | 11027 | "when": "gitlens:enabled && !gitlens:readonly && !gitlens:untrusted && gitlens:gk:organization:ai:enabled" |
|
23278 | 23287 | "when": "webviewItem =~ /gitlens:branch\\b(?=.*?\\b\\+(tracking|remote)\\b)/ && gitlens:action:createPullRequest && gitlens:repos:withRemotes", |
23279 | 23288 | "group": "1_gitlens_actions_3@4" |
23280 | 23289 | }, |
| 23290 | + { |
| 23291 | + "command": "gitlens.ai.explainUnpushed:graph", |
| 23292 | + "when": "webviewItem =~ /gitlens:branch\\b(?=.*?\\b\\+ahead\\b)/ && !listMultiSelection && !gitlens:readonly && !gitlens:untrusted && gitlens:gk:organization:ai:enabled", |
| 23293 | + "group": "1_gitlens_actions_4@102" |
| 23294 | + }, |
23281 | 23295 | { |
23282 | 23296 | "command": "gitlens.ai.generateChangelogFrom:graph", |
23283 | 23297 | "when": "webviewItem =~ /gitlens:(branch|tag)\\b/ && !gitlens:untrusted && gitlens:gk:organization:ai:enabled", |
|
0 commit comments