Skip to content

Releases: pipecat-ai/pipecat-cli

v0.1.12

19 Dec 22:47
0be57e9

Choose a tag to compare

Changed

  • Simplified the Daily PSTN Dial-in code by removing server.py and server_utils.py as they're both handled by Pipecat's development runner and Pipecat Cloud.

v0.1.11

18 Dec 19:43
9798ffa

Choose a tag to compare

Fixed

  • Fixed an issue with generating Pipecat server code when selecting UltravoxRealtimeLLMService.

v0.1.10

18 Dec 19:12
c4dd75a

Choose a tag to compare

Added

  • Added support for:
    • ElevenLabsRealtimeSTTService
    • GeminiTTSService
    • GradiumSTTService
    • GradiumTTSService
    • UltravoxRealtimeLLMService

Changed

  • Renamed NVIDIA services to match the latest Pipecat naming.

  • Updated SmallWebRTCTransport to be compatible with the latest Pipecat Cloud best practices.

  • Updated support for pipecat-ai 0.0.98, and the latest Pipecat client SDKs.

v0.1.9

20 Nov 17:34
f853fb8

Choose a tag to compare

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

13 Nov 04:10

Choose a tag to compare

Added

  • SarvamSTTService included in services list.

Changed

  • Improved implementation of SmallWebRTC to match the latest recommended patterns.

  • Updated imports and service declartions for pipecat-ai 0.0.93 release.

v0.1.7

07 Nov 17:04
daeb8e8

Choose a tag to compare

Fixed

  • Fixed an issue where web and mobile bots did not include an on_client_ready event handler.

v0.1.6

30 Oct 19:46
bf21e9e

Choose a tag to compare

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

27 Oct 17:26
2a0b241

Choose a tag to compare

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 Cloud cloud command.

    [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 TailObserver and TailRunner exports. Use pipecat_tail package directly.

Fixed

  • Fixed an issue where audio_buffer.start_recording() was missing from generated files.

v0.1.4

23 Oct 20:27

Choose a tag to compare

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

22 Oct 19:02
5bfe609

Choose a tag to compare

Added

  • Added Whisker and Tail as observability options for generated projects.

Fixed

  • Fixed an issue where recording and transcription features were missing imports.