Add integrated tmux transport - #2
Merged
Merged
Conversation
arumwu
marked this pull request as ready for review
July 17, 2026 15:35
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.
Summary
AgentRelay 0.4.0 now includes live tmux transport in the same package and MCP server as persistent coordination memory. Users no longer need to install or register
tmux-bridge-mcpseparately.Install
After this PR is merged, install directly from GitHub:
The terminal tools require tmux 3.2 or newer. AgentRelay's memory and coordination features continue to work when tmux is unavailable.
What changed
tmux-bridge-mcpruntime dependencyterminal_list,terminal_read,terminal_send,terminal_name, andterminal_doctorto the existing MCP serveragentrelay terminal ...CLI commands0.4.0, add GitHub-package installation support, and include terminal types in the public APIUsage
The same terminal operations are available as MCP tools through the existing
agentrelayserver.Why
Users should only need to install and register AgentRelay. Live tmux coordination now ships alongside persistent project memory, task leases, scope claims, decisions, and handoffs.
Safety impact
The integration deliberately avoids a generic shell or arbitrary-key interface. A literal single-line send still triggers the target process when Enter is pressed, so the documentation and server instructions limit use to trusted panes in a dedicated session. Tests always use an isolated tmux socket and never attach to a user's default server.
Licensing
tmux-bridge-mcpprovenance is recorded inTHIRD_PARTY_NOTICES.mdLICENSES/tmux-bridge-mcp-MIT.txtValidation
npm run check: 12 tests passed; the 2 real-tmux tests were skipped only because tmux is not installed on the local host@arumwu/agentrelay@0.4.0, installed the tarball in a clean temporary prefix, and smoke-testedagentrelay --versionplusagentrelay terminal doctordist/terminal.js, terminal declarations,THIRD_PARTY_NOTICES.md, andLICENSES/tmux-bridge-mcp-MIT.txt