v1.7.44
asheshgoplani/agent-deckv1.7.44Apr 21, 2026by asheshgoplani
Full Release Notes
## What's Changed - **Mobile web terminal input** ([#652](https://github.com/asheshgoplani/agent-deck/pull/652) by [@JMBattista](https://github.com/JMBattista), shipped as [#698](https://github.com/asheshgoplani/agent-deck/pull/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](https://github.com/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 ```bash agent-deck update ``` ## Links - PR #698 (rebuild): https://github.com/asheshgoplani/agent-deck/pull/698 - Original PR #652: https://github.com/asheshgoplani/agent-deck/pull/652 - Full changelog: https://github.com/asheshgoplani/agent-deck/blob/main/CHANGELOG.md - Diff: https://github.com/asheshgoplani/agent-deck/compare/v1.7.43...v1.7.44 ## Agent Deck v1.7.44 Terminal session manager for AI coding agents. ### Installation **Homebrew (recommended):** ```bash brew install asheshgoplani/tap/agent-deck ``` **Quick Install:** ```bash curl -fsSL https://raw.githubusercontent.com/asheshgoplani/agent-deck/main/install.sh | bash ``` **Go Install:** ```bash go install github.com/asheshgoplani/agent-deck/cmd/agent-deck@v1.7.44 ``` ## Changelog * 8ddb8e776814cd59a4b8fec52cda629774d98d17 feat(web-terminal): enable input on mobile devices (#652, v1.7.44) --- **Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.7.43...v1.7.44