feat: Phase A ACP Bridge Foundation#19
Draft
falfaddaghi wants to merge 1 commit intofeat/nexus-acp-bridgefrom
Draft
feat: Phase A ACP Bridge Foundation#19falfaddaghi wants to merge 1 commit intofeat/nexus-acp-bridgefrom
falfaddaghi wants to merge 1 commit intofeat/nexus-acp-bridgefrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
Implements the remaining Phase A ACP bridge foundation work needed for side-kick-ready tool and permission flows. The bridge now forwards ACP tool-call activity as OpenCode-compatible SSE events, supports configurable permission handling, and preserves Nexus session/message context for emitted events while keeping existing auto-approval behavior as the default.
Plan:
docs/tasks/phase-a-acp-bridge-foundation-e1d223a4/plan-phase-a-acp-bridge-foundation-e1d223a4.mdADW tracking ID:
e1d223a4Checklist
tool_callandtool_call_updatenotifications into SSE events with session, message, and call identifiersPOST /session/:id/permissionhandling and per-session permission mode support in the bridge serverKey Changes
packages/nexus-acp-bridgetypes, adapter, server, and config plumbing forautoandforwardpermission modes.tool.call,tool.call.updated, andpermission.requestedevents across bridge and frontend type definitions.