chirp-ui 0.2.5

Release 0.2.5

Install

pip install chirp-ui==0.2.5
# or
uv add chirp-ui==0.2.5

With Chirp:

pip install "bengal-chirp[ui]"

What's New

  • O(1) color lookupresolve_color uses a dict instead of linear scan; iconfilter caches the sorted icon list after first call.
  • Shell tabs contract — Newdocs/SHELL-TABS-CONTRACT.md documenting shell-region tab ownership rules. route_tabs now accepts dict-shape tab_itemsin addition to the existing list shape.
  • Alpine.js troubleshooting guide — Diagnosis steps for when all interactive components stop working (missing Alpine script, bad CDN URL, stale installs).