openclaw/extensions/sms
Narayan Vyas 15b41de880 refactor(channels): rename plivo extension to sms with provider pattern
Restructure the SMS channel extension to follow the voice-call pattern:
- Rename from "plivo" to "sms" (technology-based naming)
- Add provider abstraction (SMSProvider interface)
- Implement PlivoProvider and MockProvider
- Support for future providers (Twilio, etc.)

This makes the extension more extensible and consistent with
the voice-call extension architecture.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-26 20:36:22 -08:00
..
src refactor(channels): rename plivo extension to sms with provider pattern 2026-01-26 20:36:22 -08:00
clawdbot.plugin.json refactor(channels): rename plivo extension to sms with provider pattern 2026-01-26 20:36:22 -08:00
index.ts refactor(channels): rename plivo extension to sms with provider pattern 2026-01-26 20:36:22 -08:00
package.json refactor(channels): rename plivo extension to sms with provider pattern 2026-01-26 20:36:22 -08:00
test-integration.ts refactor(channels): rename plivo extension to sms with provider pattern 2026-01-26 20:36:22 -08:00