Skip to content

0.9.0

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Feb 16:19
1f69d01

Release Notes

Added

  • scheduled issues: --scheduled-for flag on brd add to schedule issues for future dates, brd ls --scheduled to view them, brd set <id> scheduled-for <date> to modify
  • terminal UI overhaul: scrollable detail pane, scrollbar in issues view, dependency visualization and filtering, git graph in dashboard, velocity sparkline, cycle/lead time metrics, details pane toggle, focus-based detail pane interaction, 1-9 for dependency selection
  • agents view in TUI: worktree listing with file change summaries, unified diff view, configurable diff renderer with runtime toggle, agent session management, vim-style panel navigation, half-page scroll
  • brd path <id> command to print issue file path
  • brd create alias for brd add command
  • brd reopen command to reopen done/skip issues
  • brd agent clean command to remove stale worktrees
  • brd agent attach command for interactive session resumption
  • brd agent logs --follow for tailing agent logs
  • brd agent send --verbose flag
  • agent logs show tool context and improved formatting
  • graceful fallback when gh CLI is not installed
  • auto-inject braid instructions into AGENTS.md on brd init
  • detect non-interactive terminals and refuse interactive commands
  • dim done/skip dependencies in brd show output

Changed

  • dep output and display labels now use blocking language: "Blocked by:" / "Blocks:" instead of "Deps:" / "Dependents:"
  • brd set rejects status changes, points to brd start/brd done/brd skip/brd reopen
  • agent session IDs are now random instead of sequential
  • diff renderers simplified to native and git-pager only

Fixed

  • TUI: color issue tags in issues list
  • TUI: git graph branch detection and fork connector alignment
  • TUI: dashboard stacked bars use full width
  • TUI: scrollbar state configuration
  • TUI: preserve dep selector index on reload
  • TUI: removed conflicting s/d keybindings
  • TUI: subtle grey for blocked issues, aligned help text styling
  • agent: properly detect worktrees in init, refuse init from existing worktree
  • agent: redirect send output to log file, show tool result summaries in logs

Refactored

  • extract shared detail rendering function in TUI
  • simplify issue list status display in TUI

Download braid 0.9.0

File Platform Checksum
braid-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
braid-x86_64-apple-darwin.tar.xz Intel macOS checksum
braid-x86_64-pc-windows-msvc.zip x64 Windows checksum
braid-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
braid-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum