From da9da7e62914044b311151eee8851329f890480b Mon Sep 17 00:00:00 2001 From: johnnyfish Date: Sat, 2 May 2026 20:17:26 +0300 Subject: [PATCH] fix: use ONECLI_URL template var for OAuth connect URL in gateway skill --- cmd/onecli/skill_gateway.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cmd/onecli/skill_gateway.md b/cmd/onecli/skill_gateway.md index 61a19cf..4a2e4cd 100644 --- a/cmd/onecli/skill_gateway.md +++ b/cmd/onecli/skill_gateway.md @@ -54,11 +54,10 @@ You MUST show the user a clickable link BEFORE doing anything else. Do NOT skip this step. Do NOT jump to polling. The user cannot connect without seeing this link. -**For OAuth apps:** extract the `connect_url` from the error response and -append `&source=agent&agent_name={{AGENT_NAME_ENCODED}}`. Show it like: +**For OAuth apps:** use the `connect_url` from the error response directly: > To connect [service], open this link: -> http://localhost:10254/connections?connect=[provider]&source=agent&agent_name={{AGENT_NAME_ENCODED}} +> [connect_url from the error response] **For API key services:** construct a pre-filled dashboard link: