Skip to content
Closed
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
4 changes: 4 additions & 0 deletions packages/everalgo-user-memory/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ follows [Semantic Versioning 2.0](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Changed

- `ProfileExtractor` now produces a holistic `Profile.summary`. The initial-extraction, update, and compact prompts (en + zh) each request a one-to-two sentence holistic summary, and the extractor uses it when the model returns one. When the model omits it — or a custom `prompt=` override predates the field, or the value is blank / non-string — the summary falls back to an empty string instead of copying the first available description. Downstream synthesis layers are responsible for producing a true holistic portrait. Previously `summary` was always a verbatim copy of the first `explicit_info` description.

## [0.3.1] - 2026-06-24

### Fixed
Expand Down
Loading