v0.0.36

MODSetter/SurfSensev0.0.36Aug 6, 2026by github-actions[bot]

AI Summary

A major update introducing a Git-native Knowledge Store, making Git the source of truth for workspace documents. It also includes updates to model connections and a fallback mechanism for Google Search.

Key Highlights

  • Git-native Knowledge Store implementation
  • Google Search fallback to SearXNG when blocked
  • OpenAI-compatible provider updates and LM Studio discovery
  • Resumable chat streaming across navigation
  • Refactored tolerant structured-output parser

New Features

  • Git-native Knowledge Store
  • Google Search fallback to SearXNG
  • LM Studio discovery

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