Skip to content

Conversation

@mwbrooks
Copy link
Member

@mwbrooks mwbrooks commented Dec 9, 2025

Changelog

Updated the slack create command to display "AI Agent app" instead of "AI app" to align with Slack's new Agent app features.

Summary

This pull request updates the slack create command's section from "AI app" to "Agentic AI app" to align with Slack's AI branding and the industry's general direction.

Preview

image

Requirements

@mwbrooks mwbrooks added this to the Next Release milestone Dec 9, 2025
@mwbrooks mwbrooks self-assigned this Dec 9, 2025
@mwbrooks mwbrooks requested a review from a team as a code owner December 9, 2025 23:27
@mwbrooks mwbrooks added enhancement M-T: A feature request for new functionality semver:patch Use on pull requests to describe the release version increment labels Dec 9, 2025
@codecov
Copy link

codecov bot commented Dec 9, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 64.86%. Comparing base (6b64a28) to head (2e4aa10).
⚠️ Report is 7 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #293      +/-   ##
==========================================
+ Coverage   64.84%   64.86%   +0.02%     
==========================================
  Files         212      212              
  Lines       17538    17538              
==========================================
+ Hits        11372    11376       +4     
+ Misses       5096     5094       -2     
+ Partials     1070     1068       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Member

@zimeg zimeg left a comment

Choose a reason for hiding this comment

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

@mwbrooks LGTM and thanks for keeping us withe the latest 👾 ✨

It's interesting to find that changes to available template strings were all that's needed for this change, but testing still finds the right templates for me!

I do wonder if we should follow up with renaming templates from "bolt-js-assistant-template" to "bolt-js-agent-template" but we can save this discussion for later of course 🚢

{
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
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...

@mwbrooks mwbrooks modified the milestones: v3.11.0, Next Release Jan 16, 2026
{
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
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")),

@srtaalej
Copy link
Contributor

name changed ✅ @zimeg @mwbrooks let me know if this looks good! 😸

@zimeg zimeg changed the title feat: update 'create' cmd section to 'Agentic AI app' feat: update 'create' cmd section to 'AI Agent app' Jan 28, 2026
Copy link
Member

@zimeg zimeg left a comment

Choose a reason for hiding this comment

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

@srtaalej @mwbrooks LGTM! I left a comment on semantics I think, but nothing so blocking.

I'm still wondering if we'll want to update the URLs to agent templates instead of "assistant" wordings, but that of course can follow up in another PR.

Co-authored-by: Eden Zimbelman <eden.zimbelman@salesforce.com>
@mwbrooks
Copy link
Member Author

I'm still wondering if we'll want to update the URLs to agent templates instead of "assistant" wordings, but that of course can follow up in another PR.

@zimeg We do want to update the agent template URLs, but not yet. I think we will be reverting the assistant template back to it's original state and introducing a new, dedicated AI Agent template in the coming weeks. So when that's complete, we can update the CLI URLs to use the new AI Agent template URL.

@mwbrooks
Copy link
Member Author

@zimeg Thanks for the reviews! 🙇🏻 And @srtaalej thanks for jumping in to bring this PR back to life with the latest changes! ⚡

Things are looking good, so let's merge this now 🚀

@mwbrooks mwbrooks merged commit 7010c3b into main Jan 28, 2026
8 checks passed
@mwbrooks mwbrooks deleted the mwbrooks-create-ai-apps-name branch January 28, 2026 22:54
@mwbrooks mwbrooks added the changelog Use on updates to be included in the release notes label Jan 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog Use on updates to be included in the release notes enhancement M-T: A feature request for new functionality semver:patch Use on pull requests to describe the release version increment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants