Release v26.04.13.2 #30
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
build_contextmessage list, which was leaking article dumps into the first 300 chars the title filter uses.generate_completionnow defaultsnum_ctxtoConfig.OLLAMA_NUM_CTXlikestream_chatdoes. This was the root cause of research producing monolithic notes —_generate_outlineprompts (~6k tokens from 12 sources) were silently truncated to Ollama's ~4k default, outline JSON parse failed, pipeline fell back to the single-note path._generate_outlineand_generate_executive_summarynow pinnum_ctxexplicitly with a warning comment so future refactors can't regress.Verified end-to-end on the dev instance: conv 216 produced a correct index note (title
Research: …, tagsresearch+research-index, 3 section notes, executive summary) and the conversation title came out clean, confirming all three fixes in a single test.