Skip to main content

v26.1.12: Folder Drops & Auth Tokens

Braid Team
Braid Team

You can now drag and drop entire folders as file mentions, and GitHub API requests use an auth token for higher rate limits. Also fixed a bug where clicking a search result row would get stuck at the top of the editor.

v26.1.10: Code Review & Search

Braid Team
Braid Team

You can now review PRs without leaving Braid. The new code review panel shows reviews grouped by file with syntax-highlighted diff hunks, comment threading, and resolved/unresolved filtering. A reviews summary also appears in the Checks tab so you can see review status at a glance.

Full-text search is here too. Hit the search tab in the right panel and ripgrep powers instant results across your entire worktree, with case-sensitive/regex toggles and file-type filtering.

v26.1.8: Rollback & Command Palette

Braid Team
Braid Team

You can now rewind conversations. Braid takes a git snapshot on each turn, so clicking the undo button on any user message rolls back both the chat and your worktree to that point in time. It's behind the experimental toggle in settings while we harden the edges.

Hit Cmd+K to open the new command palette - a spotlight-style launcher with fuzzy search across 20+ actions for navigation, views, and general commands.

v26.1.7: Shortcuts & Scaffolding

Braid Team
Braid Team

Chat input now has keyboard shortcuts for navigating message history and stopping sessions. Arrow up/down cycles through your previous messages, and snippet chips get restored when browsing history so nothing gets lost.

We also shipped a Next.js template scaffolder in the Quick Start tab - pick a template, name your project, and watch the progress stream in real time.

v26.1.6: Extended Context

Braid Team
Braid Team

You can now use the full 1M context window. Toggle it right from the model selector dropdown - a "1M" badge appears on the chip so you always know when it's active. Opus 4.6, Sonnet 4.6, and Mythos get native 1M support; older Sonnet models use the beta header automatically. Set your default in Settings > AI.

We also added trackpad swipe navigation. Two-finger swipe left or right over the center panel to cycle between tabs - sessions, files, changes, whatever you have open.

v26.1.5: Terminal Reattachment Fixes

Braid Team
Braid Team

Bug fix release - centralizes git initialization, fixes terminal reattachment, and improves UI layout.

Fixed

  • Centralize SimpleGit initialization with enriched environment (#47)
  • Reattach terminal after container recreation (#46)
  • Scrollable multiple choice from AI (#43)
  • Clone to ~/Braid/repos, compact warning UX, mission-control header (#42)
  • Hide compact warning when /compact is already queued or typed (#38)
  • Overlap back button (#37)

v26.1.4: Compact Mode & Project Avatars

Braid Team
Braid Team

Adds project avatars, chat compact mode, Jira settings, context menus, Liquid Glass icon, and several fixes.

Added

  • Contributors section, project avatars, compact mode, Jira settings (#36)
  • Context menu with open in app and reveal in Finder (#35)
  • Dedicated Jira settings page with acli status (#34)
  • Chat compact mode for denser CLI-like display (#33)
  • Project avatars from GitHub org (#31)
  • Delete worktree via Delete key when row is focused (#27)
  • macOS Liquid Glass icon support (#24)