Release Notes
Release 2025-02-04 (1.9.17)
Features
- Released Node.js packages (requires Node.js 18+):
- @dasha.ai/sdk v0.11.0 - Node.js SDK
- @dasha.ai/cli v0.7.0 - Command Line Interface
- Added authentication enhancements:
- Password recovery functionality
- Single Sign-On (SSO) support with Google authentication
Fixes
- Fixed GPT context loss in chained function calls when executing pattern: functionCall -> GPT answer/ask -> subsequent functionCall
Release 2025-01-25 (1.9.15)
Features
- Added speech to text control functions
- Added API for voice cloning for
ElevenLabs
andCartesia
- Added support for string-literal keys in object definitions, such as
{ "Content-Type": "application/json", Authorization: "Bearer ... "}
.
Fixes
- Resolved conversation crash when invoking httpRequest with the
useSdk: false
option and a specifiedContent-Type
header. - Fixed Javadoc parsing issue for GPT function definitions with multiline comments.
Found a mistake? Let us know.