Add global task regex migration and UI

This commit is contained in:
Hao19911125
2026-04-09 10:06:29 +08:00
parent e1f7988aed
commit 3533aeab18
6 changed files with 859 additions and 133 deletions

View File

@@ -112,6 +112,10 @@ export function createGenerationRecallHarness(options = {}) {
taskProfilesVersion: settings?.taskProfilesVersion || 0,
taskProfiles: settings?.taskProfiles || {},
}),
migratePerTaskRegexToGlobal: (settings = {}) => ({
changed: false,
settings,
}),
refreshPanelLiveStateController: () => {
context.refreshPanelCalls += 1;
},