v1.4.408
danielmiessler/Fabricv1.4.408Feb 17, 2026by github-actions[bot]
AI Summary
Adds optional API key authentication support to the LM Studio client for enhanced security.
Key Highlights
- Add optional API key authentication to LM Studio client
- Add optional API key setup question to client configuration
- Create `addAuthorizationHeader` helper to attach Bearer token to requests
- Apply authorization header to all outgoing HTTP requests
New Features
- Add `ApiKey` field to the LM Studio `Client` struct
Full Release Notes
## Changes ### PR [#2007](https://github.com/danielmiessler/Fabric/pull/2007) by [ksylvan](https://github.com/ksylvan): Add optional API key authentication to LM Studio client - Add optional API key authentication to LM Studio client - Add optional API key setup question to client configuration - Add `ApiKey` field to the LM Studio `Client` struct - Create `addAuthorizationHeader` helper to attach Bearer token to requests - Apply authorization header to all outgoing HTTP requests