@kmmao/happy-wire 0.2.7 → 0.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +3 -1
- package/dist/index.d.cts +389 -4862
- package/dist/index.d.mts +389 -4862
- package/dist/index.mjs +3 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -121,7 +121,9 @@ const sessionTaskProgressEventSchema = z__namespace.object({
|
|
|
121
121
|
toolUses: z__namespace.number(),
|
|
122
122
|
durationMs: z__namespace.number()
|
|
123
123
|
}),
|
|
124
|
-
lastToolName: z__namespace.string().optional()
|
|
124
|
+
lastToolName: z__namespace.string().optional(),
|
|
125
|
+
/** AI-generated progress summary (~30s interval, from agentProgressSummaries) */
|
|
126
|
+
summary: z__namespace.string().optional()
|
|
125
127
|
});
|
|
126
128
|
const sessionTaskEndEventSchema = z__namespace.object({
|
|
127
129
|
t: z__namespace.literal("task-end"),
|