Call Service - #733
Merged
Merged
Call Service#733
Conversation
…, and adds listServices and useService so an agent can discover and declare the managed connections it uses:
…int in project.test.ts, so the resolution keeps all three: main's two model-selection tests and the managed-connection client test
motatoes
approved these changes
Sep 15, 2026
Expose the connections page again and let operators add aliased Gmail, Calendar, and GitHub accounts without using the API directly. Reconcile pending OAuth links on return and require confirmation before disconnecting an account. Keep the inventory primary by moving creation into a focused dialog.
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.
The platform has served managed connections since August; the SDK had no client.
defineConnection.fetch()cannot emit theservicekey the supervisor routes on,and runtime-set
Authorizationis dropped byFORBIDDEN_EGRESS_HEADERS.The bug: a managed connection answers with
{status, headers, body}wrapped ina 200.
callServicereturned that while documenting the opposite, sookwasalways true and
.json()gave the wrapper. A Gmail sweep readmessagesoff theenvelope, got
undefined, and reported an empty mailbox that had unread mail.listServiceswraps{action:"list"}on the reservedopencomputersegment.useServicedeclares the grant:listSessionConnectionsfilters ondeployment.connections, which only held HTTP connection ids, so agoogleconnection could never appear.