Releases: huggingface/funes
Release list
v1.2.0: verified install and update
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.
- chore: bump version to 1.1.0+dev by @dacorvo in #98
- fix(scan): fail closed on scanner contract violations by @dacorvo in #97
- Add more polished demos by @dacorvo in #99
- Security/verified install and update by @dacorvo in #100
- Fix/hermes optional cwd by @dacorvo in #101
Full Changelog: v1.1.0...v1.2.0
v1.1.0: grounded ask and progressive indexing
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
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
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.
- chore: bump version to 0.12.0+dev by @dacorvo in #71
- doc: add lanscape comparison by @dacorvo in #74
- docs(rationale): mention dismissed experiments by @dacorvo in #75
- Make ONNX dependency optional by @dacorvo in #76
Full Changelog: v0.12.0...v0.13.0
v0.12.0: funes push hardening
v0.11.0: DX improvements
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
distprofile 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
What's Changed
- build(deps): bump the actions group with 2 updates by @dependabot[bot] in #51
- chore: bump version to 0.10.0+dev by @dacorvo in #52
- Move install to bucket by @dacorvo in #53
Full Changelog: v0.10.0...v0.10.1