Add DPlex to Clients & GUIs#259
Open
Ron537 wants to merge 1 commit intojqueryscript:mainfrom
Open
Conversation
DPlex is a desktop terminal multiplexer for Claude Code and Copilot CLI sessions. It auto-discovers every past session from each provider's data directory, lets users resume any of them in one click with the original CWD and resume command, and restores all open session tabs (including splits and tab order) across restarts. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What
Adds DPlex to the 🖥️ Clients & GUIs section.
Why it fits this section
DPlex is a desktop GUI/client for AI coding-agent CLIs — Claude Code is a first-class provider. Unlike most entries in this section, which are web UIs or single-session wrappers, DPlex is a multi-session multiplexer: it discovers every past Claude Code session you've ever started, lets you resume any of them in one click with the original CWD and resume command preserved, and auto-restores every open session tab (splits, order, CWD) across restarts.
It also covers Copilot CLI sessions in the same window, which makes it useful for developers who mix agents.
Entry
Added at the bottom of the Clients & GUIs section, matching the existing format. No star-count badge included — happy to defer to your auto-decoration script.
Thanks for maintaining this list!