You'll notice
Useful3 Signal0
Recalled memories no longer get silently dropped when the model echoes back the category label with the name.
What's wrong with this entry?
Anonymous. No account, no email.
What
A recalled memory could be lost purely because the model echoed the category label shown in the prompt.
Details
- When the recall model returns memory names, any that do not match a known memory have a leading bracketed category label stripped by regex before the match/filter step
- Covers the
[user]/[project]prefixes the prompt displays - Previously such a response was silently dropped
- Gating of the memory recall feature was not resolved
Evidence
memory_recall_select
Strings lifted out of the shipped bundle, so the claim above can be checked against them.