From 76bb7c4b70131909cc49d69672fd695f37c91587 Mon Sep 17 00:00:00 2001 From: Kayvan Sylvan Date: Tue, 17 Feb 2026 23:16:15 -0800 Subject: [PATCH] chore: incoming 2012 changelog entry --- cmd/generate_changelog/incoming/2012.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 cmd/generate_changelog/incoming/2012.txt diff --git a/cmd/generate_changelog/incoming/2012.txt b/cmd/generate_changelog/incoming/2012.txt new file mode 100644 index 00000000..7b0b96ad --- /dev/null +++ b/cmd/generate_changelog/incoming/2012.txt @@ -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.