Sync terminal selection AI preference (#1441)

Syncs the terminal selection Add to Conversation preference with AI settings so cloud sync, local backups, restores, and settings-only auto-sync detect the value.

Follow-up for #1436.
This commit is contained in:
陈大猫
2026-06-12 14:28:33 +08:00
committed by GitHub
parent a301ecb2ca
commit 64a6986d01
3 changed files with 29 additions and 0 deletions

View File

@@ -273,6 +273,7 @@ export interface SyncPayload {
agentProviderMap?: Record<string, string>;
webSearchConfig?: Record<string, unknown> | null;
quickMessages?: Array<Record<string, unknown>>;
showTerminalSelectionAction?: boolean;
};
};