@koda-sl/baker-bridge 0.75.1 → 0.75.2

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.
@@ -13,7 +13,7 @@ export declare function flushStream(threadId: string, turnId?: string): Promise<
13
13
  export declare function clearStreamBuffer(threadId: string, turnId?: string): void;
14
14
  /**
15
15
  * Persist an assistant event. Drains any in-flight stream preview first so
16
- * Convex sees [..stream..][event] in order; the mutation clears streamingState
16
+ * Convex sees [..stream..][event] in order; the mutation clears the preview
17
17
  * inline so the UI snaps from preview to persisted text without a flicker.
18
18
  *
19
19
  * Non-assistant events (system, result) are not persisted.
@@ -222,7 +222,7 @@ export function clearStreamBuffer(threadId, turnId) {
222
222
  // ---------------------------------------------------------------------------
223
223
  /**
224
224
  * Persist an assistant event. Drains any in-flight stream preview first so
225
- * Convex sees [..stream..][event] in order; the mutation clears streamingState
225
+ * Convex sees [..stream..][event] in order; the mutation clears the preview
226
226
  * inline so the UI snaps from preview to persisted text without a flicker.
227
227
  *
228
228
  * Non-assistant events (system, result) are not persisted.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@koda-sl/baker-bridge",
3
- "version": "0.75.1",
3
+ "version": "0.75.2",
4
4
  "description": "HTTP server wrapping the Claude Agent SDK. Persists chat events to Convex; the dashboard subscribes via Convex realtime",
5
5
  "license": "MIT",
6
6
  "type": "module",