This repository was archived by the owner on Apr 15, 2026. It is now read-only.
refactor: remove Zellij multiplexer support #34
Merged
Conversation
Remove Zellij terminal multiplexer support and standardize on tmux as the only terminal multiplexer backend. Changes: - Remove internal/multiplexer/zellij.go and zellij_test.go - Remove Config.Default.Multiplexer configuration option - Remove --multiplexer CLI flag from root command - Hardcode tmux as the terminal multiplexer in initManager() - Remove validMultiplexers map and related validation functions - Remove HEADJACK_MULTIPLEXER environment variable binding - Remove Zellij installation from base container image - Update all CLI documentation to remove --multiplexer flag references - Update attach command help to reference tmux keybindings (Ctrl+B, d) - Update REFACTOR.md to reference tmux instead of Zellij
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
headjack | ba7d6ef | Commit Preview URL Branch Preview URL |
Jan 02 2026, 11:54 PM |
jmgilman
added a commit
that referenced
this pull request
Jan 3, 2026
Current behavior: System supported both tmux and Zellij as terminal multiplexer backends with configuration options to choose between them New behavior: System only supports tmux as the terminal multiplexer backend with all Zellij-related code and configuration removed Breaking Changes: - Removed --multiplexer CLI flag from all commands - Removed Config.Default.Multiplexer configuration option - Removed HEADJACK_MULTIPLEXER environment variable support - Changed attach command keybindings from Ctrl+O,d to Ctrl+B,d Closes: #34
This was referenced Jan 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Remove Zellij terminal multiplexer support and standardize on tmux as the only terminal multiplexer backend.
Changes: