|  | 
| 6147 | 6147 | 				"category": "GitLens", | 
| 6148 | 6148 | 				"icon": "$(person-add)" | 
| 6149 | 6149 | 			}, | 
|  | 6150 | +			{ | 
|  | 6151 | +				"command": "gitlens.ai.aiRebaseBranch:graph", | 
|  | 6152 | +				"title": "AI Recompose branch commits (Preview)...", | 
|  | 6153 | +				"icon": "$(sparkle)" | 
|  | 6154 | +			}, | 
|  | 6155 | +			{ | 
|  | 6156 | +				"command": "gitlens.ai.aiRebaseUnpushed:graph", | 
|  | 6157 | +				"title": "AI Recompose unpushed commits (Preview)...", | 
|  | 6158 | +				"icon": "$(sparkle)" | 
|  | 6159 | +			}, | 
| 6150 | 6160 | 			{ | 
| 6151 | 6161 | 				"command": "gitlens.ai.explainBranch", | 
| 6152 | 6162 | 				"title": "Explain Branch Changes (Preview)...", | 
|  | 
| 10796 | 10806 | 					"command": "gitlens.addAuthors", | 
| 10797 | 10807 | 					"when": "gitlens:enabled && !gitlens:readonly && !gitlens:untrusted && !gitlens:hasVirtualFolders" | 
| 10798 | 10808 | 				}, | 
|  | 10809 | +				{ | 
|  | 10810 | +					"command": "gitlens.ai.aiRebaseBranch:graph", | 
|  | 10811 | +					"when": "false" | 
|  | 10812 | +				}, | 
|  | 10813 | +				{ | 
|  | 10814 | +					"command": "gitlens.ai.aiRebaseUnpushed:graph", | 
|  | 10815 | +					"when": "false" | 
|  | 10816 | +				}, | 
| 10799 | 10817 | 				{ | 
| 10800 | 10818 | 					"command": "gitlens.ai.explainBranch", | 
| 10801 | 10819 | 					"when": "gitlens:enabled && !gitlens:readonly && !gitlens:untrusted && gitlens:gk:organization:ai:enabled" | 
|  | 
| 22832 | 22850 | 					"when": "webviewItem =~ /gitlens:branch\\b(?=.*?\\b\\+(remote|tracking)\\b)(?!.*?\\b\\+closed\\b)/ && !gitlens:readonly && !gitlens:untrusted && !gitlens:hasVirtualFolders && gitlens:repos:withRemotes", | 
| 22833 | 22851 | 					"group": "1_gitlens_actions@3" | 
| 22834 | 22852 | 				}, | 
|  | 22853 | +				{ | 
|  | 22854 | +					"command": "gitlens.ai.aiRebaseBranch:graph", | 
|  | 22855 | +					"when": "webviewItem =~ /gitlens:branch\\b/ && !listMultiSelection", | 
|  | 22856 | +					"group": "1_gitlens_actions@6" | 
|  | 22857 | +				}, | 
|  | 22858 | +				{ | 
|  | 22859 | +					"command": "gitlens.ai.aiRebaseUnpushed:graph", | 
|  | 22860 | +					"when": "webviewItem =~ /gitlens:branch\\b(?=.*?\\b\\+ahead\\b)/ && !listMultiSelection && !gitlens:readonly && !gitlens:untrusted && gitlens:gk:organization:ai:enabled", | 
|  | 22861 | +					"group": "1_gitlens_actions@7" | 
|  | 22862 | +				}, | 
| 22835 | 22863 | 				{ | 
| 22836 | 22864 | 					"command": "gitlens.graph.mergeBranchInto", | 
| 22837 | 22865 | 					"when": "webviewItem =~ /gitlens:branch\\b(?!.*?\\b\\+current\\b)/ && !gitlens:readonly && !gitlens:untrusted && !gitlens:hasVirtualFolders", | 
|  | 
0 commit comments