|
|
@@ -1873,7 +1873,7 @@ export class ClineProvider
|
|
|
followupAutoApproveTimeoutMs: followupAutoApproveTimeoutMs ?? 60000,
|
|
|
includeDiagnosticMessages: includeDiagnosticMessages ?? true,
|
|
|
maxDiagnosticMessages: maxDiagnosticMessages ?? 50,
|
|
|
- includeTaskHistoryInEnhance: includeTaskHistoryInEnhance ?? false,
|
|
|
+ includeTaskHistoryInEnhance: includeTaskHistoryInEnhance ?? true,
|
|
|
remoteControlEnabled: remoteControlEnabled ?? false,
|
|
|
}
|
|
|
}
|
|
|
@@ -2061,7 +2061,7 @@ export class ClineProvider
|
|
|
includeDiagnosticMessages: stateValues.includeDiagnosticMessages ?? true,
|
|
|
maxDiagnosticMessages: stateValues.maxDiagnosticMessages ?? 50,
|
|
|
// Add includeTaskHistoryInEnhance setting
|
|
|
- includeTaskHistoryInEnhance: stateValues.includeTaskHistoryInEnhance ?? false,
|
|
|
+ includeTaskHistoryInEnhance: stateValues.includeTaskHistoryInEnhance ?? true,
|
|
|
// Add remoteControlEnabled setting
|
|
|
remoteControlEnabled: stateValues.remoteControlEnabled ?? false,
|
|
|
}
|