v0.0.36
juicedata/juicefsv0.0.36Aug 6, 2026by github-actions[bot]
AI Summary
This release introduces a Git-native knowledge store, allowing documents to be the source of truth for the workspace. It also includes improvements to model connections, video narration, and document retrieval performance.
Key Highlights
- Git-native knowledge base with commit-time projection and path law.
- New contributors added to the project.
- Refactored agents to share parsers with the video agent.
- Improved Google search fallback to SearXNG when Google blocks IPs.
- Enhanced document retrieval by computing embeddings off the event loop.
New Features
- Git-native knowledge store
- Git-backed knowledge store
- LM Studio discovery
- Video narration in slide language
Full Release Notes
## What's Changed * feat: updated messaging by @MODSetter in https://github.com/MODSetter/SurfSense/pull/1631 * feat: add new autofill environment section on automatic issues by @Benebo7 in https://github.com/MODSetter/SurfSense/pull/1630 * Fix: error treatment model setup by @Benebo7 in https://github.com/MODSetter/SurfSense/pull/1632 * fix(model-connections): use OpenAI-compatible base URL verbatim and deprecate raw provider by @AnishSarkar22 in https://github.com/MODSetter/SurfSense/pull/1641 * feat(google_search): fall back to SearXNG when Google walls every IP by @AnishSarkar22 in https://github.com/MODSetter/SurfSense/pull/1643 * feat(knowledge_store): derive the postgres chunk index from git by @AnishSarkar22 in https://github.com/MODSetter/SurfSense/pull/1647 * feat(knowledge_store): make git the source of truth for workspace documents by @CREDO23 in https://github.com/MODSetter/SurfSense/pull/1649 * Revert "Merge pull request #1649 from CREDO23/kb_git_mvp" by @CREDO23 in https://github.com/MODSetter/SurfSense/pull/1650 * feat(knowledge-store): git-native knowledge base by @CREDO23 in https://github.com/MODSetter/SurfSense/pull/1651 * feat(model-connections): add LM Studio discovery, model input budgets, and provider-aware errors by @AnishSarkar22 in https://github.com/MODSetter/SurfSense/pull/1652 * refactor(documents): move documents into a searchable right panel by @AnishSarkar22 in https://github.com/MODSetter/SurfSense/pull/1659 * Git-native KB: commit-time projection, direct-caller adapter, store facade by @CREDO23 in https://github.com/MODSetter/SurfSense/pull/1663 * fix(video): narrate presentations in the slide language instead of always American English by @Yigtwxx in https://github.com/MODSetter/SurfSense/pull/1660 * refactor(agents): share the tolerant structured-output parser with the video agent by @Yigtwxx in https://github.com/MODSetter/SurfSense/pull/1661 * fix(retriever): compute document query embeddings off the event loop by @Yigtwxx in https://github.com/MODSetter/SurfSense/pull/1662 * [Feat] Git-backed knowledge store — path law, folder verbs, and dedup-safe writes by @CREDO23 in https://github.com/MODSetter/SurfSense/pull/1667 * [Feat] Git-native Knowledge Store by @CREDO23 in https://github.com/MODSetter/SurfSense/pull/1668 ## New Contributors * @Yigtwxx made their first contribution in https://github.com/MODSetter/SurfSense/pull/1660 **Full Changelog**: https://github.com/MODSetter/SurfSense/compare/v0.0.35...v0.0.36