$ the-wire · showcase
Chat startup status visible, orphan transcripts fixed
By RepoJournal · Filed · About OpenClaw
OpenClaw's UI now surfaces chat run startup status and fixes live orphan session transcript visibility.
OpenClaw shipped a UI feature that shows chat run startup status [1], and fixed live orphan session transcript visibility [2]. The orphan fix keeps the fallback internal and requires agent-wide orphan visibility, closing a gap where transcripts could disappear in certain session states.
ChannelSetupInput was refactored into a generic envelope with a deprecated compatibility tier [3], a breaking change that keeps structs assignable without an index signature. Sidebar row visibility logic was unified across the UI [4], simplifying state handling.
Crabbox now provisions checksum-pinned TruffleHog 3.95.9 across macOS, Windows, Azure Linux VMs, and WSL2 distros [5][6], closing the gap where those environments lacked the secret preflight tool. Apple Container honors explicit guest architecture, with Doctor verifying only when explicitly requested [7].
Windows chat now handles lifecycle slash commands natively and loads conversation history on demand [8][9], plus onboarding gateway layout is fixed with native radio button semantics [10]. Durable exec approvals now reject shell interpreters [11]. The hub title bar and notification banner were polished to match Windows 11 conventions [12].
Action items
- → Update Crabbox images and Azure provisioning to include TruffleHog 3.95.9 openclaw/crabbox [immediate]
- → Review ChannelSetupInput consumers for the envelope refactor breaking change openclaw/openclaw [immediate]
- → Monitor Windows chat lifecycle command and conversation loading changes openclaw/openclaw-windows-node [monitor]
References
- [1] feat(ui): show chat run startup status (#112339) ↗ openclaw/openclaw
- [2] Fix live orphan session transcript visibility (#92261) ↗ openclaw/openclaw
- [3] refactor(channels): shrink ChannelSetupInput to a generic envelope with a deprecated compatibility tier (#112319) ↗ openclaw/openclaw
- [4] refactor(ui): unify sidebar row visibility (#112511) ↗ openclaw/openclaw
- [5] feat(images): provision TruffleHog across platforms ↗ openclaw/crabbox
- [6] fix(wsl2): provision pinned TruffleHog (#1185) ↗ openclaw/crabbox
- [7] fix(apple-container): honor explicit guest architecture ↗ openclaw/crabbox
- [8] feat: handle lifecycle slash commands natively in Windows chat ↗ openclaw/openclaw-windows-node
- [9] improve(chat): load conversation history on demand ↗ openclaw/openclaw-windows-node
- [10] Fix onboarding gateway choice layout and state ↗ openclaw/openclaw-windows-node
- [11] fix: reject shell interpreters as approved exec targets ↗ openclaw/openclaw-windows-node
- [12] improve: polish hub title bar, notifications, and chat UI ↗ openclaw/openclaw-windows-node