v1.4.460
bigcapitalhq/bigcapitalv1.4.460Jul 24, 2026by github-actions[bot]
AI Summary
This update adds support for the Claude Opus 5 model and refreshes various dependencies including Anthropic and AWS.
Key Highlights
- Added Claude Opus 5 to supported models
- Disabled sampling parameters for Claude Opus 5
- Restrict one-million-token beta headers to compatible models
New Features
- Claude Opus 5 support
Full Release Notes
## Changes ### PR [#2166](https://github.com/danielmiessler/Fabric/pull/2166) by [ksylvan](https://github.com/ksylvan): feat: add Claude Opus 5 support and refresh dependencies - Add Claude Opus 5 to the supported model selection. - Disable sampling parameters for Claude Opus 5 requests. - Restrict one-million-token beta headers to compatible Claude models only. - Remove unsupported 200K-context models from the beta header mapping. - Upgrade Anthropic, AWS, Ollama, Google, and supporting dependencies.