What's changed
Full changelog — v0.50.151 through v0.50.156:
- v0.50.151 — credential_pool providers now visible in model dropdown; Ollama Cloud support;
_apply_provider_prefixhelper extracted (PR #820 by @starship-s) - v0.50.152 — image_generate URLs render inline regardless of file extension; session auto-title strips Qwen3-style "Here's a thinking process" preambles (closes #853, #857)
- v0.50.153 — live-fetched models from portal providers (Nous, OpenCode) now route through the configured provider, not OpenRouter (closes #854)
- v0.50.154 — thinking card no longer mirrors main response body during streaming (closes #852)
- v0.50.155 — Honcho
per-sessionmemory now maintains one Honcho session per WebUI chat instead of one per turn (closes #855) - v0.50.156 — auto-install of agent dependencies is now opt-in; set
HERMES_WEBUI_AUTO_INSTALL=1to enable (⚠️ breaking change for existing auto-install users; addresses #842 by @tomaioo)
Full test suite: 1903 tests passing
What's Changed
- release: v0.50.151 — credential_pool provider detection + Ollama Cloud support by @nesquena-hermes in #860
- fix: image_generate renders inline + auto-title strips thinking preamble — v0.50.151 by @nesquena-hermes in #859
- fix: live-fetched models route through configured portal provider (closes #854) by @nesquena-hermes in #861
- fix: thinking card no longer mirrors main response during streaming (closes #852) by @nesquena-hermes in #862
- release: v0.50.154 — image_generate, auto-title, portal routing, thinking card fixes by @nesquena-hermes in #865
- fix: Honcho per-session uses stable session ID across WebUI turns (closes #855) by @nesquena-hermes in #863
- fix(security): gate auto-install behind HERMES_WEBUI_AUTO_INSTALL=1 + dir trust check by @nesquena-hermes in #864
Full Changelog: v0.50.150...v0.50.156