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 lookup —
resolve_coloruses a dict instead of linear scan;iconfilter caches the sorted icon list after first call. - Shell tabs contract — New
docs/SHELL-TABS-CONTRACT.mddocumenting shell-region tab ownership rules.route_tabsnow accepts dict-shapetab_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).