From 7e8b838be84ff0474e5c4e095720c820d231cc59 Mon Sep 17 00:00:00 2001 From: Juliet Shackell Date: Tue, 20 Jan 2026 11:35:11 -0800 Subject: [PATCH] fix: quick edit of help for new org open AAB command --- messages/open.authoring-bundle.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/messages/open.authoring-bundle.md b/messages/open.authoring-bundle.md index ccd2335a..c5658e20 100644 --- a/messages/open.authoring-bundle.md +++ b/messages/open.authoring-bundle.md @@ -1,22 +1,24 @@ # summary -Open an org directly to the agents list view +Open your org in Agentforce Studio, specically in the list view showing the list of agents. # description +The list view shows the agents in your org that are implemented with Agent Script and an authoring bundle. Click on an agent name to open it in Agentforce Builder in a new browser window. + To generate the URL but not launch it in your browser, specify --url-only. # examples -- Open to the agents list view in your default org using your default browser: +- Open the agents list view in your default org using your default browser: $ <%= config.bin %> <%= command.id %> -- Open to the agents list view in an incognito window of your default browser: +- Open the agents list view in an incognito window of your default browser: $ <%= config.bin %> <%= command.id %> --private -- Open to the agents list view in an org with alias MyTestOrg1 using the Firefox browser: +- Open the agents list view in an org with alias MyTestOrg1 using the Firefox browser: $ <%= config.bin %> <%= command.id %> --target-org MyTestOrg1 --browser firefox