This release adds 5 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+2 more
Summary
AI summaryBroad release touches Highlight, webui, model, and tool.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Adds support for Agent Team feature. Adds support for Agent Team feature. Source: llm_adapter@2026-06-05 Confidence: high |
— |
| Feature | Low |
Adds client_kwargs to model component. Adds client_kwargs to model component. Source: llm_adapter@2026-06-05 Confidence: high |
— |
| Feature | Low |
Adds YAML configs for mainstream models in model module. Adds YAML configs for mainstream models in model module. Source: llm_adapter@2026-06-05 Confidence: high |
— |
| Feature | Low |
Introduces basic class for RAG (Retrieval-Augmented Generation) module. Introduces basic class for RAG (Retrieval-Augmented Generation) module. Source: llm_adapter@2026-06-05 Confidence: high |
— |
| Feature | Low |
Adds ability to set fallback model in web UI. Adds ability to set fallback model in web UI. Source: llm_adapter@2026-06-05 Confidence: low |
— |
| Feature | Low |
Allows setting fallback model in web UI. Allows setting fallback model in web UI. Source: granite4.1:30b@2026-06-05-audit Confidence: low |
— |
| Feature | Low |
Adds metadata field to EventBase class. Adds metadata field to EventBase class. Source: granite4.1:30b@2026-06-05-audit Confidence: low |
— |
| Feature | Low |
Supports plain return values in FunctionTool. Supports plain return values in FunctionTool. Source: granite4.1:30b@2026-06-05-audit Confidence: low |
— |
| Dependency | Low |
Makes ripgrep an optional dependency. Makes ripgrep an optional dependency. Source: llm_adapter@2026-06-05 Confidence: high |
— |
| Performance | Low |
Improves permission system implementation. Improves permission system implementation. Source: llm_adapter@2026-06-05 Confidence: high |
— |
| Performance | Low |
Supports extra tools and middlewares for service performance. Supports extra tools and middlewares for service performance. Source: llm_adapter@2026-06-05 Confidence: high |
— |
| Bugfix | Low |
Refines retry logic in model component. Refines retry logic in model component. Source: llm_adapter@2026-06-05 Confidence: high |
— |
| Bugfix | Low |
Sanitizes MCPTool name for LLM provider compatibility. Sanitizes MCPTool name for LLM provider compatibility. Source: granite4.1:30b@2026-06-05-audit Confidence: low |
— |
| Bugfix | Low |
Honors explicit thinking_enable=False on Ollama and Gemini models. Honors explicit thinking_enable=False on Ollama and Gemini models. Source: granite4.1:30b@2026-06-05-audit Confidence: low |
— |
| Bugfix | Low |
Cleans file cache of the builtin Read tool. Cleans file cache of the builtin Read tool. Source: granite4.1:30b@2026-06-05-audit Confidence: low |
— |
| Bugfix | Low |
Expires Redis message lists in storage component. Expires Redis message lists in storage component. Source: granite4.1:30b@2026-06-05-audit Confidence: low |
— |
| Bugfix | Low |
Fixes frontend build with current dependencies in web UI. Fixes frontend build with current dependencies in web UI. Source: granite4.1:30b@2026-06-05-audit Confidence: low |
— |
| Bugfix | Low |
Hides bash subprocess windows on Windows. Hides bash subprocess windows on Windows. Source: granite4.1:30b@2026-06-05-audit Confidence: low |
— |
| Bugfix | Low |
Adds locks to mcp and skill operations in LocalWorkspace. Adds locks to mcp and skill operations in LocalWorkspace. Source: granite4.1:30b@2026-06-05-audit Confidence: low |
— |
| Bugfix | Low |
Includes tool group skills in processing pipeline. Includes tool group skills in processing pipeline. Source: granite4.1:30b@2026-06-05-audit Confidence: low |
— |
| Bugfix | Low |
Fixes nested <button> issue using asChild on Button tooltip trigger in web UI. Fixes nested <button> issue using asChild on Button tooltip trigger in web UI. Source: granite4.1:30b@2026-06-05-audit Confidence: low |
— |
| Bugfix | Low |
Adds dialog descriptions for accessibility in web UI. Adds dialog descriptions for accessibility in web UI. Source: granite4.1:30b@2026-06-05-audit Confidence: low |
— |
Full changelog
Highlight
- Agent Team is supported
What's Changed
- fix(webui): add missing files in the web ui example by @DavdGao in https://github.com/agentscope-ai/agentscope/pull/1661
- fix(readme): update the QR code for DingTalk group by @DavdGao in https://github.com/agentscope-ai/agentscope/pull/1662
- perf(service): support to provide extra tools and middlewares by @DavdGao in https://github.com/agentscope-ai/agentscope/pull/1709
- fix(formatter): drop thinking blocks without signature for Anthropic by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/1668
- feat(webui): support to set fallback model in web UI by @DavdGao in https://github.com/agentscope-ai/agentscope/pull/1699
- feat(model): add client_kwargs in model by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/1659
- feat(model): add yaml configs for mainstream models by @MannXo in https://github.com/agentscope-ai/agentscope/pull/1731
- feat(rag): add the basic class for the RAG module by @DavdGao in https://github.com/agentscope-ai/agentscope/pull/1746
- fix(model): refine retry logic by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/1730
- fix(tool): support plain return values in FunctionTool by @xunx911 in https://github.com/agentscope-ai/agentscope/pull/1703
- fix(tool): clean the file cache of the builtin Read tool by @googs1025 in https://github.com/agentscope-ai/agentscope/pull/1735
- fix(storage): expire Redis message lists by @he-yufeng in https://github.com/agentscope-ai/agentscope/pull/1734
- fix(webui): fix frontend build with current dependencies by @yuanchangsai77 in https://github.com/agentscope-ai/agentscope/pull/1708
- fix(tool): hide bash subprocess windows on Windows by @he-yufeng in https://github.com/agentscope-ai/agentscope/pull/1717
- fix(workspace): add locks to mcp and skill operations in LocalWorkspace. by @weizhang25 in https://github.com/agentscope-ai/agentscope/pull/1710
- perf(permission): improve the implementation of the current permission system by @DavdGao in https://github.com/agentscope-ai/agentscope/pull/1767
- feat(agent_team): refactor the agent service to support agent team by @DavdGao in https://github.com/agentscope-ai/agentscope/pull/1776
- feat(event): add metadata in EventBase by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/1788
- fix(mcp): sanitize MCPTool name for LLM provider compatibility by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/1787
- fix(model): honor explicit thinking_enable=False on Ollama and Gemini by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/1784
- docs(readme): update readme for the new service feature by @DavdGao in https://github.com/agentscope-ai/agentscope/pull/1789
- fix(webui): use asChild on Button tooltip trigger to avoid nested by @fancyboi999 in https://github.com/agentscope-ai/agentscope/pull/1770
- fix(webui): add dialog descriptions for accessibility by @fancyboi999 in https://github.com/agentscope-ai/agentscope/pull/1771
- fix: include tool group skills by @he-yufeng in https://github.com/agentscope-ai/agentscope/pull/1732
- feat(deps): make ripgrep an optional dependency by @Oxygen56 in https://github.com/agentscope-ai/agentscope/pull/1740
New Contributors
- @MannXo made their first contribution in https://github.com/agentscope-ai/agentscope/pull/1731
- @xunx911 made their first contribution in https://github.com/agentscope-ai/agentscope/pull/1703
- @googs1025 made their first contribution in https://github.com/agentscope-ai/agentscope/pull/1735
- @he-yufeng made their first contribution in https://github.com/agentscope-ai/agentscope/pull/1734
- @yuanchangsai77 made their first contribution in https://github.com/agentscope-ai/agentscope/pull/1708
- @fancyboi999 made their first contribution in https://github.com/agentscope-ai/agentscope/pull/1770
- @Oxygen56 made their first contribution in https://github.com/agentscope-ai/agentscope/pull/1740
Full Changelog: https://github.com/agentscope-ai/agentscope/compare/v2.0.0...v2.0.1
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Related context
Related tools
Beta — feedback welcome: [email protected]