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
BUG-1 HIGH: restore no longer reverts memory name to version's original — preserves current name after rename, eliminates UNIQUE constraint crash (exit 10) when old name is occupied
BUG-2 HIGH: ingest --mode claude-code and --mode codex now normalize relation strings via normalize_relation() before canonical check and DB insertion — eliminates false non-canonical relation warnings for kebab-case canonical values (depends-on → depends_on) and prevents mixed-format DB inconsistency
FINDING-1: edit now re-generates vector embedding when body changes — recall and hybrid-search return accurate similarity scores after edit (parity with restore which already re-embeds)
Added
AUTHENTICATION section in ingest --help documenting OAuth-first principle for both --mode claude-code and --mode codex
Auth failure detection: actionable tracing::warn! when Claude Code or Codex CLI authentication fails during ingest