You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Reject [object Object] garbage: lower threshold to 1, add check in
extract no-LLM path, defensive serialization in Claude Code hooks,
harden _asText in cursor-hooks for {text: "..."} wrapper pattern.
2. Accept ISO-8601 datetime in clickmem_list: normalize T separator,
trailing Z, and timezone offsets before building SQL.
3. Deduplicate exact-text semantic memories: add _dedup_exact_text()
to ContinualRefinement.run(), proactive dedup in extractor before
insert.
4. CLI local fallback: add --local flag, auto-fallback to LocalTransport
only when no remote config exists (respects CLICKMEM_SERVER_HOST).
0 commit comments