Skip to content

Releases: lroolle/wxclawbot-cli

v0.5.2

27 Mar 07:38

Choose a tag to compare

SKILL.md 中文重写

技能文档改为中文为主,让 agent 理解微信机器人的主动推送限制和这个技能的上下文。
双语触发词(中 / 英)确保无论用户用什么语言提问都能匹配。

npm: npm install -g @claw-lab/wxclawbot-cli@0.5.2
ClawHub: clawhub install wxclawbot-send

v0.5.1

27 Mar 03:36

Choose a tag to compare

Structured transport error diagnostics

Transport-layer failures now include actionable fields in --json output:

{"ok":false,"error":"send failed: ...","errorKind":"timeout","retryable":true}

Error kinds: timeout, dns, connection, network, tls, unknown.
Check retryable to decide whether to retry or fail fast.

Thanks @6rok for PR #2.

Distributions

  • npm: npm install -g @claw-lab/wxclawbot-cli@0.5.1
  • ClawHub: clawhub install wxclawbot-send

v0.5.0

26 Mar 10:49

Choose a tag to compare

Proactive push fix

Messages now actually push to WeChat as notifications, instead of silently
sitting on the server until you open the chat.

What changed

  • context_token support: reads openclaw-weixin's persisted context tokens
    and includes them in every sendmessage request. This is what tells WeChat
    to push the message as a notification.
  • One item per request: text and media are now sent as separate requests
    (matching openclaw-weixin behavior), not batched into a single item_list.

Upgrade

npm install -g @claw-lab/wxclawbot-cli@0.5.0

No config changes needed -- context tokens are auto-discovered from
openclaw-weixin's account store.

Distributions

v0.4.2

26 Mar 10:28

Choose a tag to compare

Patch release to sync all distributions.

  • Account discovery docs (bot ID extracted at runtime, not hardcoded)
  • Rate limit clarification (shared across ALL clients on same token)
  • Install/update prompt in SKILL.md

Distributions:

  • npm: npm install -g @claw-lab/wxclawbot-cli@0.4.2
  • ClawHub: clawhub install wxclawbot-send

v0.4.1

26 Mar 10:12

Choose a tag to compare

Docs patch: install prompt now explains skill mechanism (SKILL.md placement + CLI dep + clawhub optional).

v0.4.0...v0.4.1

v0.4.0

26 Mar 10:06

Choose a tag to compare

Breaking: moved to @claw-lab/wxclawbot-cli

Package renamed from @herai/wxclawbot-cli to @claw-lab/wxclawbot-cli. The old package is deprecated on npm.

npm install -g @claw-lab/wxclawbot-cli

Changes

  • npm-first install -- install prompt uses npm install instead of clawhub install (clawhub not default in openclaw)
  • @CLAW-Lab org -- package now under claw-lab npm org
  • README rewrite -- zh-CN first, install as copy-paste prompt to agent, scenarios as natural language

Full Changelog

v0.3.0...v0.4.0

v0.3.0

26 Mar 07:48

Choose a tag to compare

What's Changed

Agent-first README

  • README rewritten with AI agent prompt section first — setup check, send commands, output parsing, error handling
  • Human docs and zh-CN below the fold

ClawHub Skill Publishing

  • SKILL.md now includes metadata.openclaw block (ClawHub-compatible)
  • Release workflow publishes to both npm and ClawHub
  • Added .clawhubignore for clean skill bundles

Full Changelog

v0.2.1...v0.3.0

v0.1.0

26 Mar 05:44

Choose a tag to compare

Initial release