Skip to content

theboringoffice v0.2.9 — ctrl+space, the key that wasn't tab

Choose a tag to compare

@github-actions github-actions released this 24 Aug 14:23
· 97 commits to main since this release

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+spacectrl+i and tab emit 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+o remains as a release alias.
  • Released terminal tab now behaves like every other tab: tab/shift+tab cycle, 1..7 jump, ctrl+q arms, 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 | bash

Full Changelog: v0.2.8...v0.2.9