github sourcebot-dev/sourcebot v2.8.1

2 days ago

What's Changed

  • Added maxTrigramCount to the config to control the maximum allowable trigrams per document.
{
    "$schema": "./schemas/v2/index.json",
    "repos": [
        {
            "type": "github",
            "repos": [
                "sourcebot-dev/sourcebot"
            ]
        }
    ],
    "settings": {
        "maxTrigramCount": 100000
    }
}
  • Fixed issue with version upgrade toast not appearing without a hard refresh. (#179)

Full Changelog: v2.8.0...v2.8.1

Don't miss a new sourcebot release

NewReleases is sending notifications on new releases.