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