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
Currently, Claude-Mem automatically injects context from previous sessions at the start of every new session. There is no documented or supported way to start a “fresh” session without prior memory being injected.
This makes it difficult to:
Explore ideas from scratch without bias from previous context
Work on sensitive or experimental tasks where past memory should not influence the session
Temporarily opt out of memory without uninstalling the plugin or creating a new project
Describe the solution you'd like
Add an explicit opt-out mechanism to skip context injection for a session.
The default behavior should remain unchanged, but users should have a clear and intentional way to start a clean session when needed.
Additional context
The documentation mentions “Context Configuration” and fine-grained control over injected context, but there is currently no visible or documented way to disable injection per session.
Adding this feature would improve user trust, flexibility, and usability—especially for exploratory, sensitive, or debugging workflows—without breaking existing behavior.
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.
-
Currently, Claude-Mem automatically injects context from previous sessions at the start of every new session. There is no documented or supported way to start a “fresh” session without prior memory being injected.
This makes it difficult to:
Describe the solution you'd like
Add an explicit opt-out mechanism to skip context injection for a session.
The default behavior should remain unchanged, but users should have a clear and intentional way to start a clean session when needed.
Additional context
The documentation mentions “Context Configuration” and fine-grained control over injected context, but there is currently no visible or documented way to disable injection per session.
Adding this feature would improve user trust, flexibility, and usability—especially for exploratory, sensitive, or debugging workflows—without breaking existing behavior.
Beta Was this translation helpful? Give feedback.
All reactions