Commit 32cf74a
Add dedicated bridge.test event type
Test Commands:
- Changed bridge test from using conversation.started to bridge.test event
- Created BridgeTestData struct with message and system_info fields
- Simplified test command by removing unused variables
Event Types:
- Added EventBridgeTest constant to event type enum
- Provides proper semantic separation of test events
Test Coverage:
- Added TestBridgeTestEvent to verify JSON serialization
- All tests passing
Note: Backend API needs to be updated to accept bridge.test event type
in its schema. Current production backend will reject this event type
until the schema is updated to include it.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 799871a commit 32cf74a
3 files changed
+60
-27
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
303 | 302 | | |
304 | 303 | | |
305 | 304 | | |
306 | | - | |
307 | | - | |
308 | | - | |
309 | | - | |
310 | | - | |
311 | | - | |
312 | | - | |
313 | | - | |
314 | | - | |
315 | | - | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | | - | |
321 | 305 | | |
322 | 306 | | |
323 | 307 | | |
324 | 308 | | |
325 | 309 | | |
326 | | - | |
| 310 | + | |
327 | 311 | | |
328 | | - | |
329 | | - | |
330 | | - | |
331 | | - | |
332 | | - | |
333 | | - | |
334 | | - | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
335 | 315 | | |
336 | 316 | | |
337 | 317 | | |
| |||
341 | 321 | | |
342 | 322 | | |
343 | 323 | | |
344 | | - | |
345 | | - | |
346 | 324 | | |
347 | | - | |
348 | 325 | | |
349 | 326 | | |
350 | 327 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
97 | 99 | | |
98 | 100 | | |
99 | 101 | | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
238 | 286 | | |
239 | 287 | | |
240 | 288 | | |
| |||
0 commit comments