feat: add remote-acpx ACP runtime backend for node dispatch#1
Open
aehrt55 wants to merge 10000 commits into
Open
feat: add remote-acpx ACP runtime backend for node dispatch#1aehrt55 wants to merge 10000 commits into
aehrt55 wants to merge 10000 commits into
Conversation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
acp-node-event-bridge) usingSymbol.forglobalThis for cross-module-loader state sharinginvoke-acp) that spawnsacpxsubprocess per turn, streaming ndjson back as eventsplugin-sdk/remote-acpxsurface for the remote-acpx extensionclaude-nodeextension with Claude Code CLI dispatch skillacp.*events through node-host runner and gateway event handler/acp spawnto resolveagents.listentries withruntime.type=acp@marxbiotech/openclawpackage name in version/update checksKey changes
src/gateway/acp-node-event-bridge.ts— Singleton pub/sub bridge (gateway ↔ extension)src/node-host/invoke-acp.ts— Mac-sideacp.spawn/acp.turn/acp.killhandlersrc/gateway/server-node-events.ts— Routeacp.spawned/acp.message/acp.exited/acp.errorto bridgesrc/auto-reply/reply/commands-acp/shared.ts— Resolveagents.listentries for spawnTest plan
@marxbiotech/openclaw@2026.3.12-2make nodeconnects Mac to remote gateway/acp spawn claudedispatches to Mac node via remote-acpxacp.turnexecutes acpx claude on Mac and streams response back🤖 Generated with Claude Code