Merge remote-tracking branch 'origin/worktree/session-format-03-v0-v1-migration' into worktree/session-format-04-live-assistant-stream

This commit is contained in:
Tianyi Cui
2026-09-03 02:02:47 +08:00
103 changed files with 537 additions and 556 deletions
@@ -145,8 +145,6 @@ export class ApiSessionList {
private summarizeCold(header: SessionHeader): SessionSummary {
const projections = this.projectionsFor(header, undefined)
const raced = this.ctx.sessions.get(header.id)
if (raced !== undefined) return this.summaryFor(raced)
const metadata = projections?.values.sessionListMetadata
return {
sessionId: header.id,