Skip to content

v0.1.6 — portable save_session MCP prompt

Choose a tag to compare

@amitnexTech amitnexTech released this 17 Jul 08:33
· 25 commits to main since this release

Portable session-save

The save trigger now works across MCP clients, not just Claude Code.

  • save_session MCP 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 calls trailmem_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_store tool 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