mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-11 09:42:15 +03:00
- /api/v1/quotas read conn.id/provider/name — the lazy row proxy does not expose connectionId/providerId, so every connection was skipped and the endpoint always returned an empty list. - retrieveMemories/buildFtsRows now sanitize the query into a quoted FTS5 MATCH expression — natural-language queries with ? ! : ( ) etc. no longer throw 'fts5: syntax error' and silently degrade to empty results. - new unit test tests/unit/memory/fts5-query-sanitize.test.ts (5 cases).