multiplexer active

tmux-assistant-resurrect

Maker: timvw License: MIT Stars: 78 First released: 2026-02-14 Language: Shell
CLI

About

tmux-assistant-resurrect solves a narrow but costly problem: AI coding assistant sessions vanish when tmux restarts or the machine reboots, taking their conversation context with them. The plugin attaches to the tmux-resurrect and tmux-continuum save cycle, snapshotting every pane with ps and recording which recognized assistant CLI each pane runs along with its session ID, flags, and environment in a JSON manifest. On restore it rebuilds the original command line and feeds it to each pane with tmux send-keys, so the seven supported CLIs resume where they left off; tool-native hooks (Claude Code SessionStart/SessionEnd, an OpenCode session-tracker plugin) are wired in alongside. Distribution is a four-line TPM block, and the project ships a Docker-based test suite of 400+ checks on GitHub Actions, though the author describes it as vibecoded with limited production exposure. Terminal-centric developers who juggle several assistant sessions across reboots are the users.