chore: incoming 2012 changelog entry

This commit is contained in:
Kayvan Sylvan
2026-02-17 23:16:15 -08:00
parent af47036bff
commit 76bb7c4b70

View File

@@ -0,0 +1,7 @@
### 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.