diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f332f8e..54144b4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## v1.4.390 (2026-01-24) + +MiniMax unexpected status code: 404 from provider MiniMax, response body: 404 page not found +### PR [#1964](https://github.com/danielmiessler/Fabric/pull/1964) by [jessesep](https://github.com/jessesep): feat: add design system, golden rules, and discord structure patterns + +- Added create_design_system pattern to generate CSS design systems with tokens, typography scales, and dark/light mode support from requirements +- Added create_golden_rules pattern to extract implicit and explicit rules from codebases into testable, enforceable guidelines +- Added analyze_discord_structure pattern to audit Discord server organization, permissions, and naming conventions + +### PR [#1967](https://github.com/danielmiessler/Fabric/pull/1967) by [ksylvan](https://github.com/ksylvan): chore: add MiniMax provider support and update API endpoints + +- Add MiniMax provider configuration with API endpoint updates +- Implement NeedsRawMode method for MiniMax model handling +- Define static MiniMax model list with M2 variants +- Add Infermatic and Novita to VS Code extensions +- Configure MiniMax models as static discovery + ## v1.4.389 (2026-01-23) ### PR [#1960](https://github.com/danielmiessler/Fabric/pull/1960) by [ksylvan](https://github.com/ksylvan): fix: consume all positional arguments as input diff --git a/cmd/fabric/version.go b/cmd/fabric/version.go index 141fbac1..800c53b9 100644 --- a/cmd/fabric/version.go +++ b/cmd/fabric/version.go @@ -1,3 +1,3 @@ package main -var version = "v1.4.389" +var version = "v1.4.390" diff --git a/cmd/generate_changelog/changelog.db b/cmd/generate_changelog/changelog.db index 711d7460..543205e2 100644 Binary files a/cmd/generate_changelog/changelog.db and b/cmd/generate_changelog/changelog.db differ diff --git a/cmd/generate_changelog/incoming/1964.txt b/cmd/generate_changelog/incoming/1964.txt deleted file mode 100644 index 76b94ecd..00000000 --- a/cmd/generate_changelog/incoming/1964.txt +++ /dev/null @@ -1,6 +0,0 @@ -MiniMax unexpected status code: 404 from provider MiniMax, response body: 404 page not found -### PR [#1964](https://github.com/danielmiessler/Fabric/pull/1964) by [jessesep](https://github.com/jessesep): feat: add design system, golden rules, and discord structure patterns - -- Added create_design_system pattern to generate CSS design systems with tokens, typography scales, and dark/light mode support from requirements -- Added create_golden_rules pattern to extract implicit and explicit rules from codebases into testable, enforceable guidelines -- Added analyze_discord_structure pattern to audit Discord server organization, permissions, and naming conventions diff --git a/cmd/generate_changelog/incoming/1967.txt b/cmd/generate_changelog/incoming/1967.txt deleted file mode 100644 index 0cdd340d..00000000 --- a/cmd/generate_changelog/incoming/1967.txt +++ /dev/null @@ -1,7 +0,0 @@ -### PR [#1967](https://github.com/danielmiessler/Fabric/pull/1967) by [ksylvan](https://github.com/ksylvan): chore: add MiniMax provider support and update API endpoints - -- Add MiniMax provider configuration with API endpoint updates -- Implement NeedsRawMode method for MiniMax model handling -- Define static MiniMax model list with M2 variants -- Add Infermatic and Novita to VS Code extensions -- Configure MiniMax models as static discovery diff --git a/nix/pkgs/fabric/version.nix b/nix/pkgs/fabric/version.nix index aa77e768..fc8e0670 100644 --- a/nix/pkgs/fabric/version.nix +++ b/nix/pkgs/fabric/version.nix @@ -1 +1 @@ -"1.4.389" +"1.4.390"