Skip to content

Commit ff30176

Browse files
authored
Merge pull request #10331 from microsoft/ntrogh/remove-duplicate-experimental
Fix punctuation in customization instructions and update migration note
2 parents 9a64488 + 2e91545 commit ff30176

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/agent-customization/overview.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ You can manually create a customization file by using the **Chat: New \<customiz
8282

8383
Alternatively, you can use the Agent Customizations editor to create a customization file. Follow these steps:
8484

85-
1. Open the Agent Customizations editor and select a customization type
85+
1. Open the Agent Customizations editor and select a customization type.
8686

87-
1. Choose between creating a user or workspace customization from the **New** dropdown
87+
1. Choose between creating a user or workspace customization from the **New** dropdown.
8888

89-
1. Enter a name and choose a storage location when prompted
89+
1. Enter a name and choose a storage location when prompted.
9090

9191
1. An inline editor opens where you can further edit the customization file. The editor provides syntax highlighting and validation for the customization type.
9292

@@ -106,12 +106,12 @@ Some customization types support other scopes, such as organization-level instru
106106
> [!NOTE]
107107
> For sessions that run on [Agent Host](/docs/agents/concepts/agent-host.md), the agent reads user-level customizations from supported folders like `~/.copilot` (Copilot) and `~/.claude` (Claude), rather than from your {% data variables.product.prodname_vscode_shortname %} profile user data. See [instructions](/docs/agent-customization/custom-instructions.md#instructions-file-locations), [custom agents](/docs/agent-customization/custom-agents.md), and [prompt files](/docs/agent-customization/prompt-files.md#prompt-file-locations) for the recommended user-level locations.
108108
109-
## Migrate customizations (Experimental)
109+
## Migrate customizations
110110

111111
`feature(user-customization-migration)`
112112

113113
> [!NOTE]
114-
> Customization migration is experimental and available in {% data variables.product.prodname_vscode_shortname %} Insiders.
114+
> Customization migration is available only in {% data variables.product.prodname_vscode_shortname %} Insiders.
115115
116116
[Agent Host](/docs/agents/concepts/agent-host.md) sessions load customizations from supported folders and don't use some {% data variables.product.prodname_vscode_shortname %}-specific formats and locations. The Agent Customizations editor provides separate migrations for each type of incompatibility.
117117

@@ -199,7 +199,7 @@ Prompt files in locations configured with `setting(chat.promptFilesLocations)` a
199199
As your collection of customization files grows, it can be hard to tell whether they actually guide the AI the way you intend. Vague wording, contradictory rules, or overly complex instructions can degrade results. The [Chat Customizations Evaluations](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-chat-customizations-evaluations) extension helps you catch these problems before you rely on a customization, by analyzing your files and suggesting concrete improvements.
200200

201201
> [!NOTE]
202-
> The Chat Customizations Evaluations extension is currently in preview and is published separately from {% data variables.product.prodname_vscode_shortname %}. Install it from the [{% data variables.product.prodname_vs_marketplace %}](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-chat-customizations-evaluations).
202+
> The Chat Customizations Evaluations extension is published separately from {% data variables.product.prodname_vscode_shortname %}. Install it from the [{% data variables.product.prodname_vs_marketplace %}](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-chat-customizations-evaluations).
203203
204204
The extension works with skill files (`SKILL.md`), custom agent files (`*.agent.md`), instructions files (`*.instructions.md`), and prompt files (`*.prompt.md`).
205205

0 commit comments

Comments
 (0)