Skip to content

v5.4.2

Choose a tag to compare

@ndycode ndycode released this 06 Mar 00:26
· 249 commits to 15b7f0199574c56d0f3c320214b0aaa8d0a7cb5c since this release

Minor Compatibility and Stability Release

This release carries compatibility-facing behavior changes and operational hardening. Read the summary below before upgrading or publishing.

  • Added GPT-5.4 runtime support as the latest general-purpose family across model normalization/map, prompt-family routing, quota probes, and fallback handling.
  • Added optional/manual GPT-5.4 Pro support, including the default fallback edge gpt-5.4-pro -> gpt-5.4 in fallback mode.
  • Hardened GPT-5.4 family detection with boundary-aware matching to prevent accidental normalization/family routing for nearby version strings (for example gpt-5.4).
  • Refreshed config templates and documentation to default to GPT-5.4 and document GPT-5.4 Pro reasoning/coercion behavior.

Commit Summary

  • a791d03 chore(release): bump package version to 5.4.1
  • 67b9c76 feat: add GPT-5.4 support in v5.4.2
  • 5da9117 fix: address CodeRabbit and Greptile review findings
  • 6236864 docs,test: apply remaining review nits from 3900326193
  • 44b8a2c 📝 CodeRabbit Chat: Add unit tests for pull request changes
  • 2228e77 fix: harden gpt-5.4 matching and close review gaps
  • e75d6a5 Merge pull request #65 from ndycode/feat/gpt-5.4-support-v5.4.2