Files
my-pal-mcp-server/CHANGELOG.md
semantic-release 8ce9ce26e6 chore(release): 5.12.0
Automatically generated by python-semantic-release
2025-10-01 14:54:18 +00:00

5.0 KiB

CHANGELOG

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)

v5.11.2 (2025-10-01)

Chores

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

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)

v5.11.0 (2025-08-26)

Chores

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

Features

v5.10.3 (2025-08-24)

Bug Fixes

  • Address test failures and PR feedback (6bd9d67)

  • Resolve temperature handling issues for O3/custom models (#245, 3b4fd88)

Chores

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

v5.10.2 (2025-08-24)

Bug Fixes

Chores

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

v5.10.0 (2025-08-22)

Chores

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

Features

  • Refactored and tweaked model descriptions / schema to use fewer tokens at launch (average reduction per field description: 60-80%) without sacrificing tool effectiveness (4b202f5)

v5.9.0 (2025-08-21)

Documentation

  • Update instructions for precommit (90821b5)

Features

  • Refactored and improved codereview in line with precommit. Reviews are now either external (default) or internal. Takes away anxiety and loss of tokens when Claude incorrectly decides to be 'confident' about its own changes and bungle things up. (80d21e5)

Refactoring

v5.8.6 (2025-08-20)

Bug Fixes

  • Escape backslashes in TOML regex pattern (1c973af)

  • Establish version 5.8.6 and add version sync automation (90a4195)

  • Restore proper version 5.8.6 (340b58f)

Chores

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

v1.1.0 (2025-08-20)

Features

  • Improvements to precommit (2966dcf)

v1.0.0 (2025-08-20)

  • Initial Release