diff --git a/src/cli/resources/sessions.ts b/src/cli/resources/sessions.ts index f60fccc76..33e2407f0 100644 --- a/src/cli/resources/sessions.ts +++ b/src/cli/resources/sessions.ts @@ -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.' },