v0.2.85
camel-ai/camelv0.2.85Jan 26, 2026by github-actions[bot]
AI Summary
Adds support for Zhipu GLM 4.x variants and fixes runtime issues such as agent pool race conditions and daytona interface.
Key Highlights
- Support for Zhipu GLM 4.1V-thinking, 4.5, 4.6, and 4.7
- Fixes for agent pool race conditions and browser popup handling
- Updates to data common toolkit
New Features
- Add Zhipu's GLM 4.1V-thinking, 4.5, 4.6 and 4.7
Full Release Notes
## What's Changed * minor: update broken links for api keys/docs by @JINO-ROHIT in https://github.com/camel-ai/camel/pull/3727 * chore: Update model doc and zhipu model by @fengju0213 in https://github.com/camel-ai/camel/pull/3722 * fix: ChatAgent memory setter issue by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3734 * Fix:if window_size==0 will return all the sliding_messages. by @jinghuan-Chen in https://github.com/camel-ai/camel/pull/3726 * fix llm guard by @JINO-ROHIT in https://github.com/camel-ai/camel/pull/3736 * fix: agent_pool_race_condition by @nitpicker55555 in https://github.com/camel-ai/camel/pull/3740 * chore: browser popup handel by @nitpicker55555 in https://github.com/camel-ai/camel/pull/3741 * fix: daytona interface by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3747 * chore: update data common toolkit to v2 api by @JINO-ROHIT in https://github.com/camel-ai/camel/pull/3750 * fix: add named args for daytona by @JINO-ROHIT in https://github.com/camel-ai/camel/pull/3746 * feat: Add Zhipu's GLM 4.1V-thinking, 4.5, 4.6 and 4.7 by @Inokinoki in https://github.com/camel-ai/camel/pull/3730 * fix: detect AsyncChatCompletionStreamManager by class name by @MkDev11 in https://github.com/camel-ai/camel/pull/3743 * release: v 0.2.85 by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3754 ## New Contributors * @jinghuan-Chen made their first contribution in https://github.com/camel-ai/camel/pull/3726 * @Inokinoki made their first contribution in https://github.com/camel-ai/camel/pull/3730 * @MkDev11 made their first contribution in https://github.com/camel-ai/camel/pull/3743 **Full Changelog**: https://github.com/camel-ai/camel/compare/v0.2.84...v0.2.85