Skip to content

Commit 7010c3b

Browse files
mwbrookssrtaalejzimeg
authored
feat: update 'create' cmd section to 'AI Agent app' (#293)
* feat: update 'create' cmd section to 'Agentic AI App' * feat: lowercase the 'app' * change ai-apps command name * Apply suggestion from @zimeg Co-authored-by: Eden Zimbelman <eden.zimbelman@salesforce.com> --------- Co-authored-by: Ale Mercado <maria.mercado@slack-corp.com> Co-authored-by: Eden Zimbelman <eden.zimbelman@salesforce.com>
1 parent 6b64a28 commit 7010c3b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cmd/project/create_template.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@ func getSelectionOptionsForCategory(clients *shared.ClientFactory) []promptObjec
8282
Repository: "slack-cli#getting-started",
8383
},
8484
{
85-
Title: fmt.Sprintf("Automation app %s", style.Secondary("Custom steps and workflows")),
86-
Repository: "slack-cli#automation-apps",
85+
Title: fmt.Sprintf("AI Agent app %s", style.Secondary("Slack agents and assistants")),
86+
Repository: "slack-cli#ai-apps",
8787
},
8888
{
89-
Title: fmt.Sprintf("AI app %s %s", style.Secondary("Slack agents and assistants"), style.Emoji("sparkles")),
90-
Repository: "slack-cli#ai-apps",
89+
Title: fmt.Sprintf("Automation app %s", style.Secondary("Custom steps and workflows")),
90+
Repository: "slack-cli#automation-apps",
9191
},
9292
{
9393
Title: "View more samples",

0 commit comments

Comments
 (0)