Commit 8717fe9
committed
fix: add missing status and data fields to ToolStartedOrCompletedActivityPayload
The schema for tool.started and tool.completed activities was missing the
optional 'status' and 'data' fields that ToolUpdatedActivityPayload has.
When activities are decoded through Schema.decodeUnknownSync, these fields
were silently stripped, causing work log entries to lose command and
changed-file information from completion events.1 parent 0458f4e commit 8717fe9
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
362 | 362 | | |
363 | 363 | | |
364 | 364 | | |
| 365 | + | |
365 | 366 | | |
| 367 | + | |
366 | 368 | | |
367 | 369 | | |
368 | 370 | | |
| |||
0 commit comments