Skip to content

Preview the connections.list item in the connection edit sheet - #1746

Merged
RhysSullivan merged 2 commits into
UsefulSoftwareCo:mainfrom
sergical:fix/connection-edit-sheet-agent-preview
Aug 28, 2026
Merged

Preview the connections.list item in the connection edit sheet#1746
RhysSullivan merged 2 commits into
UsefulSoftwareCo:mainfrom
sergical:fix/connection-edit-sheet-agent-preview

Conversation

@sergical

Copy link
Copy Markdown

Fixes #1745.

The "What agents see" preview in the connection edit sheet rendered a - \` — inventory line. That line left theexecutedescription in #1230, when the inventory was slimmed to bare integration slugs, so the preview showed text no agent reads. The account label was also marked "Display-only", butconnections.listreturnsidentityLabelto agents next todescription`.

  • The preview now renders the connections.list item for the connection: { name: "…", identityLabel: "…", description: "…", ... }, in the same shape the integration sheet uses. The label field updates it live.
  • Sheet copy says both fields are agent-visible through connections.list, and that the callable name stays as it was at connect time (saved code calls that path, so it must not follow a rename).
  • Connection.identityLabel / Connection.description doc comments in @executor-js/sdk describe the current surface instead of the removed inventory line.

Verified with bun run typecheck (react), bun run lint, and bun run format:check. UI-only copy and preview change; no behavior change on the server.

sergical and others added 2 commits August 25, 2026 17:45
The "What agents see" preview rendered a `- \`<prefix>\` — <description>`
inventory line. That line left the execute description in UsefulSoftwareCo#1230, when the
inventory was slimmed to bare integration slugs, so the preview showed text
no agent reads. The account label was also marked display-only, but
`connections.list` returns it to agents next to the description.

Render the `connections.list` item (name, identityLabel, description) in
the preview, say in the sheet copy that both fields are agent-visible, and
note that the callable name stays fixed at connect time.
@RhysSullivan
RhysSullivan merged commit 9dff4e8 into UsefulSoftwareCo:main Aug 28, 2026
40 checks passed
@RhysSullivan RhysSullivan mentioned this pull request Aug 28, 2026
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.

Connection edit sheet: "What agents see" preview shows an inventory line agents no longer read, and the account label is not display-only

2 participants