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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
If you installed ctx-retriever but Claude Code sessions are not showing memory injection ([G1]/[G2] blocks), here is the fix:
Diagnose:
Common cause: Hooks were not wired to
~/.claude/settings.jsonafter install.Fix (idempotent -- safe to run again):
Verify: Restart Claude Code. Next session should show
[G1](past decisions) and[G2](relevant files) blocks injected at the top of context.v0.3.40 update (2026-06-30):
Upgrade: pip install --upgrade ctx-retriever
All reactions