Skip to content

Tags: thotam/goclaw

Tags

v3.15.0-beta.1

Toggle v3.15.0-beta.1's commit message
Release v3.15.0-beta.1

v3.13.3-beta.totaa.3

Toggle v3.13.3-beta.totaa.3's commit message
Merge branch 'feat/webhook-ui' into totaa

v3.13.3-beta.totaa.2

Toggle v3.13.3-beta.totaa.2's commit message
Merge feat/mcp-oauth-v3 (squashed MCP OAuth 2.1) into totaa

v3.13.3-beta.totaa.1

Toggle v3.13.3-beta.totaa.1's commit message
Merge branch 'feat/image-reference-handling' into totaa

v3.10.0

Toggle v3.10.0's commit message
v3.10.0 — TTS expansion: per-provider params, agent override, voice p…

…icker UX

v3.9.2

Toggle v3.9.2's commit message
Merge remote-tracking branch 'origin/main' into dev

v3.9.1

Toggle v3.9.1's commit message
feat(channels): shared WriterLabel helper with prompt-injection sanit…

…ization

v3.9.0

Toggle v3.9.0's commit message
feat(pancake): auto-react allow/deny scope filter + UI toggle

Extends nextlevelbuilder#919 with per-channel scope control for Facebook auto-react.

- AutoReactOptions pointer struct (allow/deny post & user IDs)
- filterAutoReact + containsString helpers; deny overrides allow
- UI surfaces features.auto_react toggle + 4 tags fields
- Nil options = react-all (backward compatible)

lite-v3.9.0

Toggle lite-v3.9.0's commit message
feat(pancake): auto-react allow/deny scope filter + UI toggle

Extends nextlevelbuilder#919 with per-channel scope control for Facebook auto-react.

- AutoReactOptions pointer struct (allow/deny post & user IDs)
- filterAutoReact + containsString helpers; deny overrides allow
- UI surfaces features.auto_react toggle + 4 tags fields
- Nil options = react-all (backward compatible)

v3.8.5

Toggle v3.8.5's commit message
feat(channels): TTS auto-apply for Discord/Telegram/WhatsApp + UI enh…

…ancements

Backend:
- Add TTS auto-apply support to Discord, Telegram, WhatsApp channels
- Improve text processing for TTS strip markdown
- Wire TTS config handler to gateway server

UI:
- Add voice recorder hook for chat input
- Add agent hooks tab with summary card
- Update i18n for agents (en/vi/zh)
- Minor CSP and credential section fixes