feat(acl): source-aware chat trigger ACL (#252)

This commit is contained in:
BBQ
2026-03-16 11:06:50 +08:00
committed by GitHub
parent ca598bb0a5
commit 1c19ec1022
9 changed files with 190 additions and 55 deletions
+3 -3
View File
@@ -5,9 +5,9 @@ import { MCPConnection } from './mcp'
export interface IdentityContext {
botId: string
containerId: string
channelIdentityId: string
displayName: string
containerId?: string
channelIdentityId?: string
displayName?: string
currentPlatform?: string
replyTarget?: string
conversationType?: string