v0.2.86

camel-ai/camelv0.2.86Feb 10, 2026by github-actions[bot]

AI Summary

This release introduces prompt caching support, new models (Kimi K2.5, Claude Opus 4-6), and toolkits like ChatAgent skills, file upload/download, and EarthScienceToolkit.

Key Highlights

  • Support for Prompt Caching across providers
  • New ChatAgent skills and file upload/download toolkit
  • Introduction of EarthScienceToolkit
  • Support for Kimi K2.5 and Claude Opus 4-6

New Features

  • Support kimi k2.5
  • Support Prompt Caching
  • Chatagent skills
  • Support claude-opus-4-6
  • File upload and download tool
  • EarthScienceToolkit

Full Release Notes

## What's Changed
* feat: enhance hybrid_browser_toolkit to detect page loading better by @cape2333 in https://github.com/camel-ai/camel/pull/3690
* feat: support kimi k2.5 by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3761
* feat: Support prompt caching by @Zephyroam in https://github.com/camel-ai/camel/pull/3587
* Feat: browser visual pixel mode by @nitpicker55555 in https://github.com/camel-ai/camel/pull/3767
* fix: agent test, remove deprecated claude model by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3772
* feat(runtimes): unify cleanup for all runtimes by @MkDev11 in https://github.com/camel-ai/camel/pull/3775
* enhance: unify cleanup for all runtimes PR3775 by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3779
* feat: Chatagent skills by @fengju0213 in https://github.com/camel-ai/camel/pull/3732
* docs: update terminal and browser tookit by @fengju0213 in https://github.com/camel-ai/camel/pull/3762
* fix: update tiktoken version constraint to allow up to 0.12 by @Zephyroam in https://github.com/camel-ai/camel/pull/3777
* fix: tool message sequence issue by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3781
* feat: support claude-opus-4-6 by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3783
* fix: try schema manual parse if `msg.parse` is `None` by @bytecii in https://github.com/camel-ai/camel/pull/3780
* feat: add EarthScienceToolkit param types and supported formats in MarkItDownLoader by @fanzhidongyzby in https://github.com/camel-ai/camel/pull/3764
* fix: pre commit issue introduced by #3764 by @nitpicker55555 in https://github.com/camel-ai/camel/pull/3786
* feat: file upload and download tool by @cape2333 in https://github.com/camel-ai/camel/pull/3752
* enhance: skill creator md by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3789
* Jina reranking by @yugborana in https://github.com/camel-ai/camel/pull/3788
* enhance: add skill creator scripts and reference, update function naming by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3792
* update tool decorator by @Asher-hss in https://github.com/camel-ai/camel/pull/1691
* chore: fix terminal_env_init by @fengju0213 in https://github.com/camel-ai/camel/pull/3723
* release: 0.2.86 by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3825

## New Contributors
* @cape2333 made their first contribution in https://github.com/camel-ai/camel/pull/3690
* @Zephyroam made their first contribution in https://github.com/camel-ai/camel/pull/3587
* @bytecii made their first contribution in https://github.com/camel-ai/camel/pull/3780
* @fanzhidongyzby made their first contribution in https://github.com/camel-ai/camel/pull/3764
* @yugborana made their first contribution in https://github.com/camel-ai/camel/pull/3788

**Full Changelog**: https://github.com/camel-ai/camel/compare/v0.2.85...v0.2.86