Skip to content

Releases: chloeeekim/fridai

Release v0.4.0

Choose a tag to compare

@github-actions github-actions released this 24 Jul 07:12

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

Choose a tag to compare

@github-actions github-actions released this 22 Jul 00:52

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

Full Changelog: v0.2.0...v0.3.0

Release v0.2.0

Choose a tag to compare

@github-actions github-actions released this 20 Jul 09:38

Highlights

  • index --watch: continuous incremental reindexing on an interval
  • install-hook: git post-commit hook that reindexes on every commit
  • recall since parameter (e.g. "7d"/"24h"/"2w") to scope recall to recent memory
  • stats now breaks down conversations by agent and shows index freshness
  • fridai --version flag

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

Choose a tag to compare

@github-actions github-actions released this 17 Jul 02:46