Skip to content

Version v0.1.105

This release improves compatibility with LiteLLM by removing the 'anthropic/' prefix from model IDs and enhances Windows support by adding win-64 platform configuration and fixing Unicode encoding issues. It also updates dependencies and introduces a new pre-commit hook for converting screenshots to the webp format.

New Features

  • Add webp pre-commit hook and convert screenshot to webp (1a5f61) (Eric Ma)
  • Add win-64 platform support for Windows development in pixi workspace (e04add) (Eric Ma)

Bug Fixes

  • Remove 'anthropic/' prefix from model IDs for LiteLLM compatibility and add related unit tests (23aac5) (Eric Ma)
  • Fix UnicodeDecodeError by specifying encoding='utf-8' in read_text() calls for Windows compatibility (e04add) (Eric Ma)

Deprecations

  • None