Isolate Cursor executor to admin-configured whitelist channel for H5 and WeChat.
Memind CI / Test, build, and release guards (push) Failing after 4m22s
Memind CI / Test, build, and release guards (push) Failing after 4m22s
Non-allowlisted users stay on the existing Goose/DeepSeek path; only memindadm whitelist users enter the TKMind Cursor channel on selected intents and channels. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -42,6 +42,7 @@ export function attachPortalAgentRuntimeRoutes(
|
||||
getSessionAccess = () => null,
|
||||
getMindSpaceAssetAgent = () => null,
|
||||
getCodeRunPolicyService = () => null,
|
||||
getCursorExecutorPolicyService = () => null,
|
||||
getUserToken = () => null,
|
||||
getDeepSearchInternalSecret = () => null,
|
||||
bearerToken = () => null,
|
||||
@@ -133,6 +134,7 @@ export function attachPortalAgentRuntimeRoutes(
|
||||
agentRunGateway,
|
||||
mindSpaceAssetAgent: getMindSpaceAssetAgent(),
|
||||
codeRunPolicyService: getCodeRunPolicyService(),
|
||||
cursorExecutorPolicyService: getCursorExecutorPolicyService(),
|
||||
goalRunService: getGoalRunService(),
|
||||
chatIntentRouter: getChatIntentRouter(),
|
||||
templateCatalogService: getTemplateCatalog(),
|
||||
|
||||
Reference in New Issue
Block a user