Skip to content

Releases: fastclaw-ai/weclaw

v0.7.1

29 Mar 07:50

Choose a tag to compare

Bug Fixes

  • Fix openclaw HTTP 403 (missing scope: operator.write): The openclaw HTTP agent now automatically includes the x-openclaw-scopes: operator.write header. Existing users can also add "headers": {"x-openclaw-scopes": "operator.write"} to any HTTP agent config manually.
  • Fix #29 (claude ACP misconfiguration): When claude CLI is configured as type: acp, weclaw now shows a clear hint explaining that claude requires type: cli, or install claude-agent-acp for ACP mode.
  • Fix #33 (session timeout): Monitor now logs actionable warnings when the WeChat session expires (errcode=-14) or after max consecutive failures, directing users to run weclaw login to re-authenticate.

Improvements

  • HTTP agent timeout increased from 60s to 120s to better support long-running AI requests
  • HTTP agents now support a headers config field for custom request headers

What's Changed

  • Fix CLI agent empty response from newer Claude CLI versions by @ZaneXo in #24
  • Add all missing ACP agents from acpx registry by @danbao in #27
  • Add CI test workflow, multi-stage builds, and messaging tests by @danbao in #28
  • Fix CDN upload: use server-provided full URL and fix aesECBPaddedSize by @svcvit in #30
  • Support sending local agent artifacts as attachments by @jiangqilong41-ops in #31

New Contributors

Full Changelog: v0.7.0...v0.7.1

v0.7.0

28 Mar 08:13

Choose a tag to compare

Full Changelog: v0.6.2...v0.7.0

Beta (main @ 10711d0)

30 Mar 15:10
63a441f

Choose a tag to compare

Beta (main @ 10711d0) Pre-release
Pre-release

Pre-release build from main branch.
Commit: 10711d0

v0.6.2

25 Mar 07:35

Choose a tag to compare

Full Changelog: v0.6.1...v0.6.2

v0.6.1

25 Mar 06:36

Choose a tag to compare

Full Changelog: v0.6.0...v0.6.1

v0.6.0

25 Mar 05:58

Choose a tag to compare

Full Changelog: v0.5.3...v0.6.0

v0.5.3

25 Mar 03:54

Choose a tag to compare

Full Changelog: v0.5.2...v0.5.3

v0.5.2

25 Mar 03:49

Choose a tag to compare

Full Changelog: v0.5.1...v0.5.2

v0.5.1

25 Mar 02:04

Choose a tag to compare

Full Changelog: v0.5.0...v0.5.1

v0.5.0

25 Mar 01:51

Choose a tag to compare

What's Changed

  • feat: save received images to local directory by @IvyYang1999 in #6
  • Support windows GitHub release workflow by @elonnzhang in #10
  • Fix: detect agents installed via version managers (nvm, mise, etc.) by @xianjianlf2 in #11
  • Add /new and /clear commands to reset agent session by @chenyuantao in #14
  • feat: allow configuring environment variables for CLI and ACP agents by @laojianzi in #17

New Contributors

Full Changelog: v0.4.1...v0.5.0