feat(cursor): wire executor through portal, admin, and wechat routes

Register cursor in LLM executor bindings, route page/code tasks through
cursor runtime selection, and bootstrap wechat cursor policy services.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
john
2026-08-27 09:33:47 +08:00
parent a29e1ec5c8
commit ad6dcc283f
17 changed files with 343 additions and 16 deletions
+1
View File
@@ -87,6 +87,7 @@ const CONSOLES = {
skillRuntimeConfigService: services.skillRuntimeConfigService,
systemDisclosurePolicyService: services.systemDisclosurePolicyService,
agentCodeRunPolicyService: services.agentCodeRunPolicyService,
wechatCursorExecutorPolicyService: services.wechatCursorExecutorPolicyService,
adminSystemTestService: services.adminSystemTestService,
plazaPosts: services.plazaPosts,
plazaOps: services.plazaOps,