feat: improve AI workflow generation UX#10
Merged
breaking-brake merged 1 commit intomainbreaking-brake/cc-wf-studio:mainfrom Nov 8, 2025
feature/ai-generation-improvementsbreaking-brake/cc-wf-studio:feature/ai-generation-improvementsCopy head branch name to clipboard
Merged
feat: improve AI workflow generation UX#10breaking-brake merged 1 commit intomainbreaking-brake/cc-wf-studio:mainfrom feature/ai-generation-improvementsbreaking-brake/cc-wf-studio:feature/ai-generation-improvementsCopy head branch name to clipboard
breaking-brake merged 1 commit intomainbreaking-brake/cc-wf-studio:mainfrom
feature/ai-generation-improvementsbreaking-brake/cc-wf-studio:feature/ai-generation-improvementsCopy head branch name to clipboard
Conversation
- Add cancellation support for AI generation (requestId-based process management) - Extend generation timeout to 90 seconds with ease-out progress bar - Improve modal behavior: - Prevent closure during generation - Hide buttons on success state - Add multi-language support for progress time display - Implement dynamic node spacing based on node type widths - Prevent overlapping of wide nodes (AskUserQuestion: 400px, Switch: 350px) - Adaptive spacing with 40px padding between layers 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
breaking-brake
added a commit
that referenced
this pull request
Nov 23, 2025
…ovements feat: improve AI workflow generation UX
breaking-brake
added a commit
that referenced
this pull request
Jan 8, 2026
- Fixes CVE-2026-0621 (ReDoS vulnerability) - Addresses Dependabot Alert #10 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
3 tasks
breaking-brake
added a commit
that referenced
this pull request
Jan 8, 2026
- Fixes CVE-2026-0621 (ReDoS vulnerability) - Addresses Dependabot Alert #10 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
breaking-brake
added a commit
that referenced
this pull request
Jan 8, 2026
- Fixes CVE-2026-0621 (ReDoS vulnerability) - Addresses Dependabot Alert #10 Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
breaking-brake
added a commit
that referenced
this pull request
Feb 16, 2026
- Upgrade axios from 1.13.2 to 1.13.5 (fixes CVE-2026-25639 Prototype Pollution) - Upgrade qs from 6.14.1 to 6.15.0 (fixes CVE-2026-2391 arrayLimit bypass) - Updates follow-redirects and form-data dependencies - Resolves security scanning alerts #10 and #11 Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
4 tasks
breaking-brake
added a commit
that referenced
this pull request
Feb 16, 2026
- Upgrade axios from 1.13.2 to 1.13.5 (fixes CVE-2026-25639 Prototype Pollution) - Upgrade qs from 6.14.1 to 6.15.0 (fixes CVE-2026-2391 arrayLimit bypass) - Updates follow-redirects and form-data dependencies - Resolves security scanning alerts #10 and #11 Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>
3 tasks
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.
Summary
AI生成機能のUX改善を実施しました。キャンセル機能の追加、タイムアウトの延長、ノード配置の最適化などを含みます。
Changes
🎯 キャンセル機能
⏱️ タイムアウトとプログレス表示
🎨 モーダルUI改善
📐 ノード配置の最適化
Test plan
Files changed
ai-generation.ts,open-editor.ts,claude-code-service.ts,messages.tsAiGenerationDialog.tsx,ai-generation-service.ts, 翻訳ファイル5言語🤖 Generated with Claude Code