Skip to content

v0.4.1

Choose a tag to compare

@priyanshu-plivo priyanshu-plivo released this 02 Sep 06:52
· 5 commits to main since this release
b2a8401

Fixed

  • The agent skill file taught the retired JSON shape. Three of its own
    examples still used .data[] for list commands, which v0.3.0 moved to
    .data.objects[] — the same file that documents the change. An agent
    installing the skill and copying an example got
    Cannot index string with string "number". A test now runs the file's
    examples, so this cannot ship again.
  • --explain was a global flag that only 7 commands implemented, so on the
    other 165 it was silently ignored — the same defect that got --all
    removed in v0.3.0. It is now registered only on the commands that support
    it (api, applications create, auth whoami, calls make,
    messaging send, numbers buy, numbers release); elsewhere it returns
    unknown flag: --explain instead of pretending.

Added

  • The skill file now points at the three product skills
    (plivo-audio-streaming, plivo-sip-trunking, plivo-voice-xml), which
    an agent installing the CLI skill previously had no way to discover.

Verifying this release

cosign verify-blob SHA256SUMS \
  --signature SHA256SUMS.sig --certificate SHA256SUMS.pem \
  --certificate-identity cx-tech@plivo.com \
  --certificate-oidc-issuer https://accounts.google.com