Files
openclaw/extensions/twitch/CHANGELOG.md
2026-03-09 08:39:52 +00:00

1.5 KiB

Changelog

2026.3.9

Changes

  • Version alignment with core OpenClaw release numbers.

2026.3.8-beta.1

Changes

  • Version alignment with core OpenClaw release numbers.

2026.3.8

Changes

  • Version alignment with core OpenClaw release numbers.

2026.3.7

Changes

  • Version alignment with core OpenClaw release numbers.

2026.3.3

Changes

  • Version alignment with core OpenClaw release numbers.

2026.3.2

Changes

  • Version alignment with core OpenClaw release numbers.

2026.3.1

Changes

  • Version alignment with core OpenClaw release numbers.

2026.2.26

Changes

  • Version alignment with core OpenClaw release numbers.

2026.2.25

Changes

  • Version alignment with core OpenClaw release numbers.

2026.2.24

Changes

  • Version alignment with core OpenClaw release numbers.

2026.2.22

Changes

  • Version alignment with core OpenClaw release numbers.

2026.1.23

Features

  • Initial Twitch plugin release
  • Twitch chat integration via @twurple (IRC connection)
  • Multi-account support with per-channel configuration
  • Access control via user ID allowlists and role-based restrictions
  • Automatic token refresh with RefreshingAuthProvider
  • Environment variable fallback for default account token
  • Message actions support
  • Status monitoring and probing
  • Outbound message delivery with markdown stripping

Improvements

  • Added proper configuration schema with Zod validation
  • Added plugin descriptor (openclaw.plugin.json)
  • Added comprehensive README and documentation