Skip to content

theboringoffice v0.2.4 — conversation-first plans

Choose a tag to compare

@github-actions github-actions released this 24 Aug 08:50
· 117 commits to main since this release

The terminal office where LLM agents work as coworkers. v0.2.4 makes plan mode conversation-first.

Features

  • Conversation-first plan modectrl+p flips mode only (chat keeps focus, floor stays floor); the boss's finished reply opens the markdown plan pane in the floor slot passively — you keep typing
  • Your edits are safe — once you touch the plan pane, a fresh boss reply never clobbers it; anti-clobber latch with a dim boss replied — your edited plan kept note (test-pinned)
  • Approve from either focusctrl+x on the chat input or in the pane sends the plan to the build agent and flips back; untouched/empty plans refused politely
  • pane opens empty-but-manual-scratch: click it and the starter template (mermaid block) arms

Website

"Plan, then build" section copy + README synced to the new behavior.

Install / upgrade

curl -fsSL https://raw.githubusercontent.com/theboringhumane/theboringoffice/main/install.sh | bash

Full Changelog: v0.2.3...v0.2.4