Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@ This repository provides:
<!-- BEGIN PLUGIN CATALOG -->
| Plugin | Description | Version | Status |
| ------ | ----------- | ------- | ------ |
| [`after-hours`](./after-hours) | Auto-replies with a configurable away/closing message to messages received outside business hours. | 0.2.1 | stable |
| [`chat-flow`](./chat-flow) | Interactive, stateful auto-reply: a trigger word starts a greeting + numbered menu, replies traverse a configurable menu tree, and per-chat state expires after 15 minutes. | 1.1.2 | stable |
| [`chatwoot-adapter`](./chatwoot-adapter) | Two-way sync between a WhatsApp session and a Chatwoot inbox: relays WhatsApp messages (1:1 and groups, with media) into Chatwoot as an API-channel inbox, sends agent replies back to WhatsApp, and hands a chat over to a human agent — silencing other OpenWA bots — when an agent takes it in Chatwoot. First consumer of the OpenWA Integration SDK v1; runs sandboxed in the plugin worker. | 0.9.1 | stable |
| [`faq-bot`](./faq-bot) | Auto-replies to inbound WhatsApp messages from configurable FAQ keyword/regex rules. | 0.2.1 | stable |
| [`group-translate`](./group-translate) | Auto-translates group messages between participants' languages via a LibreTranslate backend. Configure in-chat with /tr commands. Admin-gated; disabled until enabled. | 1.3.1 | stable |
| [`gsheets-logger`](./gsheets-logger) | Logs WhatsApp message events to a Google Sheet via a service account. | 0.3.3 | stable |
| [`http-action`](./http-action) | Triggers safe REST API requests from WhatsApp commands and renders JSON responses back to chat. | 0.2.2 | stable |
| [`supabase-otp-hook`](./supabase-otp-hook) | Deliver Supabase Auth phone OTPs over WhatsApp. | 0.3.0 | beta |
| [`typebot-connector`](./typebot-connector) | Runs a Typebot flow as the brain of a WhatsApp bot: inbound messages drive a Typebot chat session via the live Chat API, and the bot's replies — text, media, and numbered-choice inputs — are sent back to WhatsApp. Auto-starts every chat, handles file-upload steps, and resets when the flow ends or after an idle timeout. Runs sandboxed in the plugin worker; no public URL or webhook required. | 0.2.2 | stable |
| [`voice-transcription`](./voice-transcription) | Transcribes inbound WhatsApp voice notes to text via an OpenAI-compatible speech-to-text backend (self-hosted Speaches/faster-whisper or hosted Groq/OpenAI) and delivers a `message.transcription` event to your webhook — so bots and AI can read and reply to audio. Off the message-delivery path; disabled until enabled. | 1.2.3 | beta |
| [`after-hours`](./after-hours) | Auto-replies with a configurable away/closing message to messages received outside business hours. | 0.2.2 | stable |
| [`chat-flow`](./chat-flow) | Interactive, stateful auto-reply: a trigger word starts a greeting + numbered menu, replies traverse a configurable menu tree, and per-chat state expires after 15 minutes. | 1.1.3 | stable |
| [`chatwoot-adapter`](./chatwoot-adapter) | Two-way sync between a WhatsApp session and a Chatwoot inbox: relays WhatsApp messages (1:1 and groups, with media) into Chatwoot as an API-channel inbox, sends agent replies back to WhatsApp, and hands a chat over to a human agent — silencing other OpenWA bots — when an agent takes it in Chatwoot. First consumer of the OpenWA Integration SDK v1; runs sandboxed in the plugin worker. | 0.9.2 | stable |
| [`faq-bot`](./faq-bot) | Auto-replies to inbound WhatsApp messages from configurable FAQ keyword/regex rules. | 0.2.2 | stable |
| [`group-translate`](./group-translate) | Auto-translates group messages between participants' languages via a LibreTranslate backend. Configure in-chat with /tr commands. Admin-gated; disabled until enabled. | 1.3.2 | stable |
| [`gsheets-logger`](./gsheets-logger) | Logs WhatsApp message events to a Google Sheet via a service account. | 0.3.4 | stable |
| [`http-action`](./http-action) | Triggers safe REST API requests from WhatsApp commands and renders JSON responses back to chat. | 0.2.3 | stable |
| [`supabase-otp-hook`](./supabase-otp-hook) | Deliver Supabase Auth phone OTPs over WhatsApp. | 0.3.1 | beta |
| [`typebot-connector`](./typebot-connector) | Runs a Typebot flow as the brain of a WhatsApp bot: inbound messages drive a Typebot chat session via the live Chat API, and the bot's replies — text, media, and numbered-choice inputs — are sent back to WhatsApp. Auto-starts every chat, handles file-upload steps, and resets when the flow ends or after an idle timeout. Runs sandboxed in the plugin worker; no public URL or webhook required. | 0.2.3 | stable |
| [`voice-transcription`](./voice-transcription) | Transcribes inbound WhatsApp voice notes to text via an OpenAI-compatible speech-to-text backend (self-hosted Speaches/faster-whisper or hosted Groq/OpenAI) and delivers a `message.transcription` event to your webhook — so bots and AI can read and reply to audio. Off the message-delivery path; disabled until enabled. | 1.2.4 | beta |
<!-- END PLUGIN CATALOG -->

