You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keyboard shortcuts: a full set of shortcuts covering new/close/switch tab, splitting panes, search, zoom, and more
zsh command autosuggestions: dim ghost-text suggestions from your history as you type, accept with →
Claude Code / Codex launcher: start Claude Code or Codex straight from the launcher, with default flags you can set in settings
Agent session notifications: a desktop notification when a tracked agent needs approval or finishes while the window is unfocused
In-terminal search: find text in the terminal output, with next and previous
Hover action cards: hover an IP, host:port, or archive in the output to get quick commands (ping, curl, extract, and so on)
Large-output protection: a burst of terminal output switches to a batched writer with a notice, so the UI stays responsive
Terminal settings section: terminal options gathered into their own section in settings
Terminal output in AI context by default: the assistant sees the current terminal output as context out of the box
Redact secrets before sending: scraped context is scrubbed of likely secrets before it goes to the LLM
ssh-agent auth on Windows: SSH key auth via ssh-agent (named pipe / Pageant) on Windows
Tab context menu: right-click a tab to rename or close it; rename enters inline editing, and the existing double-click-to-rename still works
Custom shell path: Settings → Terminal lets you point at a specific shell executable; leave it empty to keep the system default, so Windows users can use pwsh / PowerShell 7
Status bar system metrics: live CPU, memory usage, and network down/up rates in the status bar, refreshed every 2s, with the exact figures on hover
Windows custom title bar: Windows gets a self-drawn title bar with a drag region and minimize / maximize / close buttons; macOS keeps its native title bar
fix
Terminal focus border: the active pane's border color is softened to 40% opacity so it's less heavy
Keyboard shortcuts & zsh autosuggestions: fixed a few edge cases in the shortcuts and autosuggestions
Thanks
Keyboard shortcuts, zsh command autosuggestions, the Claude / Codex launcher, and session notifications were contributed by @oberonlai (#53, #59)