Add changelog updates for 2025-03-02 #238
Merged
+49
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Claude 3.7 Sonnet and GPT 4.5 preview, New Hume AI Voice Provider, New Supabase Storage Provider, Enhanced Call Transfer Options
You can now use the latest claude-3-7-sonnet-20250219 model with a new "thinking" feature via the
AnthropicThinkingConfigschema.Configure it in
assistant.modelorcall.squad.members.assistant.model:{ "model": "claude-3-7-sonnet-20250219", "provider": "anthropic", "thinking": { "type": "enabled", "budgetTokens": 5000 // min 1024, max 100000 } }You can now use the latest gpt-4.5-preview model as a primary model or fallback option via the
OpenAIModelschema.Configure it in
assistant.modelorcall.squad.members.assistant.model:{ "model": "gpt-4.5-preview", "provider": "openai" }Integrated Hume AI as a new voice provider with the "octave" model for text-to-speech synthesis.
Supabase Storage Integration
New Supabase S3-compatible storage support for file operations. This integration lets developers configure buckets and paths across 16 regions, enabling structured file storage with proper authentication.
Configure
SupabaseBucketPlaninassistant.credentials.bucketPlan,call.squad.members.assistant.credentials.bucketPlanVoice Speed Control
Added a speed parameter to ElevenLabs voices ranging from 0.7 (slower) to 1.2 (faster)
ElevenLabsVoice. This enhancement gives developers more control over speech cadence for more natural-sounding conversations.Enhanced Call Transfer Options in TransferPlan
Added a new dial option to the sipVerb parameter for call transfers. This complements the existing refer (default) and bye options, providing more flexibility in call handling.
Zero-Value Minumum Subscription Minutes
Changed the minimum value for minutesUsed and minutesIncluded from 1 to 0. This supports tracking of new subscriptions and free tiers with no included minutes.
Zero-Value Minimum KeypadInputPlan Timeout
Adjusted the KeypadInputPlan.timeoutSeconds minimum from 0.5 to 0.