Changelog
@eloqnt/engine
Historic reference of all changes to @eloqnt/engine.
0.3.2
- Improve prompt caching.
0.3.0
- Added
eloqnt review source: Reviews source strings for typos and grammatical errors and fixes them in place.
0.2.2
- Broaden the translate prompt to preserve non-ICU placeholder styles (e.g.
{{name}},%d,${name}) and to handle suffix-encoded plurals like_one/_other
0.2.0
- Upgrade to AI SDK 7.
0.1.1
- Stop adding units, currency, or
%next to placeholders whose substituted value already carries the symbol.
0.1.0
- Major prompt revision based on new eval suite and switch the engine model to
openai/gpt-5.4-mini.
0.0.1
- Consume meaningful message ids as translation context. When a message id is a readable key (e.g.
settings.table.sortOrder), the engine prompt now uses it to disambiguate the source; opaque hashes are ignored.