Skip to content

Releases: BeehiveInnovations/zen-mcp-server

v5.17.0

02 Oct 02:02

Choose a tag to compare

v5.17.0 (2025-10-02)

Bug Fixes

  • Use types.HttpOptions from module imports instead of local import (956e8a6)

Chores

  • Sync version to config.py [skip ci] (0836213)

Code Style

  • Apply Black formatting to use double quotes (33ea896)

Features

  • Add custom Gemini endpoint support (462bce0)

Refactoring

  • Simplify Gemini provider initialization using kwargs dict (023940b)

Detailed Changes: v5.16.0...v5.17.0

v5.16.0

01 Oct 19:09

Choose a tag to compare

v5.16.0 (2025-10-01)

Bug Fixes

  • Resolve logging timing and import organization issues (d34c299)

Chores

  • Sync version to config.py [skip ci] (b6c4bca)

Code Style

  • Fix ruff import sorting issue (4493a69)

Features

  • Add configurable environment variable override system (93ce698)

Detailed Changes: v5.15.0...v5.16.0

v5.15.0

01 Oct 18:40

Choose a tag to compare

v5.15.0 (2025-10-01)

Chores

  • Sync version to config.py [skip ci] (b0fe956)

Features

  • Depending on the number of tools in use, this change should save ~50% of overall tokens used. fixes #255 but also refactored individual tools to instead encourage the agent to use the listmodels tool if needed. (d9449c7)

Performance Improvements

  • Tweaks to schema descriptions, aiming to reduce token usage without performance degradation (cc8a4df)

Refactoring


Detailed Changes: v5.14.1...v5.15.0

v5.14.1

01 Oct 16:24

Choose a tag to compare

v5.14.1 (2025-10-01)

Bug Fixes

Chores

  • Sync version to config.py [skip ci] (692016c)

Detailed Changes: v5.14.0...v5.14.1

v5.14.0

01 Oct 16:01

Choose a tag to compare

v5.14.0 (2025-10-01)

Chores

  • Sync version to config.py [skip ci] (c0f822f)

Features

  • Add Claude Sonnet 4.5 and update alias configuration (95c4822)

Testing

  • Update tests to match new Claude Sonnet 4.5 alias configuration (7efb409)

Detailed Changes: v5.13.0...v5.14.0

v5.13.0

01 Oct 15:52

Choose a tag to compare

v5.13.0 (2025-10-01)

Bug Fixes

  • Add sonnet alias for Claude Sonnet 4.1 to match opus/haiku pattern (dc96344)

  • Missing "optenai/" in name (7371ed6)

Chores

  • Sync version to config.py [skip ci] (b8479fc)

Features

  • Add comprehensive GPT-5 series model support (4930824)

Detailed Changes: v5.12.1...v5.13.0

v5.12.1

01 Oct 15:28

Choose a tag to compare

v5.12.1 (2025-10-01)

Bug Fixes

  • Resolve consensus tool model_context parameter missing issue (9044b63)

Chores

  • Sync version to config.py [skip ci] (e3ebf4e)

Code Style

  • Fix trailing whitespace in consensus.py (0760b31)

Refactoring

  • Optimize ModelContext creation in consensus tool (30a8952)

Detailed Changes: v5.12.0...v5.12.1

v5.12.0

01 Oct 14:54

Choose a tag to compare

v5.12.0 (2025-10-01)

Bug Fixes

  • Removed use_websearch; this parameter was confusing Codex. It started using this to prompt the external model to perform searches! web-search is enabled by Claude / Codex etc by default and the external agent can ask claude to search on its behalf. (cff6d89)

Chores

  • Sync version to config.py [skip ci] (28cabe0)

Features

  • Implement semantic cassette matching for o3 models (70fa088)

Detailed Changes: v5.11.2...v5.12.0

v5.11.2

01 Oct 14:24

Choose a tag to compare

v5.11.2 (2025-10-01)

Chores

  • Sync version to config.py [skip ci] (4d6f1b4)

Detailed Changes: v5.11.1...v5.11.2

v5.11.1

01 Oct 14:18

Choose a tag to compare

v5.11.1 (2025-10-01)

Bug Fixes

  • Remove duplicate OpenAI models from listmodels output (c29e762)

Chores

  • Sync version to config.py [skip ci] (1209064)

Testing

  • Update OpenAI provider alias tests to match new format (d13700c)

Detailed Changes: v5.11.0...v5.11.1