v1.4.390

danielmiessler/Fabricv1.4.390Jan 24, 2026by github-actions[bot]

AI Summary

Fixed positional arguments consumption for commands by joining all positional arguments with spaces instead of using only the last argument.

Key Highlights

  • Fixed consume all positional arguments as input by joining all with spaces
  • Allows commands to process entire phrases correctly
  • Changed from using only the last argument to processing all arguments

New Features

  • Command argument handling fix

Full Release Notes

## Changes

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