feat/proxy-pcexec #14

Merged
hzhang merged 4 commits from feat/proxy-pcexec into main 2026-03-30 11:57:56 +00:00
Showing only changes of commit a2b965094d - Show all commits

View File

@@ -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');
}