Release: v3.8.0#288
Merged
breaking-brake merged 1 commit intoproductionbreaking-brake/cc-wf-studio:productionfrom Dec 17, 2025
Merged
Release: v3.8.0#288breaking-brake merged 1 commit intoproductionbreaking-brake/cc-wf-studio:productionfrom
breaking-brake merged 1 commit intoproductionbreaking-brake/cc-wf-studio:productionfrom
Conversation
* feat: add structured JSON response format for AI refinement - Add AIRefinementResponse and AISubAgentFlowResponse types - Update prompts to require structured JSON with status field - Add parseRefinementResponse and parseSubAgentFlowResponse functions - Include aiMessage in refinement results for chat UI display - Fix NodeType enum usage in createMinimalSubAgentFlow - Add raw CLI output to INFO logs for debugging 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * fix: detect timeout errors by exitCode 143 in addition to isTerminated - nano-spawn may only set exitCode=143 (128 + SIGTERM) without isTerminated flag - Added exitCode check to timeout detection logic - Fixes TIMEOUT errors being incorrectly reported as UNKNOWN_ERROR 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Contributor
|
🎉 This PR is included in version 3.8.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.
Summary
Merge latest changes from
maintoproductionfor automated release v3.8.0.Included Changes
Features
Release Version Calculation
v3.8.0 (minor bump)
Semantic Release will analyze commits since the last release (v3.7.4) and will bump the version based on:
feat: structured JSON response format for AI refinement(feat: structured JSON response format for AI refinement #287) → minor bumpResult: 3.7.4 + minor = 3.8.0
CHANGELOG.md Contents
The following features will be included:
Release Automation
This merge will trigger the automated release workflow which will:
Merge Strategy
Use merge commit (not squash) to preserve all individual commits and their history for proper Semantic Release analysis.