Skip to content

chore: correct BACKLOG - attachments already wired, unknown-request fallback exists - #63

Merged
william0wang merged 1 commit into
mainfrom
docs/backlog-corrections
Aug 20, 2026
Merged

chore: correct BACKLOG - attachments already wired, unknown-request fallback exists#63
william0wang merged 1 commit into
mainfrom
docs/backlog-corrections

Conversation

@william0wang

Copy link
Copy Markdown
Owner

Summary

Two corrections to the 0.16.3 audit landed in #62, found while evaluating whether to implement the new interfaces:

  • attachments is not unwired — the bridge already extracts ACP image content blocks (extractAttachments) and forwards them on session/send (localPath for file:// uris, dataBase64 otherwise). Moved out of the unwired list; the genuinely unwired session/send params (toolDenylist, runtimeModel, browserAmbientContext, …) stay listed.
  • The unknown server→client request fallback already existsserver-requests.ts handleOne replies bridge unsupported: <method> to any unrecognized request during a turn, and session/send carries a 15s timeout, so workspace/hooks/trustGrant / interaction/browser* / requestProviderRuntimeHeaders cannot hang a turn. The "could hang — watch for this" warning was overstated and is replaced with the actual behavior, plus a note on mapping hook trust to ACP session/request_permission if real UX is ever needed.

Docs-only; no behavior change, no version bump.

@william0wang
william0wang merged commit e82286e into main Aug 20, 2026
@william0wang
william0wang deleted the docs/backlog-corrections branch August 20, 2026 07:58
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.

1 participant