Skip to content

v3.3.0

Choose a tag to compare

@Nayjest Nayjest released this 04 Aug 17:42
· 8 commits to main since this release
b178adc

What's New

✨ Print LLM requests & responses to stdout (print_stream) — #78

New print_stream config option prints every LLM request and response to stdout, with streamed responses appearing token by token as they are generated. Works for both streaming and non-streaming client requests. Intended for local development and troubleshooting.

print_stream = true

See Printing LLM Requests and Responses in the README.

🐛 Bug Fixes

  • Config files with UTF-8 BOM are now loaded correctly (TOML/JSON saved by some Windows editors previously failed to parse) — #80
  • Prompts printed via print_stream are no longer truncated#78
  • Versioned Docker images are now published on every GitHub release (3.3.0, 3.3, 3, latest); previously only edge was built — #81, closes #70

🔧 Maintenance

Full Changelog: v3.2.3...v3.3.0