mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-11 20:05:25 +00:00
Some checks failed
Publish to ghcr / build (linux/amd64, blacksmith-4vcpu-ubuntu-2404) (push) Has been cancelled
Publish to ghcr / build (linux/arm64, blacksmith-8vcpu-ubuntu-2204-arm) (push) Has been cancelled
Update Roadmap Released / update (push) Has been cancelled
Publish to ghcr / merge (push) Has been cancelled
* generate protobuf types * stream poc over SSE * wip: make stream search api follow existing schema. Modify UI to support streaming * fix scrolling issue * Dockerfile * wip on lezer parser grammar for query language * add lezer tree -> grpc transformer * remove spammy log message * fix syntax highlighting by adding a module resolution for @lezer/common * further wip on query language * Add case sensitivity and regexp toggles * Improved type safety / cleanup for query lang * support search contexts * update Dockerfile with query langauge package * fix filter * Add skeletons to filter panel when search is streaming * add client side caching * improved cancelation handling * add isSearchExausted flag for flagging when a search captured all results * Add back posthog search_finished event * remove zoekt tenant enforcement * migrate blocking search over to grpc. Centralize everything in searchApi * branch handling * plumb file weburl * add repo_sets filter for repositories a user has access to * refactor a bunch of stuff + add support for passing in Query IR to search api * refactor * dev README * wip on better error handling * error handling for stream path * update mcp * changelog wip * type fix * style * Support rev:* wildcard * changelog * changelog nit * feedback * fix build * update docs and remove uneeded test file
1.9 KiB
1.9 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
Changed
- Updated API client to match the latest Sourcebot release. #555
[1.0.9] - 2025-11-17
Added
- Added pagination and filtering to
list_repostool to handle large repository lists efficiently and prevent oversized responses that waste token context. #614
[1.0.8] - 2025-11-10
Fixed
- Fixed issue where search results exceeding token limits would be completely discarded instead of returning truncated content. #604
[1.0.7] - 2025-10-28
Changed
- Updated API client to match the latest Sourcebot release. #555
[1.0.6] - 2025-09-26
Fixed
- Fix
linkedConnections is requiredschema error.
[1.0.5] - 2025-09-15
Changed
- Updated API client to match the latest Sourcebot release. #356
[1.0.4] - 2025-08-04
Fixed
- Fixed issue where console logs were resulting in "unexpected token" errors on the MCP client. #429
[1.0.3] - 2025-06-18
Changed
- Updated API client to match the latest Sourcebot release. #356
[1.0.2] - 2025-05-28
Changed
- Added API key support. #311
[1.0.1] - 2025-05-15
Changed
- Updated API client to match the latest Sourcebot release. #307
[1.0.0] - 2025-05-07
Added
- Initial release