Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions src/core/webview/ClineProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2158,10 +2158,7 @@ ${prompt}
sharingEnabled: sharingEnabled ?? false,
organizationAllowList,
// kilocode_change start
ghostServiceSettings: ghostServiceSettings ?? {
enableQuickInlineTaskKeybinding: true,
enableSmartInlineTaskKeybinding: true,
},
ghostServiceSettings: ghostServiceSettings,
// kilocode_change end
organizationSettingsVersion,
condensingApiConfigId,
Expand Down Expand Up @@ -2390,10 +2387,7 @@ ${prompt}
commitMessageApiConfigId: stateValues.commitMessageApiConfigId, // kilocode_change
terminalCommandApiConfigId: stateValues.terminalCommandApiConfigId, // kilocode_change
// kilocode_change start
ghostServiceSettings: stateValues.ghostServiceSettings ?? {
enableQuickInlineTaskKeybinding: true,
enableSmartInlineTaskKeybinding: true,
},
ghostServiceSettings: stateValues.ghostServiceSettings,
// kilocode_change end
// kilocode_change start - Auto-purge settings
autoPurgeEnabled: stateValues.autoPurgeEnabled ?? false,
Expand Down