Skip to content

Commit 8895667

Browse files
committed
Adds AI model status & picker to Home
1 parent d74f444 commit 8895667

File tree

20 files changed

+356
-176
lines changed

20 files changed

+356
-176
lines changed

docs/telemetry-events.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110

111111
### ai/explain
112112

113-
> Sent when explaining changes from wip, commits, stashes, patches,etc.
113+
> Sent when explaining changes from wip, commits, stashes, patches, etc.
114114
115115
```typescript
116116
{
@@ -199,6 +199,26 @@ or
199199
}
200200
```
201201

202+
### ai/switchModel
203+
204+
> Sent when switching ai models
205+
206+
```typescript
207+
{
208+
'model.id': string,
209+
'model.provider.id': 'anthropic' | 'deepseek' | 'gemini' | 'github' | 'huggingface' | 'openai' | 'vscode' | 'xai',
210+
'model.provider.name': string
211+
}
212+
```
213+
214+
or
215+
216+
```typescript
217+
{
218+
'failed': true
219+
}
220+
```
221+
202222
### associateIssueWithBranch/action
203223

204224
> Sent when the user chooses to manage integrations

0 commit comments

Comments
 (0)