2025-05-07 23:21:05 +00:00
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog ](https://keepachangelog.com/en/1.1.0/ ),
and this project adheres to [Semantic Versioning ](https://semver.org/spec/v2.0.0.html ).
## [Unreleased]
2025-11-22 23:33:31 +00:00
### Changed
- Updated API client to match the latest Sourcebot release. [#555 ](https://github.com/sourcebot-dev/sourcebot/pull/555 )
2025-11-18 01:11:03 +00:00
## [1.0.9] - 2025-11-17
2025-11-18 01:08:20 +00:00
### Added
- Added pagination and filtering to `list_repos` tool to handle large repository lists efficiently and prevent oversized responses that waste token context. [#614 ](https://github.com/sourcebot-dev/sourcebot/pull/614 )
2025-11-10 23:32:32 +00:00
## [1.0.8] - 2025-11-10
2025-11-10 23:23:56 +00:00
### Fixed
- Fixed issue where search results exceeding token limits would be completely discarded instead of returning truncated content. [#604 ](https://github.com/sourcebot-dev/sourcebot/pull/604 )
2025-10-29 06:03:11 +00:00
## [1.0.7] - 2025-10-28
2025-11-10 23:32:32 +00:00
### Changed
2025-10-29 06:03:11 +00:00
- Updated API client to match the latest Sourcebot release. [#555 ](https://github.com/sourcebot-dev/sourcebot/pull/555 )
2025-09-27 04:46:23 +00:00
## [1.0.6] - 2025-09-26
2025-11-10 23:32:32 +00:00
### Fixed
2025-09-27 04:46:23 +00:00
- Fix `linkedConnections is required` schema error.
2025-09-16 06:23:49 +00:00
## [1.0.5] - 2025-09-15
### Changed
- Updated API client to match the latest Sourcebot release. [#356 ](https://github.com/sourcebot-dev/sourcebot/pull/356 )
2025-08-04 23:14:09 +00:00
## [1.0.4] - 2025-08-04
2025-08-04 23:12:10 +00:00
### Fixed
- Fixed issue where console logs were resulting in "unexpected token" errors on the MCP client. [#429 ](https://github.com/sourcebot-dev/sourcebot/pull/429 )
2025-06-18 18:32:00 +00:00
## [1.0.3] - 2025-06-18
2025-06-17 22:58:04 +00:00
### Changed
- Updated API client to match the latest Sourcebot release. [#356 ](https://github.com/sourcebot-dev/sourcebot/pull/356 )
2025-05-28 23:55:58 +00:00
## [1.0.2] - 2025-05-28
2025-05-28 23:08:42 +00:00
### Changed
- Added API key support. [#311 ](https://github.com/sourcebot-dev/sourcebot/pull/311 )
2025-05-28 23:55:58 +00:00
## [1.0.1] - 2025-05-15
2025-05-15 20:55:15 +00:00
2025-05-15 20:42:58 +00:00
### Changed
- Updated API client to match the latest Sourcebot release. [#307 ](https://github.com/sourcebot-dev/sourcebot/pull/307 )
2025-05-07 23:21:05 +00:00
## [1.0.0] - 2025-05-07
### Added
- Initial release