Releases: fastclaw-ai/weclaw
Releases · fastclaw-ai/weclaw
v0.7.1
Bug Fixes
- Fix openclaw HTTP 403 (
missing scope: operator.write): The openclaw HTTP agent now automatically includes thex-openclaw-scopes: operator.writeheader. Existing users can also add"headers": {"x-openclaw-scopes": "operator.write"}to any HTTP agent config manually. - Fix #29 (claude ACP misconfiguration): When
claudeCLI is configured astype: acp, weclaw now shows a clear hint explaining thatclauderequirestype: cli, or installclaude-agent-acpfor 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 runweclaw loginto re-authenticate.
Improvements
- HTTP agent timeout increased from 60s to 120s to better support long-running AI requests
- HTTP agents now support a
headersconfig 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
- @ZaneXo made their first contribution in #24
- @danbao made their first contribution in #27
- @svcvit made their first contribution in #30
- @jiangqilong41-ops made their first contribution in #31
Full Changelog: v0.7.0...v0.7.1
v0.7.0
Full Changelog: v0.6.2...v0.7.0
Beta (main @ 10711d0)
Pre-release build from main branch.
Commit: 10711d0
v0.6.2
Full Changelog: v0.6.1...v0.6.2
v0.6.1
Full Changelog: v0.6.0...v0.6.1
v0.6.0
Full Changelog: v0.5.3...v0.6.0
v0.5.3
Full Changelog: v0.5.2...v0.5.3
v0.5.2
Full Changelog: v0.5.1...v0.5.2
v0.5.1
Full Changelog: v0.5.0...v0.5.1
v0.5.0
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
- @IvyYang1999 made their first contribution in #6
- @elonnzhang made their first contribution in #10
- @xianjianlf2 made their first contribution in #11
- @chenyuantao made their first contribution in #14
- @laojianzi made their first contribution in #17
Full Changelog: v0.4.1...v0.5.0