Skip to content

v0.1.26

Choose a tag to compare

@memtomem memtomem released this 03 Jun 00:43
feca41c

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_chunks key, 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 ko no longer writes a dead min_response_chars key (#417) — removes a top-level preset key that ProxyConfig silently 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 real chunk_id end to end.

See CHANGELOG.md [0.1.26] for full detail.