From a2b965094d7d02aee4621ec779ba0336027a7d21 Mon Sep 17 00:00:00 2001 From: nav Date: Mon, 30 Mar 2026 11:38:05 +0000 Subject: [PATCH] chore: log proxy pcexec auth context --- plugin/index.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugin/index.ts b/plugin/index.ts index 554a5e8..4f8ced0 100644 --- a/plugin/index.ts +++ b/plugin/index.ts @@ -112,6 +112,10 @@ function register(api: any, config?: any) { async execute(_id: string, params: any) { const command = params.command; const proxyFor = params['proxy-for']; + logger.info('proxy-pcexec auth check', { + agentId, + proxyAllowlist, + }); if (!command) { throw new Error('Missing required parameter: command'); }