Releases: Ultimate-Multisite/ultimate-ai-connector-webllm
Releases · Ultimate-Multisite/ultimate-ai-connector-webllm
Release list
v1.2.1
What's Changed
- chore: upgrade GitHub Actions from Node.js 20 to Node.js 24 by @superdav42 in #31
- t034: fix apiFetch middleware callback indentation by @superdav42 in #35
- fix: add exponential backoff to idle polling loop and CI drift check (#32) by @superdav42 in #36
- feat: add Transformers.js as second inference runtime (Gemma 4 support) by @superdav42 in #38
- chore: lower minimum WordPress requirement from 7.0 to 6.9 by @superdav42 in #39
- fix: Gemma 4 ONNX — use Gemma4ForConditionalGeneration and bump transformers.js to 4.2.0 by @superdav42 in #41
- fix: make chrome://flags insecure-origin link clickable and show real site URL by @superdav42 in #40
- GH#43: fix: gate temperature/top_p defaults on isGemma4 in transformers engine by @superdav42 in #45
- fix: include ONNX models in loadModel auto-pick candidate list by @superdav42 in #46
- fix: ONNX models get priority in auto-pick — familyRank, isChatModel, dedup helper by @superdav42 in #48
- GH#50: fix: use createRoot for React 18 mounts by @superdav42 in #51
- ops: restore health dashboard after cache naming migration (#52) by @superdav42 in #55
- GH#56: ops: document dashboard freshness remediation by @superdav42 in #57
- GH#58: Migrate WebLLM build tooling to pnpm by @superdav42 in #59
- chore: mark tested up to WordPress 7.1 by @superdav42 in #60
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- feat: WebGPU troubleshooting diagnostics by @superdav42 in #23
- Fix connector settings URL in admin bar by @superdav42 in #22
- Update auto-pick heuristic to prefer newer model families by @superdav42 in #24
- chore: commit build/ directory for WordPress Playground git:directory support by @superdav42 in #26
- fix: always advertise a cold-start model so SDK capability matching passes by @superdav42 in #27
- GH#28: rank Ministral Reasoning models at same level as Instruct by @superdav42 in #29
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- chore: initialise aidevops framework + customise AGENTS.md by @superdav42 in #1
- chore: enable beads + symlink plugin into WP dev install by @superdav42 in #2
- t005: Hook WebLLM into wpai_preferred_text_models filter by @superdav42 in #14
- t006: Phase 2 — SharedWorker handler + MLCEngine wrapper by @superdav42 in #15
- t007: Phase 3 — Floating widget UI + state machine by @superdav42 in #16
- t008+t009: widget bootstrap injector + settings UI by @superdav42 in #17
- t010: apiFetch hybrid-narrow middleware by @superdav42 in #18
- t013: cache-busting, content normalisation, hardware ref — t011 testing fixes by @superdav42 in #20
- t012: Phase 8 — Docs, .distignore, readme updates (v1.1.0) by @superdav42 in #21
New Contributors
- @superdav42 made their first contribution in #1
Full Changelog: v1.0.1...v1.1.0