v1.4.392

danielmiessler/Fabricv1.4.392Jan 25, 2026by github-actions[bot]

AI Summary

Fixed Azure OpenAI API deployment URL path and added MiniMax provider support. Resolved SDK route matching bug for Azure OpenAI endpoints.

Key Highlights

  • Fixed deployment URL path construction for Azure OpenAI API
  • Added custom middleware to transform API paths and extract deployment names
  • Moved StreamOptions configuration to only apply to streaming requests
  • Resolved SDK route matching bug preventing proper URL generation

New Features

  • Azure OpenAI API fixes
  • Azure OpenAI troubleshooting documentation

Full Release Notes

## Changes

### PR [#1968](https://github.com/danielmiessler/Fabric/pull/1968) by [ksylvan](https://github.com/ksylvan): New `extract_all_quotes` and move misplaced patterns

- Move orphaned pattern files from patterns/ to data/patterns/
- Add extract_all_quotes pattern for quote extraction
- The extract_all_quotes is originally from [PR #176](https://github.com/danielmiessler/Fabric/pull/176) by [@CPAtoCybersecurity](https://github.com/CPAtoCybersecurity)
- The `suggest_pattern` pattern is updated with the following additions.
  - extract_bd_ideas for actionable idea extraction
  - suggest_gt_command for GT command suggestions
  - create_bd_issue for issue tracking commands