Skip to content

v1.0.3

Latest

Choose a tag to compare

@millwright-software millwright-software released this 07 Aug 21:44
· 1 commit to main since this release

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