Skip to content

v0.20.1

Choose a tag to compare

@ca1773130n ca1773130n released this 14 Jul 12:32
· 189 commits to main since this release

Bugfix release: session import no longer truncates conversation history at 300 turns. The importer default is now a 100k-turn runaway backstop; full history flows to the chunked LLM extractor, whose per-call prompt size stays bounded by max_turns_per_chunk windows and per-turn text caps, so sessions of any length are extracted completely. Expect the first recompile after upgrading to extract the backlog of previously invisible turns. No API or schema changes. Full notes: https://github.com/ca1773130n/Tesserae/blob/main/docs/release-notes/v0.20.1.md