Commit Graph
6 Commits
Author SHA1 Message Date
Nicholai a7a64cdaea fix: route misfenced web lookups to web tools
Fixes #3067
2026-06-06 03:46:31 -06:00
Nicholai 7aab95032b fix: split Chroma embedding lanes (#3046) 2026-06-06 03:17:19 -06:00
Nicholai 500ff9815b feat(search): unify session transcript search (#2877) 2026-06-05 18:08:31 -06:00
Nicholai 0045006cc7 fix(memory): let manual add specify memory category
fix for #2784 and part of #2788: Add a category selector (same options as inline edit) and include category in
the /api/memory/add JSON payload.
2026-06-05 04:57:13 -06:00
Nicholai 88b1eae14e Merge pull request #2387 from cirim-au/fix/manage-memory-always-available
fix(tool_index): add manage_memory to ALWAYS_AVAILABLE
2026-06-05 02:14:10 -06:00
Nicholai 9f9c25ec15 Fix auto-memory vector dedup across tenants
Ensure vector dedup only suppresses a memory when the matched JSON memory belongs to the same owner or is legacy unowned.

Cross-owner vector hits now fall through to the existing owner-scoped text/fuzzy dedup path, preventing one user's memory from blocking another user's similar fact.

Fixes #2114.
2026-06-04 20:26:02 -06:00