| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-07 | 4.9 kB | |
| v2.0.6 source code.tar.gz | 2026-08-07 | 7.5 MB | |
| v2.0.6 source code.zip | 2026-08-07 | 8.2 MB | |
| Totals: 3 Items | 15.7 MB | 0 | |
Highlight
- Support channels (Feishu and Discord) in AgentScope (#1997)
- Support Apple Container as workspace backend (#2068)
- Support MCP & skill hubs/markets in agent service (#2197)
- Add
on_check_permissionmiddleware hook (#2001) - Refactor Web UI chat pages with shadcn (#2171)
Chat page:
Channels:
MCP & Skill Hubs:
What's Changed
- feat(webui): refactor chat pages with shadcn and prepare for npm release by @DavdGao in https://github.com/agentscope-ai/agentscope/pull/2171
- feat(workspace): support apple container as workspace backend by @iluv7 in https://github.com/agentscope-ai/agentscope/pull/2068
- fix(model): reuse openai.AsyncClient across calls instead of new per call by @dongfeng3692 in https://github.com/agentscope-ai/agentscope/pull/2063
- feat(middleware): add on_check_permission hook by @Miracle778 in https://github.com/agentscope-ai/agentscope/pull/2001
- perf(model): replace O(n²) string concat with O(n) fragment join in stream accumulation by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/2158
- docs(readme): update README_zh.md by @xu20160924 in https://github.com/agentscope-ai/agentscope/pull/2182
- fix(agent): avoid duplicate external tool start event by @March-77 in https://github.com/agentscope-ai/agentscope/pull/2167
- feat(hub): support to install MCP and skills from MCP/skill hubs by @DavdGao in https://github.com/agentscope-ai/agentscope/pull/2197
- fix(hub): scope ClawHub card ids by owner by @DavdGao in https://github.com/agentscope-ai/agentscope/pull/2214
- fix(model): preserve interrupted response reason by @logicwu0 in https://github.com/agentscope-ai/agentscope/pull/2209
- feat(web_ui): unify sidebar, panel and form-control styling by @DavdGao in https://github.com/agentscope-ai/agentscope/pull/2234
- fix(tool): preserve error state in tool responses by @KXHXK in https://github.com/agentscope-ai/agentscope/pull/2178
- feat(app): add health endpoint and check it before entering the web UI by @DavdGao in https://github.com/agentscope-ai/agentscope/pull/2237
- feat(service): add workspace artifact list_dir and read_file endpoints (#2039) by @RerankerGuo in https://github.com/agentscope-ai/agentscope/pull/2187
- ci(hitl): restore mixed interruption coverage by @csurong in https://github.com/agentscope-ai/agentscope/pull/2203
- ci: propagate pre-commit failures by @RerankerGuo in https://github.com/agentscope-ai/agentscope/pull/2233
- feat(model): refresh model cards across all providers by @DavdGao in https://github.com/agentscope-ai/agentscope/pull/2240
- feat(channel): implement channel by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/1997
- fix(agent): count reasoning-acting rounds once by @RICARDO51167 in https://github.com/agentscope-ai/agentscope/pull/2217
- fix(channel): fix channel form field localization by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/2261
- feat(web-ui): session working directory with git status by @DavdGao in https://github.com/agentscope-ai/agentscope/pull/2257
- fix(tracing): avoid otel context detach error on cross-task stream close by @alex-mm in https://github.com/agentscope-ai/agentscope/pull/2077
- docs(readme): revamp README with SDK/service feature tables; bump to 2.0.6 by @DavdGao in https://github.com/agentscope-ai/agentscope/pull/2262
- fix(webui): reset confirmation state between pending tool calls by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/2243
- feat(app): pass the resolved workspace to extra_agent_middlewares by @DavdGao in https://github.com/agentscope-ai/agentscope/pull/2263
New Contributors
- @Miracle778 made their first contribution in https://github.com/agentscope-ai/agentscope/pull/2001
- @xu20160924 made their first contribution in https://github.com/agentscope-ai/agentscope/pull/2182
- @logicwu0 made their first contribution in https://github.com/agentscope-ai/agentscope/pull/2209
- @KXHXK made their first contribution in https://github.com/agentscope-ai/agentscope/pull/2178
- @csurong made their first contribution in https://github.com/agentscope-ai/agentscope/pull/2203
- @RICARDO51167 made their first contribution in https://github.com/agentscope-ai/agentscope/pull/2217
- @alex-mm made their first contribution in https://github.com/agentscope-ai/agentscope/pull/2077
Full Changelog: https://github.com/agentscope-ai/agentscope/compare/v2.0.5...v2.0.6