config: 正则默认启用

This commit is contained in:
Youzini-afk
2026-03-26 16:20:18 +08:00
parent ef7da2bb5f
commit 0fcc50997e

View File

@@ -616,7 +616,7 @@ export function createDefaultTaskProfile(taskType) {
wrap_user_messages_in_quotes: null, wrap_user_messages_in_quotes: null,
}, },
regex: { regex: {
enabled: false, enabled: true,
inheritStRegex: true, inheritStRegex: true,
sources: { sources: {
global: true, global: true,