From e1b702406bf2f50e31b68822eab60df5a287d6d9 Mon Sep 17 00:00:00 2001 From: nrslib <38722970+nrslib@users.noreply.github.com> Date: Wed, 4 Feb 2026 09:31:01 +0900 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41229b5..2ed7c25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). +## [0.4.1] - 2026-02-04 + +### Fixed + +- Workflow execution bug where previous step's response was incorrectly bound to subsequent steps + - Fixed `MovementExecutor`, `ParallelRunner`, and `state-manager` to properly isolate step responses + - Updated interactive summary prompts to prevent response leakage + ## [0.4.0] - 2026-02-04 ### Added