Skip to content

Release v1.4.252

Choose a tag to compare

@github-actions github-actions released this 16 Jul 05:06
· 545 commits to main since this release

Changes

PR #1619 by ksylvan: Feature: Optional Hiding of Model Thinking Process with Configurable Tags

  • Add suppress-think flag to hide thinking blocks from AI reasoning output
  • Configure customizable start and end thinking tags for content filtering
  • Update streaming logic to respect suppress-think setting with YAML configuration support
  • Implement StripThinkBlocks utility function with comprehensive testing for thinking suppression
  • Performance improvement: add regex caching to StripThinkBlocks function

Direct commits

  • Update CHANGELOG after v1.4.251