Skip to content

Comments

feat: Twitch Plugin#1612

Merged
thewilloftheshadow merged 54 commits intoopenclaw:mainfrom
jaydenfyi:feature/twitch-plugin
Jan 26, 2026
Merged

feat: Twitch Plugin#1612
thewilloftheshadow merged 54 commits intoopenclaw:mainfrom
jaydenfyi:feature/twitch-plugin

Conversation

@jaydenfyi
Copy link
Contributor

@jaydenfyi jaydenfyi commented Jan 24, 2026

Closes #1453

Docs

This PR ~80% AI generated, with lots of massaging 😅

@thewilloftheshadow
Copy link
Member

Hell yeah

@jaydenfyi jaydenfyi force-pushed the feature/twitch-plugin branch from b775699 to 33a4d82 Compare January 25, 2026 08:25
jaydenfyi and others added 26 commits January 25, 2026 16:30
- Extract client manager registry for centralized lifecycle management
- Refactor to use early returns and reduce mutations
- Fix status check logic for clientId detection
- Add comprehensive test coverage for new modules
- Remove tests for unimplemented features (index.test.ts, resolver.test.ts)
- Fix mock setup issues in test suite (149 tests now passing)
- Improve error handling with errorResponse helper in actions.ts
- Normalize token handling to eliminate duplication

Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
@jaydenfyi jaydenfyi force-pushed the feature/twitch-plugin branch from 33a4d82 to 196ea43 Compare January 25, 2026 08:30
YuriNachos pushed a commit to YuriNachos/clawdbot-fork that referenced this pull request Jan 31, 2026
* wip

* copy polugin files

* wip type changes

* refactor: improve Twitch plugin code quality and fix all tests

- Extract client manager registry for centralized lifecycle management
- Refactor to use early returns and reduce mutations
- Fix status check logic for clientId detection
- Add comprehensive test coverage for new modules
- Remove tests for unimplemented features (index.test.ts, resolver.test.ts)
- Fix mock setup issues in test suite (149 tests now passing)
- Improve error handling with errorResponse helper in actions.ts
- Normalize token handling to eliminate duplication

Co-Authored-By: Claude Sonnet 4.5 <[email protected]>

* use accountId

* delete md file

* delte tsconfig

* adjust log level

* fix probe logic

* format

* fix monitor

* code review fixes

* format

* no mutation

* less mutation

* chain debug log

* await authProvider setup

* use uuid

* use spread

* fix tests

* update docs and remove bot channel fallback

* more readme fixes

* remove comments + fromat

* fix tests

* adjust access control logic

* format

* install

* simplify config object

* remove duplicate log tags + log received messages

* update docs

* update tests

* format

* strip markdown in monitor

* remove strip markdown config, enabled by default

* default requireMention to true

* fix store path arg

* fix multi account id + add unit test

* fix multi account id + add unit test

* make channel required and update docs

* remove whisper functionality

* remove duplicate connect log

* update docs with convert twitch link

* make twitch message processing non blocking

* schema consistent casing

* remove noisy ignore log

* use coreLogger

---------

Co-authored-by: Claude Sonnet 4.5 <[email protected]>