mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
fix: remove condensingApiConfigId from types and test fixtures
This commit is contained in:
parent
0712ff8c7b
commit
4dcc31e2ca
5 changed files with 0 additions and 5 deletions
|
|
@ -63,7 +63,6 @@ export const globalSettingsSchema = z.object({
|
|||
openRouterImageApiKey: z.string().optional(),
|
||||
openRouterImageGenerationSelectedModel: z.string().optional(),
|
||||
|
||||
condensingApiConfigId: z.string().optional(),
|
||||
customCondensingPrompt: z.string().optional(),
|
||||
|
||||
autoApprovalEnabled: z.boolean().optional(),
|
||||
|
|
|
|||
|
|
@ -324,7 +324,6 @@ export type ExtensionState = Pick<
|
|||
| "customModePrompts"
|
||||
| "customSupportPrompts"
|
||||
| "enhancementApiConfigId"
|
||||
| "condensingApiConfigId"
|
||||
| "customCondensingPrompt"
|
||||
| "codebaseIndexConfig"
|
||||
| "codebaseIndexModels"
|
||||
|
|
|
|||
|
|
@ -87,7 +87,6 @@ describe("ContextManagementSettings", () => {
|
|||
const defaultProps = {
|
||||
autoCondenseContext: false,
|
||||
autoCondenseContextPercent: 80,
|
||||
condensingApiConfigId: undefined,
|
||||
customCondensingPrompt: undefined,
|
||||
listApiConfigMeta: [],
|
||||
maxOpenTabsContext: 20,
|
||||
|
|
|
|||
|
|
@ -192,7 +192,6 @@ describe("SettingsView - Change Detection Fix", () => {
|
|||
maxTotalImageSize: 20,
|
||||
terminalCompressProgressBar: false,
|
||||
maxConcurrentFileReads: 5,
|
||||
condensingApiConfigId: "",
|
||||
customCondensingPrompt: "",
|
||||
customSupportPrompts: {},
|
||||
profileThresholds: {},
|
||||
|
|
|
|||
|
|
@ -197,7 +197,6 @@ describe("SettingsView - Unsaved Changes Detection", () => {
|
|||
maxTotalImageSize: 20,
|
||||
terminalCompressProgressBar: false,
|
||||
maxConcurrentFileReads: 5,
|
||||
condensingApiConfigId: "",
|
||||
customCondensingPrompt: "",
|
||||
customSupportPrompts: {},
|
||||
profileThresholds: {},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue