Skip to content

Release v0.3.9

Choose a tag to compare

@github-actions github-actions released this 22 Jun 12:11
· 2 commits to main since this release
Immutable release. Only release title and notes can be modified.
3499a61

⚠️ Breaking Changes

  • No breaking changes in this release

New Features

  • Add model metadata for k2.7-code and minimax-m3 in the registry

Bug Fixes

  • Fix JSON encoding of normalized strings in the bridge using proper escaping
  • Preserve responses input content when falling back to marshal
  • Resolve invalid JSON generation caused by unescaped newlines, quotes, or backslashes

Improvements

  • Add comprehensive tests for system prompts and message content containing newlines
  • Enhance fallback marshal logic to retain original input content

Documentation

  • Update internal/config/model_registry.go to register newly supported model identifiers

Chores

  • No chore updates in this release