What's wrong with this entry?
Anonymous. No account, no email.
What
A new /toggle-memory slash command that disables or re-enables automemory for the current session.
Usage
/toggle-memoryDetails
- When toggled off: "this conversation will not write or read new memories, and previously-loaded memory content should not be referenced"
- When toggled back on: "memory content may be referenced and new memories can be saved"
- Memory read/write operations are blocked while toggled off, returning guidance to run
/toggle-memoryto re-enable - Fires
tengu_memory_toggledtelemetry withtoggled_offboolean - The command is
isHidden: falseso it appears in command listings, butisEnabled: () => false(the toggle itself is always available; theisEnabledlikely gates something else)
Evidence
Toggle-memory command definition (search for "Toggle automemory off/on for this session")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.