We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d4bc060 + f63b667 commit b29b6a1Copy full SHA for b29b6a1
2 files changed
packages/acp-bridge/src/acp-agent.ts
@@ -736,7 +736,7 @@ export class RelayACPAgent implements acp.Agent {
736
737
try {
738
const relay = this.relay!;
739
- const agent = await relay.spawnPty({
+ const agent = await relay.spawnAgent({
740
name,
741
cli,
742
task,
packages/openclaw/src/spawn/process.ts
@@ -171,7 +171,7 @@ export class ProcessSpawnProvider implements SpawnProvider {
171
} as NodeJS.ProcessEnv,
172
});
173
174
- await relay.spawnPty({
+ await relay.spawnAgent({
175
name: agentName,
176
cli: 'node',
177
args: [bridgePath],
0 commit comments