danielmiessler.fabric/internal/plugins
Kayvan Sylvan 9b724f8cec fix: persist refreshed Codex tokens and reactivate configured vendors
- Persist rotated Codex OAuth tokens after every successful refresh.
- Reload stored credentials under cross-process locks before refreshing.
- Write environment updates atomically with secret-only file permissions.
- Preserve existing environment values while skipping empty replacements.
- Activate configured vendors lazily and surface configuration failures immediately.
- Reuse valid refresh tokens before starting interactive authentication.
- Localize Codex setup, provider, request, and persistence errors.
- Upgrade AI, cloud, telemetry, and supporting Go dependencies.
- Set Claude Opus 5 as default changelog summarizer.
- Document `.env` token sensitivity and rewrite behavior.
2026-08-27 18:12:08 -07:00
..
ai fix: persist refreshed Codex tokens and reactivate configured vendors 2026-08-27 18:12:08 -07:00
db fix: persist refreshed Codex tokens and reactivate configured vendors 2026-08-27 18:12:08 -07:00
strategy fix(chat): prevent streaming deadlock and unify strategy handling 2026-03-18 04:42:03 +05:30
template fix: shell-escape extension values to prevent command injection 2026-07-01 21:55:21 -05:00
plugin.go refactor: move NeedsRawMode default implementation to PluginBase 2026-02-26 12:39:49 -08:00
plugin_test.go refactor: add NewVendorPluginBase factory function to reduce duplication 2026-01-11 20:12:58 -08:00