chore: incoming 1843 changelog entry

This commit is contained in:
Changelog Bot
2025-11-24 21:48:53 +08:00
parent 817e75853e
commit 5b1a4ab306

View File

@@ -0,0 +1,7 @@
### PR [#1843](https://github.com/danielmiessler/Fabric/pull/1843) by [ksylvan](https://github.com/ksylvan): Implement case-insensitive vendor and model name matching
- Fix: implement case-insensitive vendor and model name matching across the application
- Add case-insensitive vendor lookup in VendorsManager
- Implement model name normalization in GetChatter method
- Add FilterByVendor method with case-insensitive matching
- Add FindModelNameCaseInsensitive helper for model queries