mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-06-13 18:31:16 +08:00
Add global task regex migration and UI
This commit is contained in:
@@ -112,6 +112,10 @@ export function createGenerationRecallHarness(options = {}) {
|
||||
taskProfilesVersion: settings?.taskProfilesVersion || 0,
|
||||
taskProfiles: settings?.taskProfiles || {},
|
||||
}),
|
||||
migratePerTaskRegexToGlobal: (settings = {}) => ({
|
||||
changed: false,
|
||||
settings,
|
||||
}),
|
||||
refreshPanelLiveStateController: () => {
|
||||
context.refreshPanelCalls += 1;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user