diff --git a/docs/automation/poll.md b/docs/automation/poll.md index f00269512..ca26eafd8 100644 --- a/docs/automation/poll.md +++ b/docs/automation/poll.md @@ -6,7 +6,6 @@ read_when: --- # Polls -Updated: 2026-01-06 ## Supported providers - WhatsApp (web provider) diff --git a/docs/concepts/provider-routing.md b/docs/concepts/provider-routing.md index 0290eaa0c..2125c888c 100644 --- a/docs/concepts/provider-routing.md +++ b/docs/concepts/provider-routing.md @@ -5,7 +5,6 @@ read_when: --- # Providers & routing -Updated: 2026-01-06 Clawdbot routes replies **back to the provider where a message came from**. The model does not choose a provider; routing is deterministic and controlled by the diff --git a/docs/platforms/mac/remote.md b/docs/platforms/mac/remote.md index d89aac65c..26b9b72bc 100644 --- a/docs/platforms/mac/remote.md +++ b/docs/platforms/mac/remote.md @@ -5,7 +5,6 @@ read_when: --- # Remote Clawdbot (macOS ⇄ remote host) -Updated: 2025-12-08 This flow lets the macOS app act as a full remote control for a Clawdbot gateway running on another host (e.g. a Mac Studio). All features—health checks, Voice Wake forwarding, and Web Chat—reuse the same remote SSH configuration from *Settings → General*. diff --git a/docs/platforms/mac/voicewake.md b/docs/platforms/mac/voicewake.md index 44db6df75..d86651825 100644 --- a/docs/platforms/mac/voicewake.md +++ b/docs/platforms/mac/voicewake.md @@ -5,7 +5,6 @@ read_when: --- # Voice Wake & Push-to-Talk -Updated: 2026-01-08 · Owners: mac app ## Modes - **Wake-word mode** (default): always-on Speech recognizer waits for trigger tokens (`swabbleTriggerWords`). On match it starts capture, shows the overlay with partial text, and auto-sends after silence. diff --git a/docs/providers/discord.md b/docs/providers/discord.md index 85d77f1be..d1b077eaf 100644 --- a/docs/providers/discord.md +++ b/docs/providers/discord.md @@ -5,7 +5,6 @@ read_when: --- # Discord (Bot API) -Updated: 2026-01-07 Status: ready for DM and guild text channels via the official Discord bot gateway. diff --git a/docs/providers/grammy.md b/docs/providers/grammy.md index 1f48c31eb..e01bcedbd 100644 --- a/docs/providers/grammy.md +++ b/docs/providers/grammy.md @@ -5,7 +5,6 @@ read_when: --- # grammY Integration (Telegram Bot API) -Updated: 2026-01-07 # Why grammY - TS-first Bot API client with built-in long-poll + webhook helpers, middleware, error handling, rate limiter. diff --git a/docs/providers/imessage.md b/docs/providers/imessage.md index 2da09f276..991bd89b8 100644 --- a/docs/providers/imessage.md +++ b/docs/providers/imessage.md @@ -6,7 +6,6 @@ read_when: --- # iMessage (imsg) -Updated: 2026-01-08 Status: external CLI integration. Gateway spawns `imsg rpc` (JSON-RPC over stdio). diff --git a/docs/providers/signal.md b/docs/providers/signal.md index e3b0aeb99..f906856e0 100644 --- a/docs/providers/signal.md +++ b/docs/providers/signal.md @@ -6,7 +6,6 @@ read_when: --- # Signal (signal-cli) -Updated: 2026-01-06 Status: external CLI integration. Gateway talks to `signal-cli` over HTTP JSON-RPC + SSE. diff --git a/docs/providers/telegram.md b/docs/providers/telegram.md index 403f7ae6a..9e3261089 100644 --- a/docs/providers/telegram.md +++ b/docs/providers/telegram.md @@ -5,7 +5,6 @@ read_when: --- # Telegram (Bot API) -Updated: 2026-01-08 Status: production-ready for bot DMs + groups via grammY. Long-polling by default; webhook optional. diff --git a/docs/providers/whatsapp.md b/docs/providers/whatsapp.md index cec349d88..57ab0e2d9 100644 --- a/docs/providers/whatsapp.md +++ b/docs/providers/whatsapp.md @@ -5,7 +5,6 @@ read_when: --- # WhatsApp (web provider) -Updated: 2026-01-08 Status: WhatsApp Web via Baileys only. Gateway owns the session(s). diff --git a/docs/web/tui.md b/docs/web/tui.md index fc5cdf5b9..d6eb8d592 100644 --- a/docs/web/tui.md +++ b/docs/web/tui.md @@ -6,7 +6,6 @@ read_when: --- # TUI (Gateway chat client) -Updated: 2026-01-07 ## What it is - A terminal UI that connects to the Gateway WebSocket and speaks the same chat APIs as WebChat. diff --git a/docs/web/webchat.md b/docs/web/webchat.md index e656f1188..112b8d609 100644 --- a/docs/web/webchat.md +++ b/docs/web/webchat.md @@ -5,7 +5,6 @@ read_when: --- # WebChat (Gateway WebSocket UI) -Updated: 2026-01-06 Status: the macOS/iOS SwiftUI chat UI talks directly to the Gateway WebSocket.