Version Packages - #165
Merged
Merged
Conversation
This was referenced Aug 12, 2026
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 31, 2026 15:15
badd906 to
63fcab5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@agent-wechat/agent-wechat@0.12.0
Minor Changes
#162
ee25d8fThanks @thisnick! - Update for openclaw 2026.5+ compatibility:channelConfigsmetadata toopenclaw.plugin.jsonso the gateway can validate config and load setup surfaces before the plugin runtime imports (silences the "channel plugin manifest declares wechat without channelConfigs metadata" warning).runtime.config.loadConfig()calls withruntime.config.current().messageadapter viacreateChannelMessageAdapterFromOutboundfromopenclaw/plugin-sdk/channel-message. The legacyoutboundadapter is kept for older openclaw versions.openclawpeer dependency floor to^2026.5.12.The deprecated
outboundadapter anddispatchReplyWithBufferedBlockDispatcheringest flow continue to work via openclaw's compat shims; a follow-up release will migrate the monitor's dispatch path tocore.channel.turn.runPrepared(...).#174
2cdd77bThanks @thisnick! - Rename the OpenClaw plugin/channel id fromwechattoagent-wechatand restore compatibility with OpenClaw 2026.8.x.OpenClaw's bundled official plugin catalog now reserves
wechat(andweixin) as aliases of Tencent's@tencent-weixin/openclaw-weixinplugin, and the catalog is compiled into the openclaw JS bundle — so the idwechatgets hijacked:plugins installwritesplugins.entries.openclaw-weixin, andchannels add --channel wechattries to install the Tencent plugin instead of this one. Patchingdist/channel-catalog.jsonno longer helps.Changes:
agent-wechat; config lives underchannels.agent-wechat.weixinalias (catalog-reserved).openclaw/plugin-sdkexport toopenclaw/plugin-sdk/core(works on hosts >=2026.5.12, required on 2026.8.x).channelConfigsmetadata added topackage.json#openclawso 2026.8.x setup surfaces get the config schema.wechat:-prefixed targets and allowlist entries are still accepted.Migration: rename the
channels.wechatkey tochannels.agent-wechatandplugins.entries.wechat(or a strayplugins.entries.openclaw-weixin) toplugins.entries.agent-wechatinopenclaw.json, then restart the gateway. Session/routing keys change with the channel id, so active conversation sessions reset.@agent-wechat/cli@0.12.0
@agent-wechat/wechaty-puppet@0.12.0
@agent-wechat/wechaty-gateway@0.12.0
Patch Changes
@agent-wechat/agent-server@0.12.0