|
1399 | 1399 | "default": true, |
1400 | 1400 | "markdownDescription": "Specifies whether to enable the preview of _Cloud Patches_, which allow you to easily and securely share code with your teammates or other developers", |
1401 | 1401 | "scope": "window", |
1402 | | - "order": 10 |
| 1402 | + "order": 10, |
| 1403 | + "tags": [ |
| 1404 | + "preview" |
| 1405 | + ] |
| 1406 | + }, |
| 1407 | + "gitlens.cloudPatches.experimental.layout": { |
| 1408 | + "type": "string", |
| 1409 | + "default": "view", |
| 1410 | + "enum": [ |
| 1411 | + "editor", |
| 1412 | + "view" |
| 1413 | + ], |
| 1414 | + "enumDescriptions": [ |
| 1415 | + "Prefer showing Cloud Patches in the editor area", |
| 1416 | + "Prefer showing Cloud Patches in a view" |
| 1417 | + ], |
| 1418 | + "markdownDescription": "(Experimental) Specifies the preferred layout of for _Cloud Patches_", |
| 1419 | + "scope": "window", |
| 1420 | + "order": 20, |
| 1421 | + "tags": [ |
| 1422 | + "experimental" |
| 1423 | + ] |
1403 | 1424 | } |
1404 | 1425 | } |
1405 | 1426 | }, |
|
3074 | 3095 | }, |
3075 | 3096 | { |
3076 | 3097 | "id": "patch-details-view", |
3077 | | - "title": "Patch Details View", |
| 3098 | + "title": "Patch Details View (ᴘʀᴇᴠɪᴇᴡ)", |
3078 | 3099 | "order": 250, |
3079 | 3100 | "properties": { |
3080 | 3101 | "gitlens.views.patchDetails.files.layout": { |
|
3773 | 3794 | "id": "ai", |
3774 | 3795 | "title": "AI (ᴘʀᴇᴠɪᴇᴡ)", |
3775 | 3796 | "order": 1000, |
| 3797 | + "tags": [ |
| 3798 | + "preview" |
| 3799 | + ], |
3776 | 3800 | "properties": { |
3777 | 3801 | "gitlens.ai.model": { |
3778 | 3802 | "type": [ |
|
3781 | 3805 | ], |
3782 | 3806 | "default": null, |
3783 | 3807 | "pattern": "^((anthropic|github|google|huggingface|openai|xai):([\\w.-]+)|vscode)$", |
3784 | | - "markdownDescription": "Specifies the AI model to use for GitLens' experimental AI features. Should be formatted as `provider:model` (e.g. `openai:gpt-4o` or `anthropic:claude-3-5-sonnet-latest`), or `vscode` for models provided by the VS Code extension API (e.g. Copilot)", |
| 3808 | + "markdownDescription": "Specifies the AI model to use for GitLens' AI features. Should be formatted as `provider:model` (e.g. `openai:gpt-4o` or `anthropic:claude-3-5-sonnet-latest`), or `vscode` for models provided by the VS Code extension API (e.g. Copilot)", |
3785 | 3809 | "scope": "window", |
3786 | 3810 | "order": 10, |
3787 | 3811 | "tags": [ |
|
3795 | 3819 | ], |
3796 | 3820 | "default": null, |
3797 | 3821 | "pattern": "^(.*):(.*)$", |
3798 | | - "markdownDescription": "Specifies the VS Code provided model to use for GitLens' experimental AI features, formatted as `vendor:family`", |
| 3822 | + "markdownDescription": "Specifies the VS Code provided model to use for GitLens' AI features, formatted as `vendor:family`", |
3799 | 3823 | "scope": "window", |
3800 | 3824 | "order": 20, |
3801 | 3825 | "tags": [ |
|
4636 | 4660 | } |
4637 | 4661 | } |
4638 | 4662 | }, |
4639 | | - { |
4640 | | - "id": "experimental", |
4641 | | - "title": "Experimental", |
4642 | | - "order": 9500, |
4643 | | - "properties": { |
4644 | | - "gitlens.cloudPatches.experimental.layout": { |
4645 | | - "type": "string", |
4646 | | - "default": "view", |
4647 | | - "enum": [ |
4648 | | - "editor", |
4649 | | - "view" |
4650 | | - ], |
4651 | | - "enumDescriptions": [ |
4652 | | - "Prefer showing Cloud Patches in the editor area", |
4653 | | - "Prefer showing Cloud Patches in a view" |
4654 | | - ], |
4655 | | - "markdownDescription": "(Experimental) Specifies the preferred layout of for _Cloud Patches_", |
4656 | | - "scope": "window", |
4657 | | - "order": 20 |
4658 | | - } |
4659 | | - } |
4660 | | - }, |
4661 | 4663 | { |
4662 | 4664 | "id": "advanced", |
4663 | 4665 | "title": "Advanced", |
|
0 commit comments