v1.4.457
bigcapitalhq/bigcapitalv1.4.457Jul 9, 2026by github-actions[bot]
AI Summary
This release introduces support for the new Claude Sonnet 5 model and enhances the changelog generation tool to allow back-filling entries for closed pull requests.
Key Highlights
- Added Claude Sonnet 5 to supported Anthropic models
- Enabled one-million-token context beta for Claude 5 models
- Introduced --closed-ok flag to bypass open-state validation for changelog back-filling
- Improved error messaging to guide users on using --closed-ok
New Features
- Back-fill missing ChangeLog entries via --closed-ok flag
Full Release Notes
## Changes ### PR [#2155](https://github.com/danielmiessler/Fabric/pull/2155) by [ksylvan](https://github.com/ksylvan): Claude Sonnet 5 Anthropic support - Add Claude Sonnet 5 to supported Anthropic models - Enable one-million-token context beta for Claude 5 models - Omit sampling parameters for Claude Sonnet 5 requests - Centralize Anthropic sampling restrictions behind prefix matching - Remove older Claude 4 aliases from model listings ### PR [#2156](https://github.com/danielmiessler/Fabric/pull/2156) by [ksylvan](https://github.com/ksylvan): Make it possible to back-fill missing ChangeLog entries - Add support for changelog generation for closed pull requests via a new `--closed-ok` flag, bypassing open-state validation. - Skip mergeability checks when processing closed pull requests to allow smooth back-filling of missing entries. - Store the closed pull request allowance setting in the generator configuration for consistent behavior. - Improve error messaging to guide users toward using `--closed-ok` when validation errors occur on closed PRs. - Introduce the `--closed-ok` flag as the primary mechanism for enabling back-fill workflows on previously closed pull requests.