Skip to content

Add code agent hub#879

Draft
xingsy97 wants to merge 26 commits intomainfrom
chat/demo/copilot
Draft

Add code agent hub#879
xingsy97 wants to merge 26 commits intomainfrom
chat/demo/copilot

Conversation

@xingsy97
Copy link
Copy Markdown
Collaborator

@xingsy97 xingsy97 commented Apr 8, 2026

No description provided.

Comment thread sdk/webpubsub-chat-client/examples/code-agent-hub/web-server.js Fixed
Comment thread sdk/webpubsub-chat-client/examples/code-agent-hub/web-server.js Fixed
@xingsy97 xingsy97 force-pushed the chat/demo/copilot branch from cf5072f to 0363b55 Compare April 13, 2026 09:52

async function runCommandOrThrow(command, args = []) {
const launch = resolveSpawnLaunch(command, args);
const child = spawn(launch.command, launch.args, { stdio: 'inherit', shell: false });
Comment on lines +403 to +407
const child = spawn(resolvedLaunch.command, resolvedLaunch.args, {
stdio: ['pipe', 'pipe', 'pipe'],
env: { ...process.env, ...(ACP_AGENTS[agentName]?.env || {}) },
shell: false,
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants