feat: add wenxin channel for openclaw by zhengkunwang223 · Pull Request #12298 · 1Panel-dev/1Panel

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Enable the Weixin plugin in plugins.entries after install

All of the existing plugin-backed channels in this file (setQQBotConfig, setWecomConfig, setDingTalkConfig, setFeishuPluginEnabled) mark their plugin under plugins.entries before the channel can be used, but the new Weixin flow only appends to plugins.allow. A repo-wide search for openclaw-weixin only finds this install path and the login command, so on OpenClaw configs that require an enabled plugins.entries.<id> for discovery, install+login will still leave Weixin unavailable and there is no later UI/API path to turn it on.

Useful? React with 👍 / 👎.