Skip to content

0.9.86

Choose a tag to compare

@239573049 239573049 released this 06 May 19:16
· 285 commits to main since this release

Full Changelog: 0.9.85...0.9.86

Added

  • Added OpenAI image part support utilities and request_debug event type for richer streaming observability.
  • Added model context length and max output token parsing so discovered model capabilities are reflected in provider settings.
  • Added request_debug event emission in cron execution, image content filtering, and a 20-result cap on search tool output for consistency across environments.

Changed

  • Improved OpenAI chat provider with structured token usage tracking and image part support for more accurate streaming metadata.
  • Normalized search result limits across SSH, local, and cron tool execution paths to cap at 20 results uniformly.

Fixed

  • Stopped auto-scroll when AskUserQuestion is pending, preventing the message list from jumping during user input prompts.