Skip to content

Commit e8a04ed

Browse files
cursoragentmsukkari
andcommitted
Merge main and resolve CHANGELOG conflict
Co-authored-by: Michael Sukkarieh <msukkari@users.noreply.github.com>
2 parents aad79c6 + afbe045 commit e8a04ed

6 files changed

Lines changed: 761 additions & 654 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Added
1111
- Linear issue links in chat responses now render as a rich card-style UI showing the Linear logo, issue identifier, and title instead of plain hyperlinks. [#1060](https://github.com/sourcebot-dev/sourcebot/pull/1060)
1212

13+
## [4.16.7] - 2026-04-03
14+
15+
### Fixed
16+
- Fixed "TypeError: pathRegexp is not a function" type error in the worker. [#1093](https://github.com/sourcebot-dev/sourcebot/pull/1093)
17+
18+
## [4.16.6] - 2026-04-03
19+
20+
### Changed
21+
- Bumped dependencies. [#1082](https://github.com/sourcebot-dev/sourcebot/pull/1082) [#1083](https://github.com/sourcebot-dev/sourcebot/pull/1083) [#1084](https://github.com/sourcebot-dev/sourcebot/pull/1084) [#1085](https://github.com/sourcebot-dev/sourcebot/pull/1085) [#1086](https://github.com/sourcebot-dev/sourcebot/pull/1086) [#1087](https://github.com/sourcebot-dev/sourcebot/pull/1087) [#1088](https://github.com/sourcebot-dev/sourcebot/pull/1088) [#1089](https://github.com/sourcebot-dev/sourcebot/pull/1089) [#1090](https://github.com/sourcebot-dev/sourcebot/pull/1090) [#1091](https://github.com/sourcebot-dev/sourcebot/pull/1091) [#1092](https://github.com/sourcebot-dev/sourcebot/pull/1092)
22+
1323
## [4.16.5] - 2026-04-02
1424

1525
### Added

docs/api-reference/sourcebot-public.openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"openapi": "3.0.3",
33
"info": {
44
"title": "Sourcebot Public API",
5-
"version": "v4.16.5",
5+
"version": "v4.16.7",
66
"description": "OpenAPI description for the public Sourcebot REST endpoints used for search, repository listing, and file browsing. Authentication is instance-dependent: API keys are the standard integration mechanism, OAuth bearer tokens are EE-only, and some instances may allow anonymous access."
77
},
88
"tags": [

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
"node-gyp/glob": "^10.5.0",
3838
"sucrase/glob": "^10.5.0",
3939
"rimraf@npm:5.0.10/glob": "^10.5.0",
40-
"@opentelemetry/resources": "2.5.1"
40+
"@opentelemetry/resources": "2.5.1",
41+
"path-to-regexp@0.1.12": "0.1.13",
42+
"path-to-regexp@^8": "^8.4.0",
43+
"picomatch@^4": "^4.0.4"
4144
}
4245
}

packages/shared/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// This file is auto-generated by .github/workflows/release-sourcebot.yml
2-
export const SOURCEBOT_VERSION = "v4.16.5";
2+
export const SOURCEBOT_VERSION = "v4.16.7";

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@ai-sdk/react": "^3.0.107",
2727
"@ai-sdk/xai": "^3.0.60",
2828
"@auth/prisma-adapter": "^2.11.1",
29-
"@aws-sdk/credential-providers": "^3.1000.0",
29+
"@aws-sdk/credential-providers": "^3.1023.0",
3030
"@codemirror/commands": "^6.6.0",
3131
"@codemirror/lang-cpp": "^6.0.2",
3232
"@codemirror/lang-css": "^6.3.0",

0 commit comments

Comments
 (0)