v1.4.413
danielmiessler/Fabricv1.4.413Feb 18, 2026by github-actions[bot]
AI Summary
Cleaned up dependencies by removing the unused `gemini_openai` plugin and `oauth_storage` utility, along with their associated tests.
Key Highlights
- Removed unused `gemini_openai` plugin package.
- Removed `OAuthToken` struct and `OAuthStorage` utility.
- Dropped `HasValidToken` helper function and atomic file-write mechanism.
- Deleted all `oauth_storage` unit tests.
Full Release Notes
## Changes ### PR [#2012](https://github.com/danielmiessler/Fabric/pull/2012) by [ksylvan](https://github.com/ksylvan): Remove unused `gemini_openai` plugin and `oauth_storage` utility - Removed the unused `gemini_openai` plugin package, including its OpenAI-compatible client wrapper. - Removed the `OAuthToken` struct and its expiry-check logic from the `util` package. - Removed the `OAuthStorage` utility, including persistent token save, load, and delete handlers. - Dropped the `HasValidToken` helper function and atomic file-write token saving mechanism. - Deleted all `oauth_storage` unit tests covering the token lifecycle.