v0.4.1
Fixed
-
YOUandAGENTare readable on every theme. The badges on a comment — and thereview
badge in the header — printed their word in the theme's background colour, which paints nothing
at all when a theme leaves that colour transparent: the coloured block appeared, the word inside
it did not. The ink is now chosen rather than assumed, taking the first theme colour that both
paints and stands clear of the block it sits on; where a theme offers nothing that reads, the
block is dropped and the badge is printed in its own colour instead. -
A shell the agent starts from a subagent now belongs to the conversation you are in. A tool
called inside a task runs in a child session, and the shell was stamped with that id — so the
panel, which filters by the session on screen, showed the agent's own shells only under "whole
project", and/shelllisted shells that looked like they came from somewhere else. Ownership now
resolves upparentIDto the conversation that asked, and the guidance the agent reads resolves
the same way, so "this session" means the same thing on both sides.
Added
sidebarOrderputs the bays in the order you want. Shell and Statusline both draw in the
sidebar, in the order they register — which was a constant nobody could reach. Set
ui.sidebarOrderfor Shell (default 150) orstatusline.sidebarOrder(default 200); lower draws
first.