Skip to content

v0.1.3

Choose a tag to compare

@Derekwang2002 Derekwang2002 released this 07 Jul 02:50

Summary

  • Validate CALL-E credentials with a non-mutating GET /v1/calls/{probe_call_id} request.
  • Treat documented 404 not_found responses as successful authentication.
  • Surface 401 unauthorized and 403 forbidden as credential configuration errors.
  • Keep live call creation behind dry_run=false and confirm_live_call=true.

Package

  • Asset: call-e-dify-plugin.difypkg
  • SHA-256: bd9da432cac1ac951821933f97c3c63df22da0f2ab6b7e388e21076cb1c7173d

Validation

  • PYTHONPATH=. uv run --python 3.12 --extra dev pytest -q
  • PYTHONPATH=. uv run --python 3.12 python -m compileall provider tools utils main.py
  • dify plugin package ./call-e-dify-plugin