Skip to content

Launchpad v0.1.1

Choose a tag to compare

@WalrusQuant WalrusQuant released this 17 Apr 22:27
· 107 commits to main since this release

Patch release — fixes blank-screen bug with Bubble Tea / Charm-based CLI agents.

Install

  1. Download Launchpad_0.1.1_aarch64.dmg below
  2. Open the DMG, drag Launchpad.app to /Applications
  3. 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 as Apple_Terminal for the safest, most conservative profile. Claude Code and other Ink-based agents were unaffected.

Full changelog

  • f4d5f4b fix(terminal): masquerade TERM_PROGRAM as Apple_Terminal so Charm TUIs render
  • 1897b4e chore: bump version to 0.1.1