You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Session Kit v0.1.1\n\nThis public beta patch fixes Claude Code title and color hydration on Linux and macOS.\n\n## Fixed\n\n- Preserved pipeline input through the cross-platform timeout wrapper so the hidden Claude bootstrap receives its native color command.\n- Reconciled a Claude transcript auto-title into the provider native name record without replacing an explicit rename.\n- Passed the stored title through Claude native name option when an exited provider is reopened.\n- Kept the dashboard title state pending until the live Claude generation reports the same name.\n\n## Verification\n\n- The private source passed 395 tests. The exact sanitized public export passed 393 tests plus privacy, reachable-history, documentation, lint, type, coverage, and reproducible-build gates.\n- GitHub Actions run 30854835176 passed all 12 jobs across Ubuntu 22.04 and 24.04, Python 3.10 through 3.13, macOS 15 Apple Silicon, and macOS 15 Intel.\n- Both native macOS jobs explicitly ran the new timeout, Claude hydration, manual-choice protection, and exact name-on-reopen regressions.\n- Two independent artifact builds produced byte-identical archive, checksum, and provenance files. Archive SHA-256: fbbf8c172f660dae05c9c328e63e90667222de3f3c2623021af4270325cef6dc.\n\n## Provider behavior\n\nA process cannot externally repaint an already-running Claude TUI. Session Kit prepares the native title and color records, reports title pending while the current generation is stale, and applies the stored title on the next exact start or normal reopen. New Claude sessions bootstrap the stable color before their first visible frame.\n\nThe private source commit is 3a843fb4053cb13db589fb324194d5ed4d8e0d4d. The public release commit is 24c0698.