gh pilot is a GitHub CLI extension for managing GitHub Copilot CLI
sessions from a tmux-backed terminal UI.
Install as a gh extension:
gh extension install joshblack/gh-pilotRun the following command:
gh pilotgh-pilot stores the last known local and remote session list in SQLite so the
tree can be restored between restarts while live tmux and remote data refresh in
the background. The database is stored at
$XDG_CONFIG_HOME/gh-pilot/sessions.sqlite3, or
~/.config/gh-pilot/sessions.sqlite3 when XDG_CONFIG_HOME is not set.