Skip to content

v1.1.2 — file-attached memories

Choose a tag to compare

@dalsori dalsori released this 10 Aug 03:32
· 37 commits to master since this release

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. remember accepts files (path + optional line range, or a ready-made snippet). Recall shows the backticked path and line range next to the fact; --debug reveals the stored excerpt with its detected language. CLI: fuckmemory remember ... --file PATH[:FROM-TO].
  • Antigravity autosave + auto-recall. install --autosave wires ~/.gemini/config/hooks.json and .agents/hooks.json with PreInvocation/Stop events, reading the prompt back from the conversation transcript.
  • fuckmemory update self-updates. One command downloads and atomically replaces this binary; --check reports without touching anything.
  • fuckmemory doctor --fix rebuilds a missing FTS index, fetches the model + cache, re-embeds, consolidates, and re-wires hooks — automatically.
  • One-command install. curl -fsSL .../install.sh | bash downloads 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.