Skip to content

Version v0.1.99

This release improves model ID validation by supporting the OpenRouter model ID format, refactors test helpers for consistency, and cleans up unused test utilities.

New Features

  • Add support for OpenRouter model ID format with three segments (openrouter/provider/model-name) and update UI hints and validation messages accordingly (e13684) (Eric Ma)

Bug Fixes

  • Refactor test helpers to use a single source of truth for model ID patterns, improving maintainability (fc9ec6) (Eric Ma)

Deprecations

  • Remove obsolete test helper test-expire-auth.js to streamline the codebase (7138a2) (Eric Ma)