Skip to content

v0.14.1

Choose a tag to compare

@github-actions github-actions released this 11 Jun 23:30
· 85 commits to main since this release

Changed

  • ProjectRow name renders dim when no session or sub-agent is
    active.
    Previously every non-hidden project name was bold
    bright white regardless of activity, so a tree full of
    cool/cold projects with one genuinely hot one all looked
    equally "alive" at a glance. New rule: bold + bright only when
    isProjectAlive(project) — at least one session or sub-agent
    is hot or warm. Otherwise dim, non-bold. Hidden projects still
    dim with ; selection background still wins.