v0.2.80
camel-ai/camelv0.2.80Nov 26, 2025by github-actions[bot]
AI Summary
Adds support for Gemini 3, Cerebras, and ERNIE 5.0 Thinking, along with workforce mode enhancements and timeout handling improvements.
Key Highlights
- Support for Gemini 3 and Cerebras Platform Models
- Support for Claude Opus 4.5
- Add ERNIE_5_0_THINKING model
- Unify timeout format and support more running modes in workforce
New Features
- Support gemini 3
- Support Claude Opus 4.5
- Add ERNIE_5_0_THINKING model
- Support more running mode in workforce
- Support Cerebras Platform Models
Full Release Notes
## What's Changed * fix: sglang tool call and response_format by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3392 * chore: Update google_calendar_toolkit.py add new fields in get_events by @fengju0213 in https://github.com/camel-ai/camel/pull/3416 * feat: unify timeout format with TIMEOUT constant by @JINO-ROHIT in https://github.com/camel-ai/camel/pull/3407 * feat: support gemini 3 by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3433 * chore: thought signatures for gemini3 by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3434 * chore: Update gemini_model_example.py by @fengju0213 in https://github.com/camel-ai/camel/pull/3435 * chore: Update gemini_model_example.py by @fengju0213 in https://github.com/camel-ai/camel/pull/3436 * new version by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3437 * chore: update fish audio version by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3427 * version 0280a1 by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3438 * Fix: avoid recursive by @nitpicker55555 in https://github.com/camel-ai/camel/pull/3439 * chore: enhance_workforce_prompt and remove the taskplan_toolkit by @fengju0213 in https://github.com/camel-ai/camel/pull/3431 * [Feat] Support more running mode in workforce by @Ol1ver0413 in https://github.com/camel-ai/camel/pull/3157 * feat: add docker container creation if not exist in terminal toolkit by @JINO-ROHIT in https://github.com/camel-ai/camel/pull/3430 * chore: Extended BaseMessage to support reasoning fields and updated usage accounting in streaming mode by @fengju0213 in https://github.com/camel-ai/camel/pull/3326 * enhance: gemini stream mode support by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3443 * Feat: Add Cerebras Platform Models. by @sk5268 in https://github.com/camel-ai/camel/pull/3424 * [enhance] Make Workflow Save Folder and Filename Semantic by @hesamsheikh in https://github.com/camel-ai/camel/pull/3388 * feat: Support Claude Opus 4.5 by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3450 * feat: add user dep packages in terminal toolkit by @JINO-ROHIT in https://github.com/camel-ai/camel/pull/3421 * chore: support wider openai version by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3456 * feat: add ERNIE_5_0_THINKING model by @fengju0213 in https://github.com/camel-ai/camel/pull/3459 * fix: gemini stream; cicd; ernie naming by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3460 * fix: handle thought_signature in parallel function calling by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3462 * chore: better aysnc tool execution support by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3461 * Fix/browser toolkit viewport issue #3414 by @YunfeiZHAO in https://github.com/camel-ai/camel/pull/3426 * chore: commit for version 0280 release by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3465 ## New Contributors * @sk5268 made their first contribution in https://github.com/camel-ai/camel/pull/3424 * @YunfeiZHAO made their first contribution in https://github.com/camel-ai/camel/pull/3426 **Full Changelog**: https://github.com/camel-ai/camel/compare/v0.2.79...v0.2.80