Skip to content

Open Sidebar TUI v1.7.0

Choose a tag to compare

@islee23520 islee23520 released this 18 Apr 14:11
· 114 commits to main since this release
00cab61

Open Sidebar TUI 1.7.0

This release improves the editor-tab terminal workflow, hardens drag-and-drop handling, and expands automated test coverage.

Highlights

  • Restore the terminal back to the sidebar after opening it in an editor tab
  • Close sidebars more reliably before creating the terminal editor panel
  • Lock the terminal editor group on open for a more stable layout
  • Improve terminal editor attachment handling and attached tmux session recovery

Drag & Drop Improvements

  • Capture file drops directly from the terminal window
  • Send dropped files as blobs when file paths are unavailable
  • Materialize blob-backed drops correctly in the message router

Webview and Keyboard Improvements

  • Refactor terminal HTML rendering into section-based renderers and reusable UI components
  • Add AI tool and tmux session management UI pieces
  • Normalize terminal shortcuts across keyboard layouts
  • Route VS Code workbench shortcuts correctly on both macOS and Windows/Linux
  • Remove stale pane bindings and unused tmux prompt workspace state

Quality

  • Add extension host E2E smoke tests
  • Add focused tests for drag-and-drop, keyboard handling, and terminal HTML rendering