The table above is generated from each plugin's `manifest.json` + `CHANGELOG.md` by `npm run catalog`
Expand Down
2 changes: 2 additions & 0 deletions after-hours/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ The version here always matches `manifest.json`'s `version`.

## [Unreleased]

## [0.2.2] — 2026-08-15

### Fixed

- **Overnight and all-day windows are accepted.** `22:00-06:00` and `00:00-00:00` are ordinary business
Expand Down
4 changes: 2 additions & 2 deletions after-hours/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
| Field | Value |
| ----- | ----- |
| **Identifier** | `after-hours` |
| **Version** | 0.2.1 |
| **Released** | 2026-08-01 |
| **Version** | 0.2.2 |
| **Released** | 2026-08-15 |
| **Status** | stable |
| **Author** | Yudhi Armyndharis |
| **License** | MIT |
Expand Down
2 changes: 1 addition & 1 deletion after-hours/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "after-hours",
"name": "After-Hours Auto-Reply",
"version": "0.2.1",
"version": "0.2.2",
"type": "extension",
"main": "dist/index.js",
"description": "Auto-replies with a configurable away/closing message to messages received outside business hours.",
Expand Down
2 changes: 2 additions & 0 deletions chat-flow/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ The version here always matches `manifest.json`'s `version`.

## [Unreleased]

## [1.1.3] — 2026-08-15

### Fixed

- **The debug log no longer records the text of every incoming message.** The line runs for each inbound
Expand Down
4 changes: 2 additions & 2 deletions chat-flow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
| Field | Value |
| ----- | ----- |
| **Identifier** | `chat-flow` |
| **Version** | 1.1.2 |
| **Released** | 2026-08-12 |
| **Version** | 1.1.3 |
| **Released** | 2026-08-15 |
| **Status** | stable |
| **Author** | Yudhi Armyndharis |
| **License** | MIT |
Expand Down
2 changes: 1 addition & 1 deletion chat-flow/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "chat-flow",
"name": "Chat Flow",
"version": "1.1.2",
"version": "1.1.3",
"type": "extension",
"main": "dist/index.js",
"description": "Interactive, stateful auto-reply: a trigger word starts a greeting + numbered menu, replies traverse a configurable menu tree, and per-chat state expires after 15 minutes.",
Expand Down
2 changes: 2 additions & 0 deletions chatwoot-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ All notable changes to the Chatwoot Adapter plugin are documented here. The form

## [Unreleased]

## [0.9.2] — 2026-08-15

### Fixed

- **The manifest's `sdkVersion` is a string again, so the plugin loads.** It had been changed to the
Expand Down
4 changes: 2 additions & 2 deletions chatwoot-adapter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
| Field | Value |
| ----- | ----- |
| **Identifier** | `chatwoot-adapter` |
| **Version** | 0.9.1 |
| **Released** | 2026-08-12 |
| **Version** | 0.9.2 |
| **Released** | 2026-08-15 |
| **Status** | stable |
| **Author** | Yudhi Armyndharis |
| **License** | MIT |
Expand Down
2 changes: 1 addition & 1 deletion chatwoot-adapter/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "chatwoot-adapter",
"name": "Chatwoot Adapter",
"version": "0.9.1",
"version": "0.9.2",
"type": "extension",
"main": "dist/index.js",
"description": "Two-way sync between a WhatsApp session and a Chatwoot inbox: relays WhatsApp messages (1:1 and groups, with media) into Chatwoot as an API-channel inbox, sends agent replies back to WhatsApp, and hands a chat over to a human agent — silencing other OpenWA bots — when an agent takes it in Chatwoot. First consumer of the OpenWA Integration SDK v1; runs sandboxed in the plugin worker.",
Expand Down
2 changes: 2 additions & 0 deletions faq-bot/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ The version here always matches `manifest.json`'s `version`.

