Roo-Code/packages/telemetry/src
Hannes Rudolph 9d65772d24
fix(condense): remove custom condensing model option (#10901)
* fix(condense): remove custom condensing model option

Remove the ability to specify a different model/API configuration for
condensing conversations. Modern conversations include provider-specific
data (tool calls, reasoning blocks, thought signatures) that only the
originating model can properly understand and summarize.

Changes:
- Remove condensingApiHandler parameter from summarizeConversation()
- Remove condensingApiConfigId from context management and Task
- Remove API config dropdown for CONDENSE in settings UI
- Update telemetry to remove usedCustomApiHandler parameter
- Update related tests

Users can still customize the CONDENSE prompt text; only model selection
is removed.

* fix: remove condensingApiConfigId from types and test fixtures

---------

Co-authored-by: Roo Code <roomote@roocode.com>
2026-01-22 20:06:04 -05:00
..
__tests__ feat(telemetry): add app version to exception captures and filter 402 errors (#9996) 2025-12-10 14:06:51 -08:00
BaseTelemetryClient.ts feat(telemetry): add app version to exception captures and filter 402 errors (#9996) 2025-12-10 14:06:51 -08:00
index.ts Roo Code Cloud (#4069) 2025-05-28 20:43:30 -07:00
PostHogTelemetryClient.ts feat(telemetry): add PostHog exception tracking for consecutive mistake errors (#10193) 2025-12-18 12:59:37 -08:00
TelemetryService.ts fix(condense): remove custom condensing model option (#10901) 2026-01-22 20:06:04 -05:00