v0.5.0
This release adds support for multiple cell ranges in PROMPT functions, adds OpenRouter model provider, and includes bug fixes and improvements.
⚠️ Breaking Changes
Excel UDF Function Signature Change
The PROMPT and PROMPTMODEL functions now accept multiple cell ranges instead of a temperature parameter:
- Old signature:
=PROMPT(instructions, A1:D4, 0.7) - New signature:
=PROMPT(instructions, A1:D4, F10, K11:O30)
Temperature is now configured solely through the ribbon UI. This change enables passing multiple cells and cell ranges as context to your prompts.
Migration: Remove the temperature parameter from your =PROMPTs.
What's New
- OpenRouter Provider: Connect to 200+ AI models through OpenRouter, giving you access to a wide variety of language models from different providers in one place
- Mistral Large Support: Added support for Mistral's flagship large language model
- : Introduced comprehensive test coverage to improve reliability and maintainability