v0.1.9 — fresh-install & capture fixes
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
vectorcolumns on <0.7,halfvecautomatically on ≥0.7. No source build needed where your distro ships 0.6. memnos proxyhandles 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-setupwires each agent its own scoped principal + token (fixes writes silently failing with 403).
Upgrade: memnos upgrade && memnos restart (or uv tool upgrade memnos).