feat(ui): Add slack manifest generator #4237
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
|
@BugBot review |
PR SummaryMedium Risk Overview Introduces a new Also adds new emcn primitives Reviewed by Cursor Bugbot for commit 5a15504. Bugbot is set up for automated code reviews on this repo. Configure here. |
Greptile SummaryThis PR introduces a multi-step Slack App Setup Wizard that auto-generates a Slack manifest from user-selected capabilities, guiding users through app creation and credential entry. It adds a reusable
Confidence Score: 4/5Safe to merge after fixing the clipboard async/error handling and the SecretInput onChange guard. Two P1 issues exist in the wizard UI: unhandled clipboard Promise gives false success feedback, and SecretInput onChange can write bullet characters to the store. Both are confined to the wizard and don't affect data in normal usage, but should be fixed before merge. apps/sim/app/.../slack-setup-wizard/slack-setup-wizard.tsx — clipboard and SecretInput onChange Important Files Changed
Reviews (1): Last reviewed commit: "Fix test" | Re-trigger Greptile |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit ae72147. Configure here.

Summary
Previous slack instructions had the user directly editing scopes. Slack's ui can be confusing, we should auto-generate a manifest that they can use.
Created a slack setup wizard to do this. Allows user to specify the scope and gives direct step by step instructions that auto paste into correct subblocks.
Type of Change
Testing
Checklist
Screenshots/Videos