v0.5.1
What's Changed
- docs: add architecture SVG diagram to README by @lintaojlu in #28
- docs: sync architecture diagram to README.zh-CN by @lintaojlu in #29
- fix(openclaw): type-check non-string text fields to prevent .strip() AttributeError by @kzclaw in #30
- feat(ecosystems): 新增 ngagent 适配器 | add ngagent (opencode enterprise fork) ecosystem support by @370025263 in #33
- feat(rate-limit): TokenBucket 双桶限流 + provider 兼容性 | TokenBucket dual-bucket rate limiter with provider compat by @370025263 in #36
- feat(team): 重连保持 client 身份不漂移 | preserve client identity across reconnect by @370025263 in #37
- feat(cluster): 禁 silent drop + partial-fail 重试 + per-atom 日志 | no silent drop, partial-fail retry, per-atom log by @370025263 in #38
- feat(install): 通用 copy+reverse_sync fallback + Windows junction 修复 | generic copy+reverse_sync chain + Windows junction fixes by @370025263 in #39
- feat(cli): 加 -v / --version 标志 | add -v / --version flag with single-source version by @370025263 in #40
New Contributors
- @lintaojlu made their first contribution in #28
- @kzclaw made their first contribution in #30
Full Changelog: v0.5.0...v0.5.1