feat: add AI-assisted description generation for Slack sharing#212
Merged
breaking-brake merged 1 commit intomainbreaking-brake/cc-wf-studio:mainfrom Dec 3, 2025
feat/ai-slack-description-generationbreaking-brake/cc-wf-studio:feat/ai-slack-description-generationCopy head branch name to clipboard
Merged
feat: add AI-assisted description generation for Slack sharing#212breaking-brake merged 1 commit intomainbreaking-brake/cc-wf-studio:mainfrom feat/ai-slack-description-generationbreaking-brake/cc-wf-studio:feat/ai-slack-description-generationCopy head branch name to clipboard
breaking-brake merged 1 commit intomainbreaking-brake/cc-wf-studio:mainfrom
feat/ai-slack-description-generationbreaking-brake/cc-wf-studio:feat/ai-slack-description-generationCopy head branch name to clipboard
Conversation
- Add "Generate with AI" button in Slack share dialog - Use Claude Code CLI to analyze workflow and generate description - Support cancel during generation with progress indicator - Localize for all 5 languages (en, ja, ko, zh-CN, zh-TW) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Merged
Contributor
|
🎉 This PR is included in version 3.1.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
When sharing workflows to Slack, users must manually write descriptions for each share. This is time-consuming and inconsistent, especially for complex workflows.
Current Behavior
Expected Behavior
Solution
Add an AI-assisted description generation feature that uses Claude Code CLI to analyze the workflow JSON and generate a concise description in the user's current UI language.
Changes
New File:
src/extension/commands/slack-description-generation.tsFile:
src/extension/commands/open-editor.tsGENERATE_SLACK_DESCRIPTIONmessageFile:
src/shared/types/messages.tsFile:
src/webview/src/components/dialogs/SlackShareDialog.tsxFile:
src/webview/src/services/slack-integration-service.tsgenerateSlackDescription()functionAIGenerationErrorclassFiles: Translation files (5 languages)
Impact
Testing
🤖 Generated with Claude Code