[0.5.13] — Cycle 20.4 — Dist rebuild for Website Item + Mode 5 — 2026-05-28
Bundled public/lazychat_dist/ rebuilt with chat-ui 0.4.4 (cycle-20.4). Two fixes:
- Prompt fix: cycle-20.3 taught
Item.published_in_websitewhich doesn't exist on ERPNext v13+ (Frappe refactored website-publishing onto separateWebsite Itemdoctype). Prompt now teachesWebsite Itemdoctype + schema table. - Mode 5 (code):
_streamToolTurnHTTP non-2xx responses now convert tostream_errorinstead of throwing, so the existing Mode 2 / Mode 4 retry chain auto-catches HTTP-layer errors. Specifically, upstream context-overflow HTTP 400 from llm_proxy now triggers Mode 4 retry (drop system + history) automatically.
No backend / tool / doctype changes. (chat-ui mirror in lazychat.ai)
Changed
- Rebuilt
public/lazychat_dist/with chat-ui 0.4.4. Includes brotli + gzip sidecars. - Committed dist now contains Website Item schema docs + Mode 5 HTTP-error capture. Full cycle notes: lazychat.ai/CLAUDE.md "Cycle 20.4" section.