danielmiessler.fabric/internal/i18n
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
..
locales fix: persist refreshed Codex tokens and reactivate configured vendors 2026-08-27 18:12:08 -07:00
i18n.go modernize ./... 2026-05-28 12:27:27 -07:00
i18n_test.go feat(i18n): add de/fr/ja/pt/zh/fa locales; expand tests, improve changelog spacing 2025-09-13 08:23:40 -07:00
i18n_variants_test.go fix: improve PT-BR translation naturalness and fluency 2025-09-24 07:52:31 -07:00
locale.go feat(i18n): add i18n support for language variants (pt-BR/pt-PT) 2025-09-21 16:04:59 -07:00
locale_test.go feat: add i18n support with Spanish localization and documentation improvements 2025-09-08 09:17:23 -07:00