diff --git a/src/core/webview/ClineProvider.ts b/src/core/webview/ClineProvider.ts index 6c1d612943..600915f275 100644 --- a/src/core/webview/ClineProvider.ts +++ b/src/core/webview/ClineProvider.ts @@ -1813,6 +1813,8 @@ export class ClineProvider includeDiagnosticMessages, maxDiagnosticMessages, includeTaskHistoryInEnhance, + includeCurrentTime, + includeCurrentCost, taskSyncEnabled, remoteControlEnabled, openRouterImageApiKey, @@ -1961,6 +1963,8 @@ export class ClineProvider includeDiagnosticMessages: includeDiagnosticMessages ?? true, maxDiagnosticMessages: maxDiagnosticMessages ?? 50, includeTaskHistoryInEnhance: includeTaskHistoryInEnhance ?? true, + includeCurrentTime: includeCurrentTime ?? true, + includeCurrentCost: includeCurrentCost ?? true, taskSyncEnabled, remoteControlEnabled, openRouterImageApiKey, @@ -2173,6 +2177,8 @@ export class ClineProvider includeDiagnosticMessages: stateValues.includeDiagnosticMessages ?? true, maxDiagnosticMessages: stateValues.maxDiagnosticMessages ?? 50, includeTaskHistoryInEnhance: stateValues.includeTaskHistoryInEnhance ?? true, + includeCurrentTime: stateValues.includeCurrentTime ?? true, + includeCurrentCost: stateValues.includeCurrentCost ?? true, taskSyncEnabled, remoteControlEnabled: (() => { try {