Change8

b9020

📦 llama-cppView on GitHub →
🐛 2 fixes🔧 3 symbols

Summary

This release focuses on bug fixes for newline handling and whitespace trimming within the common/autoparser, alongside updates related to forced tool calls.

Migration Steps

  1. The function optspace() was moved from common/autoparser to chat-peg-parser.
  2. Server tests invalidated due to content now being allowed with forced tool calls have been commented out.

🐛 Bug Fixes

  • Fixed newline handling in common/autoparser.
  • Whitespace is now trimmed on apply in the autoparser.

Affected Symbols