Agent Desk v1.0.3
Added
- Light color schemes (
Paper,Daylight,Linen), selectable withcalongside 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 withc; for an existing Copilot session, presscand 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 updateFull Changelog: v1.0.2...v1.0.3