Skip to content

v0.7.1

Latest

Choose a tag to compare

@idoubi idoubi released this 29 Mar 07:50
· 2 commits to main since this release

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