Add dedicated admin page for TKMind Cursor experience channel (H5 + WeChat).

Centralize whitelist and channel toggles away from the WeChat page so Cursor stays an opt-in path for selected users only.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
john
2026-08-28 15:27:10 +08:00
parent 70433a3dcd
commit ec38ee086d
7 changed files with 577 additions and 476 deletions
+2
View File
@@ -349,6 +349,7 @@ export type WechatIntentRouterRuntimeState = {
export type WechatCursorExecutorAdminConfig = {
enabled: boolean;
userAllowlist: string[];
channelAllowlist: string[];
intentAllowlist: string[];
fallbackToDeepseek: boolean;
meta?: {
@@ -371,6 +372,7 @@ export type WechatCursorExecutorRuntimeState = {
policy: {
enabled: boolean;
userAllowlist: string[];
channelAllowlist: string[];
intentAllowlist: string[];
fallbackToDeepseek: boolean;
source?: string;