Skip to content

Commit 094cfe1

Browse files
msukkariclaude
andcommitted
docs: consolidate CHANGELOG entries for #1111 into single entry
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 49a1b76 commit 094cfe1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111
- Added `thinkingLevel` and `thinkingBudget` configuration options for Google Generative AI and Google Vertex providers. [#1110](https://github.com/sourcebot-dev/sourcebot/pull/1110)
12-
- Added unified `tool_used` PostHog event tracking for all tool calls across the ask agent and MCP server. [#1111](https://github.com/sourcebot-dev/sourcebot/pull/1111)
13-
- Web app now sets `X-Sourcebot-Client-Source: sourcebot-web-client` header on chat API requests, enabling web-only ask usage filtering in dashboards. [#1111](https://github.com/sourcebot-dev/sourcebot/pull/1111)
1412

1513
### Changed
1614
- Deprecated `GOOGLE_VERTEX_THINKING_BUDGET_TOKENS` environment variable in favor of per-model `thinkingBudget` config. [#1110](https://github.com/sourcebot-dev/sourcebot/pull/1110)
1715
- Removed `GOOGLE_VERTEX_INCLUDE_THOUGHTS` environment variable. Thoughts are now always included. [#1110](https://github.com/sourcebot-dev/sourcebot/pull/1110)
18-
- Renamed PostHog events: `wa_chat_thread_created` `ask_thread_created`, `wa_chat_message_sent` `ask_message_sent`, `wa_chat_tool_used` `tool_used`. [#1111](https://github.com/sourcebot-dev/sourcebot/pull/1111)
16+
- Renamed and consolidated PostHog chat events (`wa_chat_thread_created` -> `ask_thread_created`, `wa_chat_message_sent` -> `ask_message_sent`, `wa_chat_tool_used` -> `tool_used`), added unified `tool_used` tracking across the ask agent and MCP server, and removed the redundant `api_code_search_request` event. [#1111](https://github.com/sourcebot-dev/sourcebot/pull/1111)
1917

2018
## [4.16.8] - 2026-04-09
2119

0 commit comments

Comments
 (0)