Skip to content

Commit 4c0c1ca

Browse files
committed
feat: update 'create' cmd section to 'Agentic AI App'
1 parent 6f7f8d5 commit 4c0c1ca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

cmd/project/create_template.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,16 +78,16 @@ func getSelectionOptions(clients *shared.ClientFactory, categoryID string) []pro
7878
func getSelectionOptionsForCategory(clients *shared.ClientFactory) []promptObject {
7979
return []promptObject{
8080
{
81-
Title: fmt.Sprintf("Starter app %s", style.Secondary("Getting started Slack app")),
81+
Title: fmt.Sprintf("Starter App %s", style.Secondary("Getting started Slack app")),
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("Agentic AI App %s %s", style.Secondary("Slack agents and assistants"), style.Emoji("sparkles")),
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)