Skip to content

v0.1.11

Latest

Choose a tag to compare

@petrichor20211 petrichor20211 released this 16 Aug 06:41
· 1 commit to main since this release

Added

  • 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.

Fixed

  • None.