[PR #12546] feat(tui): add Chrome-style tab system with status indicators #14263

Open
opened 2026-02-16 18:19:04 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/12546

State: open
Merged: No


Fixes #12548

Summary

  • Chrome-style tab system allowing multiple simultaneous sessions
  • Per-tab status indicators for background tabs (processing, requires attention, error, done)
  • Priority-based tab bar layout: + button and dividers always visible, titles truncate dynamically
  • /tabs dialog for navigating and managing all open tabs
  • Persistent "always show tab bar" toggle (default: on)
  • Keybinds: <leader>t new, <leader>w close, <leader>[/] prev/next, alt+1-9 jump

Verification

  • Typechecks clean (bun run typecheck)
  • Built and tested locally with bun run build --single
  • Tested tab creation/closing/switching, status indicators, /tabs dialog, and narrow terminal truncation behavior
**Original Pull Request:** https://github.com/anomalyco/opencode/pull/12546 **State:** open **Merged:** No --- Fixes #12548 ## Summary - Chrome-style tab system allowing multiple simultaneous sessions - Per-tab status indicators for background tabs (processing, requires attention, error, done) - Priority-based tab bar layout: `+` button and dividers always visible, titles truncate dynamically - `/tabs` dialog for navigating and managing all open tabs - Persistent "always show tab bar" toggle (default: on) - Keybinds: `<leader>t` new, `<leader>w` close, `<leader>[/]` prev/next, `alt+1-9` jump ## Verification - Typechecks clean (`bun run typecheck`) - Built and tested locally with `bun run build --single` - Tested tab creation/closing/switching, status indicators, `/tabs` dialog, and narrow terminal truncation behavior
yindo added the pull-request label 2026-02-16 18:19:04 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#14263