v0.1.26
Maintenance release completing the proxy/surfacing review-fixes track (#412–#417).
Fixed
- Proxy cache no longer serves a response whose retrieval key has expired (#412) — progressive first-chunk / SELECTIVE-HYBRID TOC payloads are no longer cached under a TTL that outlives their
stm_proxy_read_more/stm_proxy_select_chunkskey, so a later cache hit can't return a dead, unrecoverable tail. - Short tool-call queries surface instead of silently dropping (KR-4.2, #414) — the tool-name fallback now fires whenever extracted tokens fall below
min_query_tokens, not only when extraction is empty. mms init --lang kono longer writes a deadmin_response_charskey (#417) — removes a top-level preset key thatProxyConfigsilently ignored.
Changed
- Surfaced memories expose a per-memory id for feedback (EN-2/3, #413) — each injected bullet renders its id so an agent can rate / invalidate individual memories; use
result_format="structured"for the realchunk_idend to end.
See CHANGELOG.md [0.1.26] for full detail.