2 Commits

Author SHA1 Message Date
Xubin Ren
15d7e7c822 feat(webui): add quick and temporary chats 2026-08-01 23:10:46 +08:00
KDB
d35f99abfc fix(session): bound the in-memory session cache
Keep only 128 recently used sessions strongly cached while retaining weak references to evicted sessions still owned by active callers. This bounds idle memory growth without allowing duplicate live Session objects or skipping shutdown flushes.

Add LRU, lifecycle, SDK, and flush regression coverage.

Refs #4786
2026-07-18 17:37:07 +08:00