First stable release. The command grammar, JSON envelope, exit codes and
config layout are now considered stable; breaking changes to them will come
with a major version bump.
Added
plivo agents— manage AI agent flows against the public Agents API:
create,get,list,update,delete, thepublish/pause/resume
lifecycle verbs, plusagents runsfor executions andagents nodesfor
the node catalogue.--allauto-paginatesagents listand
agents runs list, and is registered only on the commands that implement
it rather than globally.- Multi-organization login.
plivo loginnow names the saved profile after
the organization instead of alwaysdefault, so authorizing a second
organization no longer overwrites the first.-n/--namestill overrides,
re-authorizing the same organization updates it in place, and a different
organization gets its own profile rather than clobbering one.plivo auth listshows the organization per profile. plivo asksends a client-minted conversation id, so the turns of one
conversation group together instead of appearing unrelated.
Fixed
plivo askno longer treats a handful of event names as stream
terminators that the server does not send; they are retained as
forward-compatible no-ops and documented as such.
Verifying this release
for f in SHA256SUMS SHA256SUMS.sig SHA256SUMS.pem; do
curl -fsSLO "https://github.com/plivo/plivo-cli/releases/latest/download/$f"
done
cosign verify-blob SHA256SUMS \
--signature SHA256SUMS.sig --certificate SHA256SUMS.pem \
--certificate-identity cx-tech@plivo.com \
--certificate-oidc-issuer https://accounts.google.com