Skip to content

v0.3.1

Choose a tag to compare

@x-hannibal x-hannibal released this 28 Feb 23:20
· 44 commits to main since this release
  • Fixed an issue where context-aware queries (??) would lose the original conversation language by implementing a strict Language Anchor using msg_list[-2].
  • Fixed a bug in _parse_trigger that caused single-language modifiers (e.g., ??:de) to ignore the response_lang constraint.
  • Introduced a Pre-Fetch Blacklist in _process_results to safely skip .pdf, .docx, .zip and other non-HTML binaries before establishing an HTTP connection.
  • Upgraded the text cleaner with an Aggressive Scrubber regex to annihilate C0/C1 control codes, \ufffd replacements, and Zero-Width/Bi-Directional characters from dirty DOM elements.
  • Fixed a bug in the Gap-Filler logic that caused the total source count to exceed the requested target.