Skip to content

Add code agent hub - #879

Draft
xingsy97 (xingsy97) wants to merge 27 commits into
mainfrom
chat/demo/copilot
Draft

Add code agent hub#879
xingsy97 (xingsy97) wants to merge 27 commits into
mainfrom
chat/demo/copilot

Conversation

@xingsy97

Copy link
Copy Markdown
Collaborator

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

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