mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-26 01:01:50 +03:00
773dad256e
The session-memory hook saves session context to memory files when /new is run, which is useful internal housekeeping. However, the confirmation message that was displayed to users (showing the file path) leaked implementation details. This change removes the user-visible message while keeping the console.log for debugging purposes. The hook continues to save session context silently.