Skip to content

v0.14.79 — Hindsight user-profile MM existence check by name

Choose a tag to compare

@mekenthompson mekenthompson released this 06 Jun 23:34
· 61 commits to main since this release
34bf58e

v0.14.79 — Hindsight: user-profile MM existence check by name, not substring (#2205)

Completes the v0.14.78 user-profile mental-model repair. The "already exists?"
check in ensureUserProfileMentalModel did a naive substring match
(includes("user-profile")) on the list-response blob, so it false-positived
whenever another model's name / query / content contained that substring — and
skipped creation, reporting "ready" while the bank had no real user-profile
model. Found live on the v0.14.78 rollout (lawgpt's Lisa-focused models; clerk's
shared assistant bank). Fixed to match by exact item name.