v0.1.0.post1

agentscope-ai/QwenPawv0.1.0.post1Mar 20, 2026by xieyxclack

AI Summary

Initial release with various bug fixes and improvements including Anthropic retry handling, token usage fixes, Swagger documentation routing, and various platform-specific fixes.

Key Highlights

  • Anthropic HTTP 529 error handling
  • Token usage lock fix
  • Swagger documentation routing fix
  • Platform-specific fixes
  • Various improvements

New Features

  • Anthropic HTTP 529 retry handling
  • Token usage lock fix
  • Swagger documentation routing fix
  • XiaoYi file and image support
  • Mac desktop release fix
  • Shell command improvements

Full Release Notes

## What's Changed
* chore(version): bumping version to 0.1.1b1 by @xieyxclack in https://github.com/agentscope-ai/CoPaw/pull/1882
* fix: add HTTP 529 to retryable status codes for Anthropic overloaded errors by @ixiadao in https://github.com/agentscope-ai/CoPaw/pull/1891
* fix(token_usage): replace threading.Lock with asyncio.Lock in record() by @mvanhorn in https://github.com/agentscope-ai/CoPaw/pull/1893
* feat(channel): add file and image support for XiaoYi channel by @wwx814 in https://github.com/agentscope-ai/CoPaw/pull/1885
* feat: fix mac desktop release when dependency conflict by @rayrayraykk in https://github.com/agentscope-ai/CoPaw/pull/1914
* chore(deps): update reme-ai dependency to version 0.3.1.1 by @jinliyl in https://github.com/agentscope-ai/CoPaw/pull/1886
* fix: 修复 Swagger 文档路由被 SPA 通配符覆盖的问题 by @mautops in https://github.com/agentscope-ai/CoPaw/pull/1847
* Fix(Provider): Aligning the message format used for model connection testing with that used in actual usage. by @pan-x-c in https://github.com/agentscope-ai/CoPaw/pull/1909
* fix(cron): handle CancelledError so cancelled jobs report correct status by @mvanhorn in https://github.com/agentscope-ai/CoPaw/pull/1894
* style(console): select by @zhaozhuang521 in https://github.com/agentscope-ai/CoPaw/pull/1920
* perf: Fix console static directory resolution for non-repo CWD launches by @rayrayraykk in https://github.com/agentscope-ai/CoPaw/pull/1923
* fix(win): fix shell command on win by @xieyxclack in https://github.com/agentscope-ai/CoPaw/pull/1919
* perf(ci): optimize test workflow to reduce resource consumption by @rayrayraykk in https://github.com/agentscope-ai/CoPaw/pull/1940
* fix(migration) media/emb_cache/.md by @Leirunlin in https://github.com/agentscope-ai/CoPaw/pull/1922
* feat: loosen /approve matching by @xieyxclack in https://github.com/agentscope-ai/CoPaw/pull/1948
* fix (channel): remove local file path whitelist by @Leirunlin in https://github.com/agentscope-ai/CoPaw/pull/1947
* fix(mcp): skip failed mcp by @xieyxclack in https://github.com/agentscope-ai/CoPaw/pull/1956
* refactor(channels): simplify QQ channel implementation and add unit tests by @leoleils in https://github.com/agentscope-ai/CoPaw/pull/1930
* feat(api): implement header building and filename generation for work… by @zhijianma in https://github.com/agentscope-ai/CoPaw/pull/1953
* chore(config): update load config by @xieyxclack in https://github.com/agentscope-ai/CoPaw/pull/1939
* refactor(file_handling): replace aiofiles with synchronous file opera… by @zhijianma in https://github.com/agentscope-ai/CoPaw/pull/1962
* chore: bumping version to 0.1.0p1 by @xieyxclack in https://github.com/agentscope-ai/CoPaw/pull/1964
* feat(summarizing): filter tool use blocks and add comment by @qbc2016 in https://github.com/agentscope-ai/CoPaw/pull/1965
* docker image migration by @yuanxs21 in https://github.com/agentscope-ai/CoPaw/pull/1949

## New Contributors
* @ixiadao made their first contribution in https://github.com/agentscope-ai/CoPaw/pull/1891
* @leoleils made their first contribution in https://github.com/agentscope-ai/CoPaw/pull/1930

**Full Changelog**: https://github.com/agentscope-ai/CoPaw/compare/v0.1.0...v0.1.0.post1