## [Unreleased]

## [0.2.2] — 2026-08-15

### Fixed

- **A message with no text no longer draws a fallback reply.** A sticker, image or voice note arrives
Expand Down
4 changes: 2 additions & 2 deletions faq-bot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
| Field | Value |
| ----- | ----- |
| **Identifier** | `faq-bot` |
| **Version** | 0.2.1 |
| **Released** | 2026-08-01 |
| **Version** | 0.2.2 |
| **Released** | 2026-08-15 |
| **Status** | stable |
| **Author** | Yudhi Armyndharis |
| **License** | MIT |
Expand Down
2 changes: 1 addition & 1 deletion faq-bot/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "faq-bot",
"name": "FAQ / Auto-Reply Bot",
"version": "0.2.1",
"version": "0.2.2",
"type": "extension",
"main": "dist/index.js",
"description": "Auto-replies to inbound WhatsApp messages from configurable FAQ keyword/regex rules.",
Expand Down
2 changes: 2 additions & 0 deletions group-translate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ The version here always matches `manifest.json`'s `version`.

## [Unreleased]

## [1.3.2] — 2026-08-15

### Fixed

- **A group message can no longer stall the plugin worker.** The filter that skips messages with
Expand Down
4 changes: 2 additions & 2 deletions group-translate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
| Field | Value |
| ----- | ----- |
| **Identifier** | `group-translate` |
| **Version** | 1.3.1 |
| **Released** | 2026-08-12 |
| **Version** | 1.3.2 |
| **Released** | 2026-08-15 |
| **Status** | stable |
| **Author** | Yudhi Armyndharis |
| **License** | MIT |
Expand Down
2 changes: 1 addition & 1 deletion group-translate/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "group-translate",
"name": "Group Auto-Translation",
"version": "1.3.1",
"version": "1.3.2",
"type": "extension",
"main": "dist/index.js",
"description": "Auto-translates group messages between participants' languages via a LibreTranslate backend. Configure in-chat with /tr commands. Admin-gated; disabled until enabled.",
Expand Down
2 changes: 2 additions & 0 deletions gsheets-logger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ The version here always matches `manifest.json`'s `version`.

## [Unreleased]

## [0.3.4] — 2026-08-15

### Fixed

- **healthCheck now reports unhealthy while a flush is failing.** The plugin was green whenever a client
Expand Down
4 changes: 2 additions & 2 deletions gsheets-logger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
| Field | Value |
| ----- | ----- |
| **Identifier** | `gsheets-logger` |
| **Version** | 0.3.3 |
| **Released** | 2026-08-12 |
| **Version** | 0.3.4 |
| **Released** | 2026-08-15 |
| **Status** | stable |
| **Author** | Yudhi Armyndharis |
| **License** | MIT |
Expand Down
2 changes: 1 addition & 1 deletion gsheets-logger/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "gsheets-logger",
"name": "Google Sheets Logger",
"version": "0.3.3",
"version": "0.3.4",
"type": "extension",
"main": "dist/index.js",
"description": "Logs WhatsApp message events to a Google Sheet via a service account.",
Expand Down
2 changes: 2 additions & 0 deletions http-action/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ and the top entry's version must match `manifest.json`.

## [Unreleased]

## [0.2.3] — 2026-08-15

### Fixed

- **The manifest's `sdkVersion` is a string again.** It had been changed to the number `1`, while the
Expand Down
4 changes: 2 additions & 2 deletions http-action/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
| Field | Value |
| ----- | ----- |
| **Identifier** | `http-action` |
| **Version** | 0.2.2 |
| **Released** | 2026-08-12 |
| **Version** | 0.2.3 |
| **Released** | 2026-08-15 |
| **Status** | stable |
| **Author** | Yudhi Armyndharis |
| **License** | MIT |
Expand Down
2 changes: 1 addition & 1 deletion http-action/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "http-action",
"name": "HTTP Action Bot",
"version": "0.2.2",
"version": "0.2.3",
"type": "extension",
"main": "dist/index.js",
"description": "Triggers safe REST API requests from WhatsApp commands and renders JSON responses back to chat.",
Expand Down
Loading
Loading