@threadbase-sh/streamer 1.58.3 → 1.59.1

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.
@@ -0,0 +1,7 @@
1
+ -- A JSONL scanned with no `cwd` line yields an empty-string project_path,
2
+ -- not a null one. hasOrphanProjectId (project_id IS NULL AND project_path IS
3
+ -- NOT NULL) matches "", and the backfill in refreshConversationCache refuses
4
+ -- to overwrite a falsy-but-non-null projectPath — so a row like this can
5
+ -- never self-heal and permanently forces a full reconcile on every scan.
6
+ -- Idempotent: a rerun matches zero rows once these are NULL.
7
+ UPDATE conversation_meta SET project_path = NULL WHERE project_path = '';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@threadbase-sh/streamer",
3
- "version": "1.58.3",
3
+ "version": "1.59.1",
4
4
  "description": "PTY session management, WebSocket streaming, and REST API server for Claude Code conversations",
5
5
  "license": "MIT",
6
6
  "author": "Ronen Mars",