v1.0.0.post1

agentscope-ai/QwenPawv1.0.0.post1Mar 31, 2026by xieyxclack

AI Summary

Initial post-release patch addressing various bugs including console UI issues, skill requirement parsing, provider fixes, and documentation improvements following the major v1.0.0 release.

Key Highlights

  • Console UI fixes and improvements
  • Skill requirement parsing fixes
  • Provider improvements for local models
  • Documentation updates
  • Various bug fixes

New Features

  • Console UI fixes
  • Skill requirement parsing improvements
  • Local provider improvements
  • Documentation updates
  • Various bug fixes

Full Release Notes

## What's Changed
* chore(version): bump version to 1.0.0.post1 by @zhijianma in https://github.com/agentscope-ai/CoPaw/pull/2603
* Feat/console message by @zhaozhuang521 in https://github.com/agentscope-ai/CoPaw/pull/2604
* fix: message by @zhaozhuang521 in https://github.com/agentscope-ai/CoPaw/pull/2612
* fix: prevent none output by @rayrayraykk in https://github.com/agentscope-ai/CoPaw/pull/2608
* fix(console): 修复暗黑模式下斜杠命令菜单的文字对比度 by @ltzu929 in https://github.com/agentscope-ai/CoPaw/pull/2600
* feat: update runtime to improve robustness by @rayrayraykk in https://github.com/agentscope-ai/CoPaw/pull/2616
* fix(doc): broken anchor links in README Table of Contents by @bowenliang123 in https://github.com/agentscope-ai/CoPaw/pull/2614
* fix: 支持 requires 字段的列表格式 by @Jacky51351684 in https://github.com/agentscope-ai/CoPaw/pull/2504
* fix: exception handling for migration by @xieyxclack in https://github.com/agentscope-ai/CoPaw/pull/2618
* docs: Update comparison by @cuiyuebing in https://github.com/agentscope-ai/CoPaw/pull/2626
* fix(skill) signature cache & require by @Leirunlin in https://github.com/agentscope-ai/CoPaw/pull/2620
* Fix(Provider): Llama.cpp windows using Nvidia-GPU, check macOS version before installation by @pan-x-c in https://github.com/agentscope-ai/CoPaw/pull/2625
* fix(skill): req parsing to use safe formatter by @Leirunlin in https://github.com/agentscope-ai/CoPaw/pull/2630
* fix(dingtalk): fallback to Open API when sessionWebhook expires for scheduled tasks by @hongxicheng in https://github.com/agentscope-ai/CoPaw/pull/2617
* feat(chat): rename variable for clarity and adjust memory loading logic by @zhijianma in https://github.com/agentscope-ai/CoPaw/pull/2638
* fix: fix anyio version to avoid busy-wait loop by @rayrayraykk in https://github.com/agentscope-ai/CoPaw/pull/2634
* fix: tool guard when using thinking model by @xieyxclack in https://github.com/agentscope-ai/CoPaw/pull/2631
* Revert "fix(wecom): trigger reconnect on heartbeat failure to prevent permanent disconnection" by @hongxicheng in https://github.com/agentscope-ai/CoPaw/pull/2641
* feat(tool): fix "\n" in shell command for windows  by @qbc2016 in https://github.com/agentscope-ai/CoPaw/pull/2635
* Feat/console select agent by @zhaozhuang521 in https://github.com/agentscope-ai/CoPaw/pull/2640
* feat(model): support video analysis for multimodal models by @qbc2016 in https://github.com/agentscope-ai/CoPaw/pull/2627
* chore(console): add type checking to format scripts by @zhijianma in https://github.com/agentscope-ai/CoPaw/pull/2643

## New Contributors
* @Jacky51351684 made their first contribution in https://github.com/agentscope-ai/CoPaw/pull/2504

**Full Changelog**: https://github.com/agentscope-ai/CoPaw/compare/v1.0.0...v1.0.0.post1