Skip to content

v1.6.1

Choose a tag to compare

@github-actions github-actions released this 17 Aug 22:02
Immutable release. Only release title and notes can be modified.
bd52b36

Fixed

  • A semantic synthesis was discarded whenever the model opened with a line of
    chat before the document. valid_synth_output required the very first line
    to be a heading, so one sentence of preamble threw away an otherwise correct
    merge of a 60 KB file and sent auto on to the next multi-minute fallback.
    Prose above the first heading is now dropped, bounded to ten lines: anything
    longer is a refusal rather than a document, and the deterministic merge
    already in place is the better answer.

Changes since v1.6.0

  • fix: keep a synthesis that opens with a line of chat (#21) (bd52b36)

3 files changed, 60 insertions(+), 2 deletions(-)

Full diff: v1.6.0...v1.6.1