v2.1.1 — AI Text Styles Fix & Pure Cloud Pipeline
v2.1.1 — AI Text Styles Execution Fix (2026-07-26)
Bug fix release connecting cloud LLM text rewriting to the main execution flow.
AI Text Styles Execution
- Fixed uninvoked AI styles: Wired
_run_llm()intoAppController._on_asr_done()whentext_styleis set toprompt_for_ai,professional_message, orfacebook_post. - Live preview update: Connected widget preview update (
set_preview) upon completion ofCloudLLMWorker. - Latency logging safety: Added
llm_t0timestamp recording in_run_llmand safet.get("llm_s", 0.0)dictionary lookup for non-LLM pipeline runs.