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
Added per-user@host server-memory JSON files with stable id and content entries, plus automatic migration from legacy string memories.
Added a local-path exception so Pi's normal read, edit, and write tools can manage the active server's memory file while other operations remain routed over SSH.
Added /remote memory to display the current server's memory entries, IDs, and JSON file path.
Changed
Replaced agent-side append/clear memory mutations with prompt-guided entry-level CRUD on the JSON file. Deletion instructions now require an explicit user request, an exact entry ID, and preservation of unrelated entries.
Removed /remote config memory; the dedicated /remote memory command now handles display, while the remote tool's memory action locates and inspects the JSON file.