fix(cli-scope): add scopeField to groups, sessions, destinations, members

This commit is contained in:
glifocat
2026-05-10 20:30:40 +02:00
parent 610a692519
commit d8aa46c0a7
+1
View File
@@ -7,6 +7,7 @@ registerResource({
description:
'Session — the runtime unit. Maps one (agent_group, messaging_group, thread) combination to a container with its own inbound.db and outbound.db. Created automatically by the router when a message arrives.',
idColumn: 'id',
scopeField: 'agent_group_id',
columns: [
{ name: 'id', type: 'string', description: 'UUID.', generated: true },
{ name: 'agent_group_id', type: 'string', description: 'Agent group this session runs.' },