v0.1.6 — portable save_session MCP prompt
Portable session-save
The save trigger now works across MCP clients, not just Claude Code.
save_sessionMCP prompt — the trailmem server exposes one MCP prompt. Any prompt-aware client surfaces it automatically, with zero config and no crash risk: Claude Code (/mcp__trailmem__save_session), VS Code agent mode (/mcp.trailmem.save_session), Cursor, Windsurf. It returns the extract-and-store instruction; the agent then callstrailmem_store./tm-save— the Claude Code command file stays as a convenience alias.- Plain text — clients without prompt support (Codex, aider) just get told "save this session to trailmem"; the
trailmem_storetool is universal, so nothing is lost.
Docs cover the full trigger model and the per-agent config landmines to avoid when wiring an unlisted agent (VS Code uses servers; Continue/Goose use YAML; aider has no MCP).
Upgrade: uv tool upgrade trailmem