feat(w5): ship v2.0.0 platform sync, undo persistence, and updates

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-08 18:24:51 +08:00
parent cb6b4c3731
commit fe421ffc55
60 changed files with 2207 additions and 36 deletions
+2
View File
@@ -38,6 +38,8 @@ export const useSettingsStore = create<SettingsState>((set, get) => ({
enableComplianceCheck: false,
complianceWords: [] as string[],
customSlashCommands: [] as { id: string; name: string; template: string }[],
mcpConnectorUrl: '',
extensionDevMode: false,
loaded: false,
load: async () => {
const data = await ipcCall(() => window.electronAPI.settings.get())