Releases: chloeeekim/fridai
Releases · chloeeekim/fridai
Release list
Release v0.4.0
What's Changed
- fix: run the post-commit reindex hook in the background by @chloeeekim in #6
- perf: embed documents in a single batched fastembed call by @chloeeekim in #7
- feat: guard against embedder model mismatch between index and query by @chloeeekim in #8
- refactor: move embedding settings into core/config.py by @chloeeekim in #9
- docs: recommend a multilingual embedding model + sync README.ko by @chloeeekim in #10
Full Changelog: v0.3.0...v0.4.0
Release v0.3.0
What's Changed
- refactor: formalize agent sources behind an adapter registry by @chloeeekim in #1
- feat: add 'mcp --print-config' to emit MCP client registration snippets by @chloeeekim in #2
- feat: add 'forget' to drop one repo's memory or reset the index by @chloeeekim in #3
- feat: show a per-repo breakdown in stats by @chloeeekim in #4
- feat: add a note write path via MCP 'remember' and 'fridai note' by @chloeeekim in #5
New Contributors
- @chloeeekim made their first contribution in #1
Full Changelog: v0.2.0...v0.3.0
Release v0.2.0
Highlights
index --watch: continuous incremental reindexing on an intervalinstall-hook: git post-commit hook that reindexes on every commit- recall
sinceparameter (e.g. "7d"/"24h"/"2w") to scope recall to recent memory statsnow breaks down conversations by agent and shows index freshnessfridai --versionflag
Internal
- Hoisted shared parser helpers into agent_recall
- Translated test comments/docstrings to English
Full Changelog: v0.1.0...v0.2.0
Release v0.1.0
Full Changelog: https://github.com/chloeeekim/fridai/commits/v0.1.0