Commit Graph

4 Commits

Author SHA1 Message Date
RaresKeY 0d931ee59e fix(mcp): scope memory server by owner (#4315) 2026-06-16 03:18:17 +01:00
Josh Patra cea4796326 fix(memory): return complete memory lists (#3885) 2026-06-15 20:28:25 +09:00
pewdiepie-archdaemon 23e85ab8a4 Memory MCP delete: match exact id, not prefix (#1303)
The delete action looked up the target with startswith() to capture
full_id, but then re-applied startswith() to filter the list — so a
short or ambiguous memory_id silently deleted every memory whose id
shared the prefix, while the success message reported only the first
match. The edit action used the first match and stopped, so the two
actions disagreed on multi-match behaviour. Use full_id for both.

Caught by #1303.
2026-06-03 11:36:19 +09:00
pewdiepie-archdaemon e5c99a5eee Odysseus v1.0 2026-05-31 23:58:26 +09:00