Launchpad v0.1.1
Patch release — fixes blank-screen bug with Bubble Tea / Charm-based CLI agents.
Install
- Download
Launchpad_0.1.1_aarch64.dmgbelow - Open the DMG, drag
Launchpad.appto/Applications - On first launch, macOS will complain (the app isn't code-signed). Right-click → Open, or run:
xattr -dr com.apple.quarantine /Applications/Launchpad.app
Fixes
- Charm-based TUIs now render in Launchpad terminals. Agents built on Bubble Tea / termenv (Crush, OpenCode, Aider's TUI mode, and others) previously showed a blank screen — the process was running, but the initial paint never appeared. Root cause: Launchpad advertised itself as
TERM_PROGRAM=Launchpad, an unknown value that made termenv fall through to modern terminal probes (OSC 10/11, Device Attributes) that xterm.js doesn't fully answer, deadlocking the first render. Launchpad now masquerades asApple_Terminalfor the safest, most conservative profile. Claude Code and other Ink-based agents were unaffected.
Full changelog
f4d5f4bfix(terminal): masquerade TERM_PROGRAM as Apple_Terminal so Charm TUIs render1897b4echore: bump version to 0.1.1