github asheshgoplani/agent-deck v1.7.44

latest releases: v1.10.11, v1.10.10, v1.10.9...
3 months ago

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 update

Links

Agent Deck v1.7.44

Terminal session manager for AI coding agents.

Installation

Homebrew (recommended):

brew install asheshgoplani/tap/agent-deck

Quick Install:

curl -fsSL https://raw.githubusercontent.com/asheshgoplani/agent-deck/main/install.sh | bash

Go Install:

go install github.com/asheshgoplani/agent-deck/cmd/agent-deck@v1.7.44

Changelog

  • 8ddb8e7 feat(web-terminal): enable input on mobile devices (#652, v1.7.44)

Full Changelog: v1.7.43...v1.7.44

Don't miss a new agent-deck release

NewReleases is sending notifications on new releases.