Skip to content

Commit a977956

Browse files
Copilotkathleenqin
andauthored
Add "plan" as a chat mode in Copilot usage metrics docs (#59844)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: kathleenqin <36471738+kathleenqin@users.noreply.github.com>
1 parent 40d2d01 commit a977956

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

content/copilot/reference/copilot-usage-metrics/copilot-usage-metrics.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ These metrics appear directly in the {% data variables.product.prodname_copilot_
3838
| Language usage per day | Daily breakdown of languages used. |
3939
| Model usage | Distribution of AI models used for chat. |
4040
| Model usage per day | Daily breakdown of chat model usage. |
41-
| Model usage per chat mode | Model usage by {% data variables.product.prodname_copilot_short %} feature (ask, edit, agent). |
41+
| Model usage per chat mode | Model usage by {% data variables.product.prodname_copilot_short %} feature (ask, edit, plan, agent). |
4242
| Model usage per language | Distribution of languages broken down by model. |
4343
| Most used chat model | The most frequently used chat model in the last 28 days. |
44-
| Requests per chat mode | Number of chat requests by mode (ask, edit, agent). |
44+
| Requests per chat mode | Number of chat requests by mode (ask, edit, plan, agent). |
4545

4646
## Code generation dashboard metrics
4747

@@ -72,7 +72,7 @@ These fields appear in the exported NDJSON reports and in the {% data variables.
7272
| `enterprise_id` | Unique ID of the enterprise. |
7373
| `organization_id` (API only) | Unique ID of the organization. |
7474
| `user_id` / `user_login` | Unique identifier and {% data variables.product.github %} username for the user. |
75-
| `user_initiated_interaction_count` | Number of explicit prompts sent to {% data variables.product.prodname_copilot_short %}.<br><br> Only counts messages or prompts actively sent to the model. Does **not** include opening the chat panel, switching modes (for example, ask, edit, or agent), using keyboard shortcuts to open the inline UI, or making configuration changes. |
75+
| `user_initiated_interaction_count` | Number of explicit prompts sent to {% data variables.product.prodname_copilot_short %}.<br><br> Only counts messages or prompts actively sent to the model. Does **not** include opening the chat panel, switching modes (for example, ask, edit, plan, or agent), using keyboard shortcuts to open the inline UI, or making configuration changes. |
7676
| `chat_panel_agent_mode` | Captures user-initiated interactions in the chat panel with agent mode selected. |
7777
| `chat_panel_ask_mode` | Captures user-initiated interactions in the chat panel with ask mode selected. |
7878
| `chat_panel_custom_mode` | Captures user-initiated interactions in the chat panel with a custom agent selected. |

content/copilot/reference/copilot-usage-metrics/interpret-copilot-metrics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The "Requests per chat mode" and "Agent adoption" charts show how developers are
3434

3535
| Signal | What it tells you | What to look for |
3636
|:--|:--|:--|
37-
| Requests per chat mode | Breakdown of chat interactions by mode—Ask, Edit, or Agent. | A balanced distribution suggests users are exploring multiple capabilities. Heavy use of one mode can highlight where enablement should focus. |
37+
| Requests per chat mode | Breakdown of chat interactions by mode—Ask, Edit, Plan, or Agent. | A balanced distribution suggests users are exploring multiple capabilities. Heavy use of one mode can highlight where enablement should focus. |
3838
| Agent adoption | Percentage of active users who used {% data variables.copilot.copilot_agent_short %}. | Growth over time shows that developers are progressing from basic completions to more advanced {% data variables.product.prodname_copilot_short %} features. |
3939

4040
## Reviewing model adoption
@@ -44,7 +44,7 @@ The "Model usage per day" and "Model usage per chat mode" charts help you unders
4444
| Chart | Description | Insights to derive |
4545
|:--|:--|:--|
4646
| Model usage per day | Shows which AI models power {% data variables.copilot.copilot_chat_short %} activity. | Identify whether users are primarily engaging with default models or experimenting with newer ones. |
47-
| Model usage per chat mode | Breaks down model usage by chat mode (Ask, Edit, Agent). | Monitor how model adoption evolves as new models are released. |
47+
| Model usage per chat mode | Breaks down model usage by chat mode (Ask, Edit, Plan, Agent). | Monitor how model adoption evolves as new models are released. |
4848

4949
> [!NOTE]
5050
> Model usage charts currently represent chat activity only. Completions data is not included in model breakdowns.

content/copilot/reference/copilot-usage-metrics/lines-of-code-metrics.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,17 @@ LoC metrics require specific minimum versions of IDEs and {% data variables.prod
4242
| IDE | Feature | Minimum IDE version | Minimum {% data variables.copilot.copilot_chat_short %} extension version |
4343
|:--|:--|:--|:--|
4444
| Eclipse | <ul><li>`code_completion`</li></ul> | 4.31 | 0.9.3.202507240902 |
45-
| | <ul><li>`chat_panel` (Ask, Edit, Agent)</li></ul> | 4.31 | 0.11.0.202508291001 |
45+
| | <ul><li>`chat_panel` (Ask, Edit, Plan, Agent)</li></ul> | 4.31 | 0.11.0.202508291001 |
4646
| | <ul><li>`agent_edit`</li></ul> | 4.31 | 0.10.0.202508110512 |
47-
| IntelliJ/JetBrains | <ul><li>`code_completion`</li><li>`chat_panel` (Ask, Edit, Agent)</li><li>`chat_inline`</li><li>`agent_edit`</li></ul> | 2024.2.6 | 1.5.52-241 |
48-
| {% data variables.product.prodname_vs %} | <ul><li>`code_completion`</li><li>`chat_panel` (Ask, Edit, Agent)</li></ul> | 17.14.13 | 18.0.471.29466 |
47+
| IntelliJ/JetBrains | <ul><li>`code_completion`</li><li>`chat_panel` (Ask, Edit, Plan, Agent)</li><li>`chat_inline`</li><li>`agent_edit`</li></ul> | 2024.2.6 | 1.5.52-241 |
48+
| {% data variables.product.prodname_vs %} | <ul><li>`code_completion`</li><li>`chat_panel` (Ask, Edit, Plan, Agent)</li></ul> | 17.14.13 | 18.0.471.29466 |
4949
| | <ul><li>`chat_inline`</li><li>`agent_edit`</li></ul> | 17.14.14 | 18.0.471.29466 |
5050
| {% data variables.product.prodname_vscode_shortname %} | <ul><li>`code_completion`</li></ul> | 1.104.0 | 0.31.0 |
51-
| | <ul><li>`chat_panel` (Ask, Edit, Agent)</li></ul> | 1.102.0 | 0.29.0 |
51+
| | <ul><li>`chat_panel` (Ask, Edit, Plan, Agent)</li></ul> | 1.102.0 | 0.29.0 |
5252
| | <ul><li>`chat_inline`</li></ul> | 1.103.2 | 0.30.3 |
5353
| | <ul><li>`agent_edit`</li></ul> | 1.103.0 | 0.30.0 |
5454
| XCode | <ul><li>`code_completion`</li></ul> | 14.3.1 | 0.40.0 |
55-
| | <ul><li>`chat_panel` (Ask, Edit, Agent)</li></ul> | 15.0 | 0.43.0 |
55+
| | <ul><li>`chat_panel` (Ask, Edit, Plan, Agent)</li></ul> | 15.0 | 0.43.0 |
5656
| | <ul><li>`agent_edit`</li></ul> | 15.2 | 0.41.0 |
5757

5858
## How agent mode affects LoC metrics

content/copilot/tutorials/roll-out-at-scale/assign-licenses/track-usage-and-adoption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Once licenses are active, focus on the metrics that indicate healthy early adopt
5454
| Signal | Where to find it in the dashboard | What to look for |
5555
|:--|:--|:--|
5656
| Consistent DAU growth | “IDE daily active users” graph | Steady increase in daily users over the first month. |
57-
| Feature variety | “Requests per chat mode” graph | Developers trying multiple chat modes (Ask, Edit, Agent) suggests curiosity and engagement. |
57+
| Feature variety | “Requests per chat mode” graph | Developers trying multiple chat modes (Ask, Edit, Plan, Agent) suggests curiosity and engagement. |
5858
| Initial agent usage | “Agent adoption” card | Even small agent adoption (5–10%) early on is a positive signal of experimentation. |
5959

6060
Healthy early adoption usually looks like 60–80% of assigned users showing activity within the first month.

0 commit comments

Comments
 (0)