Skip to content

v0.1.9 — fresh-install & capture fixes

Choose a tag to compare

@thameema thameema released this 13 Jun 13:55
· 31 commits to master since this release

Bug-fix release hardening the install path and agent capture (found via a clean-Linux + Hermes field test).

  • Linux install on more distros. memnos now works with pgvector 0.6.0 — it feature-detects the installed pgvector and uses full-precision vector columns on <0.7, halfvec automatically on ≥0.7. No source build needed where your distro ships 0.6.
  • memnos proxy handles gzip'd upstreams. Fixes a bug where a gzip-compressed response (e.g. via OpenRouter) broke both capture and a client behind the proxy. Both sides of every exchange are now reliably captured — verified end-to-end with a live agent.
  • Write failures are never silent. MCP write tools (remember, memory_write, …) now raise an explicit error instead of reporting success when a write is rejected — so an agent can't believe it saved something it didn't.
  • agent-setup wires each agent its own scoped principal + token (fixes writes silently failing with 403).

Upgrade: memnos upgrade && memnos restart (or uv tool upgrade memnos).