Releases: pipecat-ai/pipecat-cli
v0.1.12
v0.1.11
Fixed
- Fixed an issue with generating Pipecat server code when selecting
UltravoxRealtimeLLMService.
v0.1.10
Added
- Added support for:
ElevenLabsRealtimeSTTServiceGeminiTTSServiceGradiumSTTServiceGradiumTTSServiceUltravoxRealtimeLLMService
Changed
-
Renamed NVIDIA services to match the latest Pipecat naming.
-
Updated
SmallWebRTCTransportto be compatible with the latest Pipecat Cloud best practices. -
Updated support for
pipecat-ai0.0.98, and the latest Pipecat client SDKs.
v0.1.9
Fixed
- Fixed an issue where the sessions route was created for a Next.js client even when the SmallWebRTC transport was not in use.
v0.1.8
Added
SarvamSTTServiceincluded in services list.
Changed
-
Improved implementation of SmallWebRTC to match the latest recommended patterns.
-
Updated imports and service declartions for
pipecat-ai0.0.93 release.
v0.1.7
Fixed
- Fixed an issue where web and mobile bots did not include an
on_client_readyevent handler.
v0.1.6
Added
- Added an option to add a video (avatar) service to your pipeline.
Changed
- Updated the question flow to lump features into a single gate, allowing a user to more easily select default feature options.
Fixed
-
Fixed an issue where the AWS Nova Sonic Pipecat dependency wasn't installed.
-
Fixed an issue that could cause delayed answer times when calling via Twilio / Daily SIP.
v0.1.5
Added
-
Added support for Daily SIP + Twilio dial-in and dial-out use cases.
-
Added support for extensions. Other packages can now register commands that are automatically discovered by
pipecat-cli, making it easy to extend the CLI with additional subcommands. For example, the following adds the Pipecat Cloudcloudcommand.[project.entry-points."pipecat_cli.extensions"] cloud = "pipecatcloud.cli.entry_point:entrypoint_cli_typer"
Changed
-
Updated Twilio example to include calling the Twilio REST API to get the caller's phone number. This example can be extended to fetch custom data for the bot.
-
Updated Telnyx example to include extracting the From number from the websocket connection message. The From number can be used to ID the user in order to customize the bot.
Removed
- Removed
TailObserverandTailRunnerexports. Usepipecat_tailpackage directly.
Fixed
- Fixed an issue where
audio_buffer.start_recording()was missing from generated files.
v0.1.4
Added
- Added support for Daily PSTN dial-in and dial-out use cases.
Changed
- Changes the DailyTransport client examples to use the /start endpoint to start both local and production bots.
v0.1.3
Added
- Added Whisker and Tail as observability options for generated projects.
Fixed
- Fixed an issue where recording and transcription features were missing imports.