You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: free tier recall→confirm_scars flow tracking session state
Recall on free tier returned scars to the agent but never tracked them
in session state via addSurfacedScars(), causing confirm_scars to respond
with "No recall-surfaced scars to confirm" even when valid confirmations
were submitted. Reported across 3 clean room sessions.
Added E2E regression test covering the full free tier flow:
create scar → recall → confirm_scars.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [1.3.5] - 2026-02-22
11
+
12
+
### Fixed
13
+
-**Free tier recall→confirm_scars flow broken**: Recall on free tier returned scars to the agent but never tracked them in session state, causing confirm_scars to respond with "No recall-surfaced scars to confirm" even when valid confirmations were submitted. Reported across 3 clean room sessions.
14
+
15
+
### Added
16
+
-**E2E regression test for recall→confirm_scars**: Verifies the full free tier flow — create scar, recall it, confirm it — catches the session state tracking gap.
0 commit comments