Skip to content

Releases: millwright-software/agent-desk

Release list

v1.0.3

Choose a tag to compare

@millwright-software millwright-software released this 07 Aug 21:44

Agent Desk v1.0.3

Added

  • Light color schemes (Paper, Daylight, Linen), selectable with c alongside the dark presets.

Fixed

  • Copilot text unreadable (dark-on-dark). Copilot CLI mis-detects a dark terminal — its background-detection query is swallowed inside tmux — so it renders as if on a light terminal and prints dark text. Instead of fighting its detection, new Copilot sessions now default to a light pane (Paper), making that dark text readable. Change it per session with c; for an existing Copilot session, press c and pick a light scheme.

Changed

  • Reverted the two earlier Copilot color attempts that did not work — forcing terminal-color inheritance (v1.0.1) and the COLORFGBG="15;0" launch prefix (v1.0.2). Both were the wrong layer; this release supersedes those notes.

Installation

Update in place:

agent-desk update

Full Changelog: v1.0.2...v1.0.3

v1.0.0

Choose a tag to compare

@millwright-software millwright-software released this 07 Aug 02:42

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.