winget install --id danielmiessler.Fabric
About Fabric
Fabric is an open-source framework for augmenting humans using AI.
What's new in 1.4.455
Changes PR #2138 by ksylvan: New Claude Fable model + cache OpenAI model discovery and handle provider rate limits - Add persistent cache for provider model discovery results, improving performance and reliability of provider integrations. - Serve stale model caches during discovery failures, ensuring continued operation when upstream providers are unavailable. - Add Claude Fable 5 Anthropic model support, with sampling parameters automatically omitted for compatibility. - Return concise localized errors for rate-limited model fetches, with updated translations across all supported locales. - Update Go dependencies for AI provider integrations to keep upstream libraries current.
Version history
| Version | Updated | Notes |
|---|---|---|
| 1.4.455 | Unknown | Changes PR #2138 by ksylvan: New Claude Fable model + cache OpenAI model discovery and handle provider rate limits - Add persistent cache for provider model discovery results, improving performance and reliability of pro... |
| 1.4.454 | Unknown | Changes PR #2136 by ksylvan: chore: extend sampling param exclusion to Opus 4.8 models - Extends the sampling parameter exclusion logic to cover Opus 4.8 models, ensuring consistent behavior alongside the existing Opus 4... |
| 1.4.453 | Unknown | Changes PR #2132 by ksylvan: Add Claude Opus 4.8 model and bump Go toolchain and dependencies - Add Claude Opus 4.8 to the list of supported models. - Upgrade the Go toolchain to version 1.26.0. - Bump anthropic-sdk-go t... |
| 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... |