improvement: add session reconnection warning dialog for AI refinement#410
Merged
breaking-brake merged 1 commit intomainbreaking-brake/cc-wf-studio:mainfrom Jan 9, 2026
improvement/session-status-indicatorbreaking-brake/cc-wf-studio:improvement/session-status-indicatorCopy head branch name to clipboard
Merged
improvement: add session reconnection warning dialog for AI refinement#410breaking-brake merged 1 commit intomainbreaking-brake/cc-wf-studio:mainfrom improvement/session-status-indicatorbreaking-brake/cc-wf-studio:improvement/session-status-indicatorCopy head branch name to clipboard
breaking-brake merged 1 commit intomainbreaking-brake/cc-wf-studio:mainfrom
improvement/session-status-indicatorbreaking-brake/cc-wf-studio:improvement/session-status-indicatorCopy head branch name to clipboard
Conversation
- Add session reconnection detection with error pattern matching - Add warning dialog when session is reconnected (AlertDialog component) - Remove SessionStatusBadge UI (replaced by warning dialog) - Add i18n translations for 5 languages Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Merged
braking-brake-semantic-release Bot
pushed a commit
that referenced
this pull request
Jan 9, 2026
## [3.13.1](v3.13.0...v3.13.1) (2026-01-09) ### Improvements * add session reconnection warning dialog for AI refinement ([#410](#410)) ([c19aa3c](c19aa3c))
|
🎉 This PR is included in version 3.13.1 🎉 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 users load a workflow shared by others or when the Claude Code CLI session expires, the AI editing session cannot be continued. However, users were not informed about this situation, leading to confusion about why AI might not remember previous context.
Current Behavior
Expected Behavior
Solution
Add session reconnection detection and warning dialog to inform users when a new conversation session is started.
Changes
Session Reconnection Detection
refinement-service.tsfor:'no conversation found with session id''not a valid uuid'Warning Dialog (AlertDialog Component)
AlertDialog.tsxcomponent for simple OK-only dialogsi18n Support
Removed SessionStatusBadge UI
Impact
Testing