theboringoffice v0.2.9 — ctrl+space, the key that wasn't tab
The terminal office where LLM agents work as coworkers. v0.2.9 fixes a keybinding that physically collided.
Fixes
- Capture toggle re-keyed to
ctrl+space—ctrl+iandtabemit the identical byte (0x09) in every terminal, so pressing tab to leave the terminal tab was read as "dive into capture" and jailed you again.ctrl+space(0x00) is one toggle key that flips shell capture both ways: press to dive in, press again to step back out.ctrl+oremains as a release alias. - Released terminal tab now behaves like every other tab: tab/shift+tab cycle,
1..7jump,ctrl+qarms, letters never leak into the PTY or the chat.
The deep cut (v0.2.2..v0.2.8): mouse selection with verified copy, transcript breathing room, plan/build modes, notifications, the stuck-busy watchdog, the Git tab — all inside.
Install / upgrade
curl -fsSL https://raw.githubusercontent.com/theboringhumane/theboringoffice/main/install.sh | bashFull Changelog: v0.2.8...v0.2.9