Add per-feature Cursor channel toggles for admin and runtime.
Memind CI / Test, build, and release guards (push) Has been cancelled
Memind CI / Test, build, and release guards (push) Has been cancelled
Expose page/data/scheduled-task/chat-bridge switches in the智趣体验通道 config so Tang can roll out Cursor paths independently with DeepSeek fallback. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -14,6 +14,8 @@ export function startScheduledTaskWorker({
|
||||
executeTask = executeScheduledTask,
|
||||
userAuth = null,
|
||||
tkmindProxy = null,
|
||||
agentRunGateway = null,
|
||||
cursorExecutorPolicyService = null,
|
||||
sessionSnapshotService = null,
|
||||
notificationDispatcher = null,
|
||||
pool = null,
|
||||
@@ -124,6 +126,8 @@ export function startScheduledTaskWorker({
|
||||
const result = await executeTask(task, {
|
||||
userAuth,
|
||||
tkmindProxy,
|
||||
agentRunGateway,
|
||||
cursorExecutorPolicyService,
|
||||
sessionSnapshotService,
|
||||
pool,
|
||||
h5Root,
|
||||
|
||||
Reference in New Issue
Block a user