@claude-sessions/core 0.4.1 → 0.4.2-beta.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.
- package/dist/index.d.ts +40 -18
- package/dist/index.js +465 -431
- package/dist/index.js.map +1 -1
- package/dist/server.d.ts +1 -1
- package/dist/{types-DZsLFIFK.d.ts → types-mWa378iC.d.ts} +1 -1
- package/package.json +1 -1
package/dist/server.d.ts
CHANGED
|
@@ -265,7 +265,7 @@ interface SessionTreeData {
|
|
|
265
265
|
/** All summaries in reverse order (newest first) */
|
|
266
266
|
summaries: SummaryInfo[];
|
|
267
267
|
agents: AgentInfo[];
|
|
268
|
-
todos
|
|
268
|
+
todos: SessionTodos;
|
|
269
269
|
/** UUID of last compact_boundary message */
|
|
270
270
|
lastCompactBoundaryUuid?: string;
|
|
271
271
|
}
|