Skip to content

Version v0.1.97

This release introduces support for OpenRouter, enabling users to access multiple LLM providers through a single API key. It also includes improvements to the continuous integration setup to optimize caching and permissions for Ollama.

New Features

  • Added OpenRouter support to allow using one API key for multiple LLM models from different providers, including updates to documentation, configuration, UI, and storage to support this integration (2ec07e) (Eric Ma)

Bug Fixes

  • Fixed tar permission errors by switching cypress-ai to use native Ollama for better cache hits (07c5e0) (Eric Ma, Co-authored-by: Cursor)
  • Ensured Ollama runs as the runner user to properly use the ~/.ollama cache directory (846806) (Eric Ma, Co-authored-by: Cursor)

Deprecations

  • None