Skip to content

v0.2.0

Released: 2026-03-28

Highlights

  • Terminal trackpad/mouse wheel scrolling now works with tmux and other mouse-aware applications
  • MkDocs documentation site for project documentation

Added

  • Mouse wheel scrolling for terminal applications (tmux, vim, less) when mouse mode is enabled (45c6673)
  • MkDocs documentation site with Material theme (4bc02c7)
  • Project tasks tracking in TASKS.md (e69ec03)

Fixed

  • App activation on launch - dock clicks and Cmd+Tab now work correctly (9639d59)

Documentation

  • Scrollbar research and implementation design documents (22cf6cb)
  • AgentPair integration design document (5308124)
  • Remove references to internal ideation documents (4876460)

Build

  • Update SwiftTerm to main branch for NSScroller Auto Layout fix (1594412)
  • Add build artifacts to gitignore (f8c52fc)

Upgrade Notes

Trackpad Scrolling with tmux

To enable trackpad scrolling when attached to tmux sessions, enable mouse mode:

# Temporarily
tmux set -g mouse on

# Permanently (add to ~/.tmux.conf)
set -g mouse on

With mouse mode enabled, two-finger trackpad scrolling navigates through tmux's scrollback buffer.


Compare with v0.1.0