• batch3 final: backfill default chat pane for pre-batch3 sessions

    indifferentketchup released this 2026-05-15 16:02:51 +00:00

    Sessions created before Batch 3 have no rows in session_panes, so the
    Workspace renders "No panes" on first open. Idempotent INSERT inserts
    a default chat pane at position 0 for any session without one. NOT
    EXISTS guard makes the statement a no-op after the first run.

    Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com

    Downloads