|
6076 | 6076 | }, |
6077 | 6077 | { |
6078 | 6078 | "command": "gitlens.ai.explainBranch", |
6079 | | - "title": "Explain Branch (Preview)...", |
| 6079 | + "title": "Explain Branch Changes (Preview)...", |
6080 | 6080 | "category": "GitLens" |
6081 | 6081 | }, |
6082 | 6082 | { |
6083 | 6083 | "command": "gitlens.ai.explainBranch:graph", |
6084 | | - "title": "Explain Branch (Preview)", |
| 6084 | + "title": "Explain Branch Changes (Preview)", |
6085 | 6085 | "icon": "$(sparkle)" |
6086 | 6086 | }, |
6087 | 6087 | { |
6088 | 6088 | "command": "gitlens.ai.explainBranch:views", |
6089 | | - "title": "Explain Branch (Preview)", |
| 6089 | + "title": "Explain Branch Changes (Preview)", |
6090 | 6090 | "icon": "$(sparkle)" |
6091 | 6091 | }, |
6092 | 6092 | { |
6093 | 6093 | "command": "gitlens.ai.explainCommit", |
6094 | | - "title": "Explain Commit...", |
| 6094 | + "title": "Explain Commit Changes (Preview)...", |
6095 | 6095 | "category": "GitLens" |
6096 | 6096 | }, |
6097 | 6097 | { |
6098 | 6098 | "command": "gitlens.ai.explainCommit:graph", |
6099 | | - "title": "Explain Commit", |
| 6099 | + "title": "Explain Changes (Preview)", |
6100 | 6100 | "icon": "$(sparkle)" |
6101 | 6101 | }, |
6102 | 6102 | { |
6103 | 6103 | "command": "gitlens.ai.explainCommit:views", |
6104 | | - "title": "Explain Commit", |
| 6104 | + "title": "Explain Changes (Preview)", |
6105 | 6105 | "icon": "$(sparkle)" |
6106 | 6106 | }, |
6107 | 6107 | { |
6108 | 6108 | "command": "gitlens.ai.explainStash", |
6109 | | - "title": "Explain Stash (Preview)...", |
| 6109 | + "title": "Explain Stash Changes (Preview)...", |
6110 | 6110 | "category": "GitLens" |
6111 | 6111 | }, |
6112 | 6112 | { |
6113 | 6113 | "command": "gitlens.ai.explainStash:graph", |
6114 | | - "title": "Explain Stash (Preview)", |
| 6114 | + "title": "Explain Changes (Preview)", |
6115 | 6115 | "icon": "$(sparkle)" |
6116 | 6116 | }, |
6117 | 6117 | { |
6118 | 6118 | "command": "gitlens.ai.explainStash:views", |
6119 | | - "title": "Explain Stash (Preview)", |
| 6119 | + "title": "Explain Changes (Preview)", |
6120 | 6120 | "icon": "$(sparkle)" |
6121 | 6121 | }, |
6122 | 6122 | { |
@@ -16747,16 +16747,16 @@ |
16747 | 16747 | "when": "viewItem =~ /gitlens:(compare:results(?!:)\\b(?!.*?\\b\\+filtered\\b)|commit|stash|results:files|status-branch:files|status:upstream:(ahead|behind))\\b/ && !listMultiSelection", |
16748 | 16748 | "group": "2_gitlens_quickopen@1" |
16749 | 16749 | }, |
16750 | | - { |
16751 | | - "command": "gitlens.ai.explainCommit:views", |
16752 | | - "when": "viewItem =~ /gitlens:commit\\b/ && !listMultiSelection && !gitlens:readonly && !gitlens:untrusted && gitlens:gk:organization:ai:enabled", |
16753 | | - "group": "3_gitlens_ai@1" |
16754 | | - }, |
16755 | 16750 | { |
16756 | 16751 | "command": "gitlens.showInDetailsView", |
16757 | 16752 | "when": "viewItem =~ /gitlens:(commit|stash)\\b/ && !listMultiSelection", |
16758 | 16753 | "group": "3_gitlens_explore@0" |
16759 | 16754 | }, |
| 16755 | + { |
| 16756 | + "command": "gitlens.ai.explainCommit:views", |
| 16757 | + "when": "viewItem =~ /gitlens:commit\\b/ && !listMultiSelection && !gitlens:readonly && !gitlens:untrusted && gitlens:gk:organization:ai:enabled", |
| 16758 | + "group": "3_gitlens_explore@1" |
| 16759 | + }, |
16760 | 16760 | { |
16761 | 16761 | "command": "gitlens.showInCommitGraph", |
16762 | 16762 | "when": "viewItem =~ /gitlens:(commit|stash)\\b(?!.*?\\b\\+closed\\b)/ && !listMultiSelection", |
|
17811 | 17811 | { |
17812 | 17812 | "command": "gitlens.ai.explainStash:views", |
17813 | 17813 | "when": "viewItem =~ /gitlens:stash\\b/ && !listMultiSelection && !gitlens:readonly && !gitlens:untrusted && gitlens:gk:organization:ai:enabled", |
17814 | | - "group": "3_gitlens_ai@1" |
| 17814 | + "group": "3_gitlens_explore@1" |
17815 | 17815 | }, |
17816 | 17816 | { |
17817 | 17817 | "command": "gitlens.stashSave", |
|
0 commit comments