v1.113.0
[1.113.0] — 2026-07-06
Floating "Ask the docs" assistant on every page. A gradient robot chat button now floats in the bottom-right corner (bottom-left in RTL) of every page. Click it to open a compact chat that answers how-to questions grounded ONLY in the in-app help guide in your language — the same endpoint as the #/docs-assistant page (POST /api/docs-assistant/ask), so it never reads your CV, profile, or tracker. Live with an LLM key; no key → a ready-to-run prompt. The header shows a robot avatar + an online status; starter chips seed common questions; Escape or click-outside closes it; it hides itself on the dedicated #/docs-assistant page.
- New client widget
public/js/lib/docs-fab.js(window.DocsFab) mounted globally fromindex.html; CSP-safe (no inline handlers,UI.md()render boundary, self-contained SVG icons); theme-aware + RTL-mirrored styles inapp.css. No new server route — reuses the grounded docs-assistant endpoint. Tests:tests/docs-fab.test.mjs(8). 6 new i18n keys ×16 (fab.*+docs.err). Help §1 extended in place.
New: none.