Skip to content

Commit e825ac7

Browse files
authored
feat: add dingtalk channel support (#775)
* feat: add qqbot channel support * fix: polish qq channel status and display * feat: add qqbot connectivity test * feat: bundle qqbot runtime plugin from npm * chore: remove vendored qqbot runtime plugin * fix: include bundled qqbot plugins in desktop ci artifacts * feat: add wecom channel support * feat: add dingtalk channel support * fix: address dingtalk lint issues
1 parent 8c7b471 commit e825ac7

44 files changed

Lines changed: 8904 additions & 99 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/desktop-ci-dist-full.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ jobs:
9696
path: |
9797
packages/shared/dist/**
9898
apps/controller/dist/**
99+
apps/controller/.dist-runtime/plugins/**
99100
apps/web/dist/**
100101
apps/desktop/dist/**
101102
apps/desktop/dist-electron/**

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ playwright-report/
3030
openclaw-runtime/.postinstall-cache.json
3131
apps/desktop/release/
3232
apps/desktop/.dist-runtime/
33+
apps/controller/.dist-runtime/
3334
apps/desktop/.cache/
3435
apps/desktop/build-config.json
3536
.claude/settings.local.json

0 commit comments

Comments
 (0)