Skip to content

v1.0.0

Choose a tag to compare

@millwright-software millwright-software released this 07 Aug 02:42
· 2 commits to main since this release

First tagged release of the Millwright Software fork of asheshgoplani/agent-deck — a leaner, calmer take on the terminal session manager for AI coding agents.

Install

curl -fsSL https://raw.githubusercontent.com/millwright-software/agent-desk/main/install.sh | bash

Prebuilt binaries for macOS (Apple Silicon + Intel) and Linux (amd64 + arm64) are attached below. Or go install github.com/millwright-software/agent-desk/cmd/agent-desk@latest.

Highlights

  • GitHub Copilot CLI as a first-class tool — status detection (patterns from real Copilot CLI transcripts), copilot --continue resume, selectable in the new-session dialog and setup wizard.
  • Multi-window data safety — upsert-only session saves, so running several windows no longer lets them delete each other's sessions.
  • Manual session flags — press u to cycle a session through unread → parked → normal; clears on attach.
  • Model + mode in the nav — each row shows the model (shorthand) and auto/manual mode.
  • Name-forward path picker — folder name first, ~ collapse, recent-project stars.
  • Leaner surface — the conductor orchestration subsystem (Telegram/Slack bridges, ~5k lines) and the context-note feature are removed.

See CHANGELOG.md for the full list, including known limitations.

Notes

This fork preserves upstream authorship in the commit history and is distributed under the original MIT license.