v1.1.2 — file-attached memories
Memories now point at the files they were learned against, autosave reaches Antigravity, and the whole install/upgrade path got simpler.
New in v1.1.2
- Memories point at files.
rememberacceptsfiles(path + optional line range, or a ready-made snippet). Recall shows the backticked path and line range next to the fact;--debugreveals the stored excerpt with its detected language. CLI:fuckmemory remember ... --file PATH[:FROM-TO]. - Antigravity autosave + auto-recall.
install --autosavewires~/.gemini/config/hooks.jsonand.agents/hooks.jsonwith PreInvocation/Stop events, reading the prompt back from the conversation transcript. fuckmemory updateself-updates. One command downloads and atomically replaces this binary;--checkreports without touching anything.fuckmemory doctor --fixrebuilds a missing FTS index, fetches the model + cache, re-embeds, consolidates, and re-wires hooks — automatically.- One-command install.
curl -fsSL .../install.sh | bashdownloads the newest prebuilt binary and wires every agent with autosave on. - Multi-platform release builds for Linux/macOS/Windows via CI.
Install or upgrade:
curl -fsSL https://raw.githubusercontent.com/dalsori/fuckmemory/master/install.sh | bash
# or, once installed:
fuckmemory update
See the CHANGELOG for details.