Skip to content

v0.6.2

Choose a tag to compare

@soheidon soheidon released this 06 Jun 12:41

v0.6.2

New

  • Header bar now shows version number (v0.6.2) next to Settings button

Image Sanitization

  • Non-vision models (DeepSeek, MiniMax flash) now automatically handle image blocks:
    • replace (default): image blocks replaced with placeholder text
    • drop: image blocks removed entirely
    • reject: return 400 error
  • Video blocks are always hard-rejected (cannot be sanitized)
  • Safe logging: only block counts logged (no base64 data)
  • /health endpoint returns non_vision_image_policy
  • GUI routing table shows yellow "Sanitized" badge for non-vision models

Docs

  • SPEC.md: updated with image sanitization documentation
  • README.md: updated troubleshooting and config reference

Config

  • Added non_vision_image_policy to config.json (default: "replace")
  • Updated tauri.conf.json version