Commit 1606ef1
* feat: add selectedReposCount to wa_chat_message_sent event
- Add selectedReposCount field to wa_chat_message_sent event type
- Include selectedReposCount in chat message events for both streaming and blocking endpoints
- This provides analytics on how many repositories users select when asking questions
Co-authored-by: Brendan Kellam <brendan@sourcebot.dev>
* chore: add changelog entry for selectedReposCount in wa_chat_message_sent
Co-authored-by: Brendan Kellam <brendan-kellam@users.noreply.github.com>
---------
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Brendan Kellam <brendan-kellam@users.noreply.github.com>
1 parent 38b5479 commit 1606ef1
File tree
4 files changed
+5
-2
lines changed- packages/web/src
- app/api/(server)/chat
- blocking
- lib
4 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| 167 | + | |
167 | 168 | | |
168 | 169 | | |
169 | 170 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
106 | 107 | | |
107 | 108 | | |
108 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| 160 | + | |
160 | 161 | | |
161 | 162 | | |
162 | 163 | | |
| |||
0 commit comments