Skip to content

JotLuck v0.14.0-preview

Pre-release
Pre-release

Choose a tag to compare

@jiay98528-dev jiay98528-dev released this 08 Sep 14:00
· 8 commits to main since this release

Windows x64 preview installer (unsigned). Verify SHA-256 before installing: d78a8a0e601154c3f9c79021ffe853c1f4925866fba2f4119cbf64adef08b8f4

This release jumps from v0.12.3-preview and covers everything shipped in 0.13.0 → 0.14.0.

What's new in 0.14.0

  • Personalized completion. The local V2.5 completion engine now blends your own retained phrasing into decoding: completions you kept before (and your personal n-gram history) bias the model's beam search toward your habitual wording. It runs entirely on your machine — nothing leaves the process, sensitive content is filtered before use, and a settings toggle (on by default, five languages) turns it off. Quality stays gated: suggestions the model does not actually support remain hidden behind the existing visibility gates.

What's new in 0.13.1

  • The completion engine loader no longer fails silently or permanently. A failed first load used to disable the V2.5 engine for the whole session with no signal. Loading now retries automatically with bounded backoff and logs every failure path.
  • Settings shows live completion-engine health — status, last error, generated requests/candidates, and visible inference p90, with a manual retry action.

What's new in 0.13.0

  • V2.5 completion engine integrated. A bilingual (Chinese/English) one-unit writing model runs locally from the installer's bundled assets and silently falls back to the built-in completion when assets are missing.

Code signing is still in progress; this preview is unsigned. Full notes: RELEASE_NOTES.md.