|
4261 | 4261 | "preview" |
4262 | 4262 | ] |
4263 | 4263 | }, |
4264 | | - "gitlens.ai.experimental.generateCommits.enabled": { |
4265 | | - "type": "boolean", |
4266 | | - "default": false, |
4267 | | - "markdownDescription": "Specifies whether to enable GitLens' experimental AI Commit Generation features", |
4268 | | - "scope": "window", |
4269 | | - "order": 1, |
4270 | | - "tags": [ |
4271 | | - "experimental" |
4272 | | - ] |
4273 | | - }, |
4274 | | - "gitlens.ai.experimental.generateRebase.enabled": { |
4275 | | - "type": "boolean", |
4276 | | - "default": false, |
4277 | | - "markdownDescription": "Specifies whether to enable GitLens' experimental AI Rebase features", |
4278 | | - "scope": "window", |
4279 | | - "order": 1, |
4280 | | - "tags": [ |
4281 | | - "experimental" |
4282 | | - ] |
4283 | | - }, |
4284 | 4264 | "gitlens.ai.generateStashMessage.customInstructions": { |
4285 | 4265 | "type": "string", |
4286 | 4266 | "default": null, |
|
6247 | 6227 | }, |
6248 | 6228 | { |
6249 | 6229 | "command": "gitlens.ai.generateCommits", |
6250 | | - "title": "Generate Commits with AI (Experimental)...", |
| 6230 | + "title": "Generate Commits with AI (Preview)...", |
6251 | 6231 | "category": "GitLens", |
6252 | 6232 | "icon": "$(sparkle)" |
6253 | 6233 | }, |
6254 | 6234 | { |
6255 | 6235 | "command": "gitlens.ai.generateCommits:graph", |
6256 | | - "title": "Generate Commits with AI (Experimental)", |
| 6236 | + "title": "Generate Commits with AI (Preview)", |
6257 | 6237 | "icon": "$(sparkle)" |
6258 | 6238 | }, |
6259 | 6239 | { |
6260 | 6240 | "command": "gitlens.ai.generateCommits:views", |
6261 | | - "title": "Generate Commits with AI (Experimental)", |
| 6241 | + "title": "Generate Commits with AI (Preview)", |
6262 | 6242 | "icon": "$(sparkle)" |
6263 | 6243 | }, |
6264 | 6244 | { |
6265 | 6245 | "command": "gitlens.ai.generateRebase", |
6266 | | - "title": "Rebase with AI (Experimental)...", |
| 6246 | + "title": "Rebase with AI (Preview)...", |
6267 | 6247 | "category": "GitLens", |
6268 | 6248 | "icon": "$(sparkle)" |
6269 | 6249 | }, |
6270 | 6250 | { |
6271 | 6251 | "command": "gitlens.ai.rebaseOntoCommit:graph", |
6272 | | - "title": "AI Rebase Current Branch onto Commit...", |
| 6252 | + "title": "AI Rebase Current Branch onto Commit (Preview)...", |
6273 | 6253 | "icon": "$(sparkle)", |
6274 | 6254 | "enablement": "!operationInProgress" |
6275 | 6255 | }, |
6276 | 6256 | { |
6277 | 6257 | "command": "gitlens.ai.rebaseOntoCommit:views", |
6278 | | - "title": "AI Rebase Current Branch onto Commit...", |
| 6258 | + "title": "AI Rebase Current Branch onto Commit (Preview)...", |
6279 | 6259 | "icon": "$(sparkle)", |
6280 | 6260 | "enablement": "!operationInProgress" |
6281 | 6261 | }, |
|
10766 | 10746 | }, |
10767 | 10747 | { |
10768 | 10748 | "command": "gitlens.ai.generateCommits", |
10769 | | - "when": "gitlens:enabled && !gitlens:untrusted && gitlens:gk:organization:ai:enabled && config.gitlens.ai.experimental.generateCommits.enabled" |
| 10749 | + "when": "gitlens:enabled && !gitlens:untrusted && gitlens:gk:organization:ai:enabled" |
10770 | 10750 | }, |
10771 | 10751 | { |
10772 | 10752 | "command": "gitlens.ai.generateCommits:graph", |
|
10778 | 10758 | }, |
10779 | 10759 | { |
10780 | 10760 | "command": "gitlens.ai.generateRebase", |
10781 | | - "when": "gitlens:enabled && !gitlens:untrusted && gitlens:gk:organization:ai:enabled && config.gitlens.ai.experimental.generateRebase.enabled" |
| 10761 | + "when": "gitlens:enabled && !gitlens:untrusted && gitlens:gk:organization:ai:enabled" |
10782 | 10762 | }, |
10783 | 10763 | { |
10784 | 10764 | "command": "gitlens.ai.rebaseOntoCommit:graph", |
|
14403 | 14383 | }, |
14404 | 14384 | { |
14405 | 14385 | "command": "gitlens.ai.rebaseOntoCommit:views", |
14406 | | - "when": "viewItem =~ /gitlens:file\\b(?=.*?\\b\\+committed\\b)(?=.*?\\b\\+current\\b)/ && !gitlens:readonly && !gitlens:untrusted && !gitlens:hasVirtualFolders && gitlens:gk:organization:ai:enabled && config.gitlens.ai.experimental.generateRebase.enabled", |
| 14386 | + "when": "viewItem =~ /gitlens:file\\b(?=.*?\\b\\+committed\\b)(?=.*?\\b\\+current\\b)/ && !gitlens:readonly && !gitlens:untrusted && !gitlens:hasVirtualFolders && gitlens:gk:organization:ai:enabled", |
14407 | 14387 | "group": "1_gitlens_actions@6" |
14408 | 14388 | }, |
14409 | 14389 | { |
|
17097 | 17077 | }, |
17098 | 17078 | { |
17099 | 17079 | "command": "gitlens.ai.rebaseOntoCommit:views", |
17100 | | - "when": "viewItem =~ /gitlens:commit\\b(?!.*?\\b\\+rebase\\b)/ && !listMultiSelection && !gitlens:readonly && !gitlens:untrusted && !gitlens:hasVirtualFolders && gitlens:gk:organization:ai:enabled && config.gitlens.ai.experimental.generateRebase.enabled", |
| 17080 | + "when": "viewItem =~ /gitlens:commit\\b(?!.*?\\b\\+rebase\\b)/ && !listMultiSelection && !gitlens:readonly && !gitlens:untrusted && !gitlens:hasVirtualFolders && gitlens:gk:organization:ai:enabled", |
17101 | 17081 | "group": "1_gitlens_actions@6" |
17102 | 17082 | }, |
17103 | 17083 | { |
|
18380 | 18360 | }, |
18381 | 18361 | { |
18382 | 18362 | "command": "gitlens.ai.generateCommits:views", |
18383 | | - "when": "viewItem =~ /gitlens:(worktree\\b(?=.*?\\b\\+working\\b)|uncommitted)\\b/ && !listMultiSelection && !gitlens:readonly && !gitlens:untrusted && gitlens:gk:organization:ai:enabled && config.gitlens.ai.experimental.generateCommits.enabled", |
| 18363 | + "when": "viewItem =~ /gitlens:(worktree\\b(?=.*?\\b\\+working\\b)|uncommitted)\\b/ && !listMultiSelection && !gitlens:readonly && !gitlens:untrusted && gitlens:gk:organization:ai:enabled", |
18384 | 18364 | "group": "3_gitlens_ai@1" |
18385 | 18365 | }, |
18386 | 18366 | { |
|
22728 | 22708 | }, |
22729 | 22709 | { |
22730 | 22710 | "command": "gitlens.ai.rebaseOntoCommit:graph", |
22731 | | - "when": "webviewItem =~ /gitlens:commit\\b/ && !listMultiSelection && !gitlens:readonly && !gitlens:untrusted && !gitlens:hasVirtualFolders && gitlens:gk:organization:ai:enabled && config.gitlens.ai.experimental.generateRebase.enabled", |
| 22711 | + "when": "webviewItem =~ /gitlens:commit\\b/ && !listMultiSelection && !gitlens:readonly && !gitlens:untrusted && !gitlens:hasVirtualFolders && gitlens:gk:organization:ai:enabled", |
22732 | 22712 | "group": "1_gitlens_actions@6" |
22733 | 22713 | }, |
22734 | 22714 | { |
|
22988 | 22968 | }, |
22989 | 22969 | { |
22990 | 22970 | "command": "gitlens.ai.generateCommits:graph", |
22991 | | - "when": "webviewItem == gitlens:wip && !listMultiSelection && !gitlens:readonly && !gitlens:untrusted && gitlens:gk:organization:ai:enabled && config.gitlens.ai.experimental.generateCommits.enabled", |
| 22971 | + "when": "webviewItem == gitlens:wip && !listMultiSelection && !gitlens:readonly && !gitlens:untrusted && gitlens:gk:organization:ai:enabled", |
22992 | 22972 | "group": "1_gitlens@2" |
22993 | 22973 | }, |
22994 | 22974 | { |
|
0 commit comments