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.