Plugins changes.

Search memories by time using natural date phrases #

Search now understands phrases like last week, in March, and between two dates, along with common numeric date formats.

Search with natural date phrases instead of setting a date range by hand.

Use SMFS from sandboxed agents with TypeScript and Python SDKs #

SMFS bash SDKs give TypeScript and Python agents a virtual memory-backed filesystem when they cannot mount a real folder.

Fixes

  • Fixed an issue where the Codex plugin recalled only user memories and skipped project-scoped ones.
  • Fixed an issue where the Codex plugin never saved short sessions or turns after the last prompt.

Hermes plugin: persistent memory for Nous Research's agent #

Supermemory is now a memory provider in Hermes Agent: relevant memories load before each turn, full sessions are ingested into the memory graph when they end, and save, search, forget, and profile tools come built in. Run `hermes memory setup` and select Supermemory.

Improvements

Fixes

  • Claude Code now shows actionable authentication, permission, rate-limit, and service errors instead of silently acting as if no memories exist.
  • OpenCode memory context no longer shows [object Object], [NaN%], or blank project-memory entries when fields are missing.

Fixes

  • OpenCode's Forget mode now deletes the selected memory correctly.
  • OpenCode now keeps the active agent when restoring context after compaction.
  • OpenCode now loads Supermemory correctly when its JSONC configuration contains URLs.
  • OpenCode setup now disables the current Oh My OpenCode context-recovery hook instead of the obsolete hook name.