What's Changed
-
Mobile web terminal input (#652 by @JMBattista, shipped as #698): mobile clients (
pointer: coarse) no longer enforce an implicit read-only mode in the web UI. Keystrokes from phones/tablets now flow to the tmux session like any other client.To preserve the previous behavior, start the web server with
agent-deck web --read-only— the server-side flag now owns read-only enforcement for all devices.
Credits
Full credit to @JMBattista for the design, implementation, and accompanying test updates in #652. #698 is a pure rebuild of that PR onto current main after 9 intervening releases caused the original diff to conflict; authorship is preserved via a Co-Authored-By trailer on the merged commit.
Upgrade
agent-deck updateLinks
- PR #698 (rebuild): #698
- Original PR #652: #652
- Full changelog: https://github.com/asheshgoplani/agent-deck/blob/main/CHANGELOG.md
- Diff: v1.7.43...v1.7.44
Agent Deck v1.7.44
Terminal session manager for AI coding agents.
Installation
Homebrew (recommended):
brew install asheshgoplani/tap/agent-deckQuick Install:
curl -fsSL https://raw.githubusercontent.com/asheshgoplani/agent-deck/main/install.sh | bashGo Install:
go install github.com/asheshgoplani/agent-deck/cmd/agent-deck@v1.7.44Changelog
Full Changelog: v1.7.43...v1.7.44