winget install --id danielmiessler.Fabric
About Fabric
Fabric is an open-source framework for augmenting humans using AI.
What's new in 1.4.452
Changes PR #2111 by ksylvan: fix: omit Anthropic sampling params for Claude Opus 4.7 - Fix: Omit Anthropic sampling parameters for Claude Opus 4.7 to ensure compatibility. - Add a sampling parameter guard specifically for Opus 4.7. - Omit temperature and top_p for models that do not support these parameters. - Preserve existing TopP and temperature selection behavior for compatible models. - Add unit test coverage for the Opus 4.7 sampling parameter omission.
Version history
| Version | Updated | Notes |
|---|---|---|
| 1.4.452 | Unknown | Changes PR #2111 by ksylvan: fix: omit Anthropic sampling params for Claude Opus 4.7 - Fix: Omit Anthropic sampling parameters for Claude Opus 4.7 to ensure compatibility. - Add a sampling parameter guard specifically fo... |
| 1.4.451 | Unknown | Changes PR #2079 by teamsincetoday: Add 3 commerce intelligence patterns: affiliate extraction, video entities, monetization - Added extract_affiliate_products pattern to surface both sponsored and organic affiliate oppo... |
| 1.4.448 | Unknown | Changes Direct commits - Fix: fall back to streamed delta text when completed Codex response is empty - Prefer extracted completed text only when content stays non-empty - Fall back to accumulated streamed delta text oth... |
| 1.4.446 | Unknown | Changes PR #2093 by alecjmckanna: feat: add --readpattern flag to print pattern contents to terminal - Adds a new --readpattern <name> CLI flag that prints the raw contents of a named pattern's system.md file to stdout,... |
| 1.4.445 | Unknown | Changes PR #2091 by jimscard and ksylvan: Update Dockerfile for best practices and critical CVE fixes - Pins Alpine 3.21 and Go 1.25.9 explicitly for reproducible, auditable builds. - Installs the Go toolchain directly i... |
| 1.4.442 | Unknown | Changes PR #2075 by ksylvan and mikaelpr: refactor: extract OAuth and auth logic from Codex client module - Refactored the Codex client module by extracting all OAuth and authentication logic into a dedicated module, imp... |
| 1.4.441 | Unknown | Changes PR #2068 by dependabot and ksylvan: chore(deps): bump google.golang.org/grpc from 1.79.0 to 1.79.3 in the go_modules group across 1 directory - Bumped google.golang.org/grpc from v1.79.0 to v1.79.3 as an indirect... |
| 1.4.440 | Unknown | Changes PR #2064 by JasonYeYuhe and ksylvan: docs: add Chinese translation (README.zh.md) - Added a new Chinese translation of the README file (README.zh.md). - Refined Chinese translations for improved idiomaticity and... |
| 1.4.439 | Unknown | Changes PR #2066 by octo-patch: feat: upgrade MiniMax default model to M2.7 - Upgraded the MiniMax default model to M2.7, the latest flagship model with enhanced reasoning and coding capabilities. - Added MiniMax-M2.7 an... |
| 1.4.437 | Unknown | Changes PR #2056 by mikaelpr and ksylvan: feat: add Codex vendor with OpenAI OAuth - Add new Codex AI vendor plugin with OpenAI OAuth PKCE flow - Implement browser-based login with automatic token refresh on 401 - Allow... |
| 1.4.436 | Unknown | Changes PR #2060 by octo-patch: feat: add MiniMax-M2.5-highspeed to static model list - Added the MiniMax-M2.5-highspeed model variant to the static MiniMax model list. This variant delivers the same performance as MiniM... |
| 1.4.435 | Unknown | Changes PR #2058 by dependabot: chore(deps-dev): bump devalue from 5.6.3 to 5.6.4 in /web in the npm_and_yarn group across 1 directory - Bumps the indirect dependency devalue from version 5.6.3 to 5.6.4 in the /web direc... |
| 1.4.434 | Unknown | Changes PR #2052 by praxstack and ksylvan: feat(bedrock): dynamic region fetching and AWS_PROFILE conflict fix - Added dynamic Bedrock region fetching from botocore's endpoints.json, expanding support to 40+ regions inst... |
| 1.4.433 | Unknown | Changes PR #2054 by pretyflaco: fix(ollama): Map thinking levels to Ollama API and convert single system-role messages - Fix(ollama): map thinking levels and convert single system-role messages Direct commits - Fix: Manu... |
| 1.4.432 | Unknown | Changes PR #2050 by ksylvan: Update web dependencies - fix npm override issue - Chore: update web dependencies - fix npm override issue |
| 1.4.430 | Unknown | Changes PR #2044 by PrakharMNNIT and ksylvan: feat: Add Bedrock bearer token (ABSK) authentication and guided setup - Adds 3-tier authentication for AWS Bedrock: bearer token (ABSK), static AWS credentials (access key +... |
| 1.4.429 | Unknown | Changes PR #2046 by ksylvan: refactor: add GetRaw method to encapsulate raw pattern loading logic - Add GetRaw method to PatternsEntity for unprocessed pattern retrieval - Replace inline raw pattern loading logic in serv... |
| 1.4.428 | Unknown | Changes PR #2040 by Twozee-Tech: Add Polish (pl) locale - Add Polish (pl) locale with a complete translation file containing all 683 keys, matching the structure of existing locale files in internal/i18n/locales/. |
| 1.4.427 | Unknown | Changes PR #2038 by ksylvan: Add Git CLI Fallback to FetchFilesFromRepo - Feat: add git CLI fallback to FetchFilesFromRepo for improved compatibility - Add git CLI fallback when go-git in-memory clone fails, with detecti... |
| 1.4.426 | Unknown | Changes PR #2036 by ksylvan: WebUI: YouTube URL Processing Refactor & Dependency Updates - Feat: Inline YouTube transcripts into the chat flow, replacing YouTube URLs with fetched transcript blocks and supporting multipl... |