Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

- **Walk structured content arrays in `extractLastUserMessage`** — handle multimodal user content (`AGUIMessageContentPart[]`) by joining text parts and skipping non-text. Export `NO_USER_MESSAGE_SENTINEL` constant and `AGUIMessageContentPart` type. ([#231](https://github.com/CopilotKit/aimock/pull/231))
- **Harden recorder against error responses, double-settle, and broken sentinel persistence** — guard against recording fixtures from non-2xx upstream responses, add `settled` flag to prevent error+end race, skip disk write for predicate fixtures (sentinel was semantically broken on reload), include parse error reason in SSE warning log

## [1.26.1] - 2026-05-19

### Added
Expand Down
1 change: 1 addition & 0 deletions scripts/drift-report-collector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ function collectDriftEntries(results: VitestJsonResult): DriftEntry[] {

// Distinguish infrastructure errors from broken drift report formats
const infraIndicators = [
/^INFRA_ERROR:/m,
/API returned \d{3}/i,
/status \d{3}/i,
/<!DOCTYPE/i,
Expand Down
Loading
Loading