v1.2.0
What's new
- Track the in-progress task.
fuckmemory task save|status|doneleaves a resume-able checkpoint when a session is interrupted (token budget, crash, hand-off). Every save is also a searchable episode. - OpenCode autosave + autorecall. install --autosave writes a plugin into ~/.config/opencode/plugins/ that runs the shared hook on every message.
- Autosave no longer rebuilds the vector index per prompt — the persisted mmap cache survives hits-only writes (~90 ms saved at 100k facts).
- Consolidate dedup scoped to new work — an idle session-end does no O(n^2) cosine work.
- Faster retrieval internals: bounded-heap top-k, zero-copy vector loads, incremental MMR, one query for file refs.
- Round-trip export/import keeps episodes, file references and provenance.
- Windows path redaction for ignore globs; ~\ expansion.
- Correctness fixes: --as-of cache collisions, reindex model label, semantic search over raw notes.
- Per-OS usage guides in docs/en and docs/es.
189 tests passing.