Skip to content

cli-v0.1.4

Compare
Choose a tag to compare
@nikhilro nikhilro released this 03 Jul 05:23
· 25 commits to main since this release

Vapi CLI v0.1.4

Welcome to the v0.1.4 release of Vapi CLI!

Installation

Unix/Linux/macOS

curl -sSL https://vapi.ai/install.sh | bash

Windows

iex ((New-Object System.Net.WebClient).DownloadString('https://vapi.ai/install.ps1'))

Docker

docker run -it ghcr.io/vapiai/cli:latest --help

Manual Download

curl -sSL https://github.com/VapiAI/cli/releases/download/v0.1.4/cli_$(uname -s)_$(uname -m).tar.gz | tar xz
sudo mv vapi /usr/local/bin

Changelog

Features

  • 4e8592f feat: add powershell installer and simplify installation methods
  • 45d5af5 feat: overhaul mcp server to return actual content instead of links

Bug fixes

  • f5ba009 fix: improve auth status and multi-account management

Others

  • 64551b5 bump: version to 0.1.4
  • b51048a refactor: update cli commands for better user experience

Full Changelog: v0.1.3...v0.1.4


Built with ❤️ by the Vapi team