Skip to content

Conversation

@mwbrooks
Copy link
Member

@mwbrooks mwbrooks commented Dec 9, 2025

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.87%. Comparing base (b724d81) to head (258d3f8).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #293   +/-   ##
=======================================
  Coverage   64.87%   64.87%           
=======================================
  Files         213      213           
  Lines       17550    17550           
=======================================
  Hits        11385    11385           
  Misses       5101     5101           
  Partials     1064     1064           

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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.

3 participants