Merge remote-tracking branch 'origin/main'
This commit is contained in:
28
CHANGELOG.md
28
CHANGELOG.md
@@ -2,6 +2,34 @@
|
||||
|
||||
<!-- version list -->
|
||||
|
||||
## v5.19.0 (2025-10-03)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- Add GPT-5-Codex to Responses API routing and simplify comments
|
||||
([`82b021d`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/82b021d75acc791e68c7afb35f6492f68cf02bec))
|
||||
|
||||
### Chores
|
||||
|
||||
- Sync version to config.py [skip ci]
|
||||
([`8e32ef3`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/8e32ef33e3ce7ab2a9d7eb5c90fe5b93b12d5c26))
|
||||
|
||||
### Documentation
|
||||
|
||||
- Bumped defaults
|
||||
([`95d98a9`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/95d98a9bc0a5bafadccb9f6d1e4eda97a0dd2ce7))
|
||||
|
||||
### Features
|
||||
|
||||
- Add GPT-5-Codex support with Responses API integration
|
||||
([`f265342`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/f2653427ca829368e7145325d20a98df3ee6d6b4))
|
||||
|
||||
### Testing
|
||||
|
||||
- Cross tool memory recall, testing continuation via cassette recording
|
||||
([`88493bd`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/88493bd357c6a12477c3160813100dae1bc46493))
|
||||
|
||||
|
||||
## v5.18.3 (2025-10-03)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
@@ -14,7 +14,7 @@ import os
|
||||
# These values are used in server responses and for tracking releases
|
||||
# IMPORTANT: This is the single source of truth for version and author info
|
||||
# Semantic versioning: MAJOR.MINOR.PATCH
|
||||
__version__ = "5.18.3"
|
||||
__version__ = "5.19.0"
|
||||
# Last update date in ISO format
|
||||
__updated__ = "2025-10-03"
|
||||
# Primary maintainer
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "zen-mcp-server"
|
||||
version = "5.18.3"
|
||||
version = "5.19.0"
|
||||
description = "AI-powered MCP server with multiple model providers"
|
||||
requires-python = ">=3.9"
|
||||
dependencies = [
|
||||
|
||||
Reference in New Issue
Block a user