Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 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)
- Added `reasoningEffort` configuration option for the Azure OpenAI provider. [#1101](https://github.com/sourcebot-dev/sourcebot/pull/1101)
- Added `reasoningSummary` configuration option for the OpenAI and Azure OpenAI providers. [#1102](https://github.com/sourcebot-dev/sourcebot/pull/1102)
- Added per-model `temperature` configuration option for all language model providers. [#1103](https://github.com/sourcebot-dev/sourcebot/pull/1103)

### Changed
- Links in Ask Sourcebot chat responses now open in a new tab with a subtle external link icon indicator. [#1059](https://github.com/sourcebot-dev/sourcebot/pull/1059)
- Removed `/~` from the root of most app URLs. [#1076](https://github.com/sourcebot-dev/sourcebot/pull/1076)
- Deprecated `SOURCEBOT_CHAT_MODEL_TEMPERATURE` environment variable in favor of per-model `temperature` config. It no longer defaults to `0.3`; if unset and no per-model temperature is configured, temperature is not sent to the API. [#1103](https://github.com/sourcebot-dev/sourcebot/pull/1103)

## [4.16.7] - 2026-04-03

Expand Down
96 changes: 96 additions & 0 deletions docs/snippets/schemas/v3/index.schema.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1813,6 +1813,10 @@
"pattern": "^https?:\\/\\/[^\\s/$.?#].[^\\s]*$",
"description": "Optional base URL."
},
"temperature": {
"type": "number",
"description": "Optional temperature setting to use with the model."
},
"headers": {
"type": "object",
"description": "Optional headers to use with the model.",
Expand Down Expand Up @@ -1947,6 +1951,10 @@
"pattern": "^https?:\\/\\/[^\\s/$.?#].[^\\s]*$",
"description": "Optional base URL."
},
"temperature": {
"type": "number",
"description": "Optional temperature setting to use with the model."
},
"headers": {
"type": "object",
"description": "Optional headers to use with the model.",
Expand Down Expand Up @@ -2078,6 +2086,10 @@
"detailed"
]
},
"temperature": {
"type": "number",
"description": "Optional temperature setting to use with the model."
},
"headers": {
"type": "object",
"description": "Optional headers to use with the model.",
Expand Down Expand Up @@ -2181,6 +2193,10 @@
"pattern": "^https?:\\/\\/[^\\s/$.?#].[^\\s]*$",
"description": "Optional base URL."
},
"temperature": {
"type": "number",
"description": "Optional temperature setting to use with the model."
},
"headers": {
"type": "object",
"description": "Optional headers to use with the model.",
Expand Down Expand Up @@ -2284,6 +2300,10 @@
"pattern": "^https?:\\/\\/[^\\s/$.?#].[^\\s]*$",
"description": "Optional base URL."
},
"temperature": {
"type": "number",
"description": "Optional temperature setting to use with the model."
},
"headers": {
"type": "object",
"description": "Optional headers to use with the model.",
Expand Down Expand Up @@ -2403,6 +2423,10 @@
"pattern": "^https?:\\/\\/[^\\s/$.?#].[^\\s]*$",
"description": "Optional base URL."
},
"temperature": {
"type": "number",
"description": "Optional temperature setting to use with the model."
},
"headers": {
"type": "object",
"description": "Optional headers to use with the model.",
Expand Down Expand Up @@ -2524,6 +2548,10 @@
"pattern": "^https?:\\/\\/[^\\s/$.?#].[^\\s]*$",
"description": "Optional base URL."
},
"temperature": {
"type": "number",
"description": "Optional temperature setting to use with the model."
},
"headers": {
"type": "object",
"description": "Optional headers to use with the model.",
Expand Down Expand Up @@ -2627,6 +2655,10 @@
"pattern": "^https?:\\/\\/[^\\s/$.?#].[^\\s]*$",
"description": "Optional base URL."
},
"temperature": {
"type": "number",
"description": "Optional temperature setting to use with the model."
},
"headers": {
"type": "object",
"description": "Optional headers to use with the model.",
Expand Down Expand Up @@ -2756,6 +2788,10 @@
"detailed"
]
},
"temperature": {
"type": "number",
"description": "Optional temperature setting to use with the model."
},
"headers": {
"type": "object",
"description": "Optional headers to use with the model.",
Expand Down Expand Up @@ -2959,6 +2995,10 @@
"thinking",
"reasoning"
]
},
"temperature": {
"type": "number",
"description": "Optional temperature setting to use with the model."
}
},
"required": [
Expand Down Expand Up @@ -3020,6 +3060,10 @@
"pattern": "^https?:\\/\\/[^\\s/$.?#].[^\\s]*$",
"description": "Optional base URL."
},
"temperature": {
"type": "number",
"description": "Optional temperature setting to use with the model."
},
"headers": {
"type": "object",
"description": "Optional headers to use with the model.",
Expand Down Expand Up @@ -3127,6 +3171,10 @@
"pattern": "^https?:\\/\\/[^\\s/$.?#].[^\\s]*$",
"description": "Optional base URL."
},
"temperature": {
"type": "number",
"description": "Optional temperature setting to use with the model."
},
"headers": {
"type": "object",
"description": "Optional headers to use with the model.",
Expand Down Expand Up @@ -3303,6 +3351,10 @@
"pattern": "^https?:\\/\\/[^\\s/$.?#].[^\\s]*$",
"description": "Optional base URL."
},
"temperature": {
"type": "number",
"description": "Optional temperature setting to use with the model."
},
"headers": {
"type": "object",
"description": "Optional headers to use with the model.",
Expand Down Expand Up @@ -3437,6 +3489,10 @@
"pattern": "^https?:\\/\\/[^\\s/$.?#].[^\\s]*$",
"description": "Optional base URL."
},
"temperature": {
"type": "number",
"description": "Optional temperature setting to use with the model."
},
"headers": {
"type": "object",
"description": "Optional headers to use with the model.",
Expand Down Expand Up @@ -3568,6 +3624,10 @@
"detailed"
]
},
"temperature": {
"type": "number",
"description": "Optional temperature setting to use with the model."
},
"headers": {
"type": "object",
"description": "Optional headers to use with the model.",
Expand Down Expand Up @@ -3671,6 +3731,10 @@
"pattern": "^https?:\\/\\/[^\\s/$.?#].[^\\s]*$",
"description": "Optional base URL."
},
"temperature": {
"type": "number",
"description": "Optional temperature setting to use with the model."
},
"headers": {
"type": "object",
"description": "Optional headers to use with the model.",
Expand Down Expand Up @@ -3774,6 +3838,10 @@
"pattern": "^https?:\\/\\/[^\\s/$.?#].[^\\s]*$",
"description": "Optional base URL."
},
"temperature": {
"type": "number",
"description": "Optional temperature setting to use with the model."
},
"headers": {
"type": "object",
"description": "Optional headers to use with the model.",
Expand Down Expand Up @@ -3893,6 +3961,10 @@
"pattern": "^https?:\\/\\/[^\\s/$.?#].[^\\s]*$",
"description": "Optional base URL."
},
"temperature": {
"type": "number",
"description": "Optional temperature setting to use with the model."
},
"headers": {
"type": "object",
"description": "Optional headers to use with the model.",
Expand Down Expand Up @@ -4014,6 +4086,10 @@
"pattern": "^https?:\\/\\/[^\\s/$.?#].[^\\s]*$",
"description": "Optional base URL."
},
"temperature": {
"type": "number",
"description": "Optional temperature setting to use with the model."
},
"headers": {
"type": "object",
"description": "Optional headers to use with the model.",
Expand Down Expand Up @@ -4117,6 +4193,10 @@
"pattern": "^https?:\\/\\/[^\\s/$.?#].[^\\s]*$",
"description": "Optional base URL."
},
"temperature": {
"type": "number",
"description": "Optional temperature setting to use with the model."
},
"headers": {
"type": "object",
"description": "Optional headers to use with the model.",
Expand Down Expand Up @@ -4246,6 +4326,10 @@
"detailed"
]
},
"temperature": {
"type": "number",
"description": "Optional temperature setting to use with the model."
},
"headers": {
"type": "object",
"description": "Optional headers to use with the model.",
Expand Down Expand Up @@ -4449,6 +4533,10 @@
"thinking",
"reasoning"
]
},
"temperature": {
"type": "number",
"description": "Optional temperature setting to use with the model."
}
},
"required": [
Expand Down Expand Up @@ -4510,6 +4598,10 @@
"pattern": "^https?:\\/\\/[^\\s/$.?#].[^\\s]*$",
"description": "Optional base URL."
},
"temperature": {
"type": "number",
"description": "Optional temperature setting to use with the model."
},
"headers": {
"type": "object",
"description": "Optional headers to use with the model.",
Expand Down Expand Up @@ -4617,6 +4709,10 @@
"pattern": "^https?:\\/\\/[^\\s/$.?#].[^\\s]*$",
"description": "Optional base URL."
},
"temperature": {
"type": "number",
"description": "Optional temperature setting to use with the model."
},
"headers": {
"type": "object",
"description": "Optional headers to use with the model.",
Expand Down
Loading
Loading