Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions cmd/project/create_template.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@ func getSelectionOptionsForCategory(clients *shared.ClientFactory) []promptObjec
Repository: "slack-cli#getting-started",
},
{
Title: fmt.Sprintf("Automation app %s", style.Secondary("Custom steps and workflows")),
Repository: "slack-cli#automation-apps",
Title: fmt.Sprintf("Agentic AI app %s %s", style.Secondary("Slack agents and assistants"), style.Emoji("sparkles")),
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Title: fmt.Sprintf("Agentic AI app %s %s", style.Secondary("Slack agents and assistants"), style.Emoji("sparkles")),
Title: fmt.Sprintf("Agentic AI app %s", style.Secondary("Slack agents and assistants")),

suggestion(non-blocking): This highlights interesting features but I wonder if moving this to be the second option suffices? The emoji logic might otherwise output strange characters for Windows machines at this time...

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Title: fmt.Sprintf("Agentic AI app %s %s", style.Secondary("Slack agents and assistants"), style.Emoji("sparkles")),
Title: fmt.Sprintf("AI Agent apps %s %s", style.Secondary("Slack agents and assistants"), style.Emoji("sparkles")),

Repository: "slack-cli#ai-apps",
},
{
Title: fmt.Sprintf("AI app %s %s", style.Secondary("Slack agents and assistants"), style.Emoji("sparkles")),
Repository: "slack-cli#ai-apps",
Title: fmt.Sprintf("Automation app %s", style.Secondary("Custom steps and workflows")),
Repository: "slack-cli#automation-apps",
},
{
Title: "View more samples",
Expand Down
Loading