Files
orca/config
Neil 8e34d8a876 fix(terminal): count a contrast-cache pair once toward the entry cap
`_admitNewEntry` fired from both `setCss` and `setColor`, so one (bg, fg)
pair consumed two of the 4096 slots and the cache actually wiped at ~2048
pairs. Track admission in a `_seen` TwoKeyMap keyed by the pair, cleared
with the other maps, so the bound matches the documented constant.

Regenerated the desktop and mobile bundle patches and both lockfile hashes.
2026-09-19 15:04:42 -07:00
..