Skip to content

Releases: huggingface/funes

v1.2.0: verified install and update

Choose a tag to compare

@github-actions github-actions released this 21 Jul 17:34
2281023

What's Changed

This release hardens distribution and ingestion. The installer and updater now verify tagged, versioned SHA-256 checksum manifests before replacing the binary; scanner contract violations fail closed; and Hermes indexing supports databases where session rows do not include a working directory.

Full Changelog: v1.1.0...v1.2.0

v1.1.0: grounded ask and progressive indexing

Choose a tag to compare

@github-actions github-actions released this 21 Jul 11:43
af93e0c

What's Changed

This release makes funes faster to bring online and easier to query. Progressive, tiered indexing gets useful text searchable sooner and skips unchanged work; Hermes session indexing and setup are now supported; and the new funes ask claude|codex returns a concise, one-shot answer grounded in recalled passages.

Warning

This release includes breaking CLI changes: the store terminology and --store flag become memory and --memory; funes list and interactive recall are removed; and OpenCode support is retired.

  • chore: bump version to 1.0.0+dev by @dacorvo in #89
  • Progressive indexing for faster and leaner indexing by @dacorvo in #90
  • Add Hermes indexing by @dacorvo in #91
  • Rewrite README onboarding by @dacorvo in #92
  • Add funes ask, retire funes interactive recall by @dacorvo in #93
  • Per-command docs, drop funes list, and rename store → memory by @dacorvo in #94
  • Improve ask UI, and revisit demos by @dacorvo in #95

Full Changelog: v1.0.0...v1.1.0

v1.0.0: first official release

Choose a tag to compare

@github-actions github-actions released this 17 Jul 16:09
73cba35

What's Changed

The main changes are the addition of curated shared projects:

  • Share curated project memories by @dacorvo in #88
  • Better project facet by @dacorvo in #83
  • feat(index): resolve each session's source repo at index time by @dacorvo in #86

Warning

This introduces a breaking change in the funes lance DB schema: existing memory stores must be reindexed, or migrated using the tools (local | remote).

Other changes:

  • fix: return the full matched chunk in agent recall output by @dacorvo in #79
  • Nicer interactive recall by @dacorvo in #80
  • Improve funes add DX and remove funes use by @dacorvo in #81
  • feat(status): report indexation and last-push info by @dacorvo in #78
  • Add store card by @dacorvo in #82
  • feat(parse): align the project facet on the munged session cwd by @dacorvo in #84
  • Release hygiene by @dacorvo in #85
  • refactor(ui): drop fzf dependency by @dacorvo in #87

Full Changelog: v0.13.0...v1.0.0

v0.13.0: make ONNX dependency optional

Choose a tag to compare

@github-actions github-actions released this 15 Jul 12:14
d177a07

What's Changed

This adds a native BLAS backend, keeping the ONNX dependency as an optional backend.
This allows to pin glic to a lower version and resolves #73.

Full Changelog: v0.12.0...v0.13.0

v0.12.0: funes push hardening

Choose a tag to compare

@github-actions github-actions released this 08 Jul 13:53
5c0bd25

What's Changed

Full Changelog: v0.11.0...v0.12.0

v0.11.0: DX improvements

Choose a tag to compare

@github-actions github-actions released this 07 Jul 08:00
e050bec

What's Changed

  • chore: bump version to 0.10.1+dev by @dacorvo in #54
  • Improve index developer experience by @dacorvo in #57
  • doc: update benchmark dataset by @dacorvo in #58
  • fix: use correct dataset name this time by @dacorvo in #59
  • Simplify integration and add demo gifs by @dacorvo in #60
  • build: ship an optimized dist profile from release CI by @dacorvo in #61
  • Improve onboarding, secure and extend automation hooks by @dacorvo in #62
  • Rename --remote to --store and expose it in the MCP server tool by @dacorvo in #63
  • Human friendly recall get by @dacorvo in #64
  • fix(release): switch the dist profile to thin LTO by @dacorvo in #65
  • Doc polishing by @dacorvo in #66

Full Changelog: v0.10.1...v0.11.0

v0.10.1: move install script to bucket

Choose a tag to compare

@github-actions github-actions released this 03 Jul 08:59
9d7749c

What's Changed

Full Changelog: v0.10.0...v0.10.1

v0.10.0: Codex and Pi indexing

Choose a tag to compare

@github-actions github-actions released this 02 Jul 21:59
5a0c2fe

What's Changed

Full Changelog: v0.9.0...v0.10.0

v0.9.0: funes update + storage optimization

Choose a tag to compare

@github-actions github-actions released this 02 Jul 15:12
87e55d4

What's Changed

Full Changelog: v0.8.0...v0.9.0

v0.8.0: Hermes, OpenCode and recall caching

Choose a tag to compare

@github-actions github-actions released this 30 Jun 20:33
20d879f

What's Changed

  • chore: bump version to 0.7.0+dev by @dacorvo in #40
  • feat(install): add hermes and opencode targets by @dacorvo in #41
  • Speedup recall using Hugging Face local cache by @dacorvo in #42

Full Changelog: v0.7.0...v0.8.0