You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Preview the connections.list item in the connection edit sheet (#1746)
The "What agents see" preview rendered a `- \`<prefix>\` — <description>`
inventory line. That line left the execute description 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, 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.
Co-authored-by: Rhys Sullivan <39114868+RhysSullivan@users.noreply.github.com>
**The connection edit sheet now previews what agents actually read**
6
+
7
+
The "What agents see" preview in the connection edit sheet rendered a `- \`<prefix>\` — <description>`inventory line. That line left the`execute`tool description 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 alongside the description.
8
+
9
+
The preview now mirrors the `connections.list` item for the connection (`name`, `identityLabel`, `description`), and the sheet copy says that both fields are agent-visible while the callable name stays as it was at connect time.
0 commit comments