Skip to content

theboringoffice v0.2.10 — threads in focus

Choose a tag to compare

@github-actions github-actions released this 24 Aug 18:58
· 90 commits to main since this release

The terminal office where LLM agents work as coworkers. v0.2.10 gives your threads a room of their own.

Features

  • Thread focus viewctrl+f opens the current worker thread fullscreen: its complete transcript (tool calls, per-call diffs, thinking) in a nested panel. esc or ctrl+f bounces back with state byte-identical; boss questions and permission asks still outrank and dismount it immediately
  • Per-tool-call inline diffs — every Edit/Write/Create call inside a thread now shows its own diff: [tool] Edit x ✓ · +8 −3 on the row, ↳ diff · path beneath it, click to open the full line-numbered patch (created files render as new-file pseudo-diffs)
  • Boss bubbles finally aligned — glamour's leading blank frame row is stripped: the prefix now rides its first body line instead of an empty label row
  • Wedge watchdog, gentler — one notice per turn, not one per quiet stretch; the hint vanishes the moment traffic resumes

Also inside

  • MCP prompt attachment (<dir>/.opencode/mcp-servers.md): every project your backend serves learns which MCP servers the boss and her developers may use — discovered from the very config chain the serve reads

Install / upgrade

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

Full Changelog: v0.2.9...v0.2.10