Luis Pater
44c74d6ea2
Merge PR #525 (v6.9.27)
2026-04-16 03:16:28 +08:00
Luis Pater
6c0a1efd71
refactor(auth): simplify auth directory scanning and improve JSON processing logic
...
- Replaced `filepath.Walk` with `os.ReadDir` for cleaner directory traversal.
- Fixed `isAuthJSON` check to use `filepath.Dir` for directory comparison.
- Updated auth hash cache generation and file synthesis to improve readability and maintainability.
2026-04-12 13:32:03 +08:00
781456868@qq.com
0e77e93e5d
feat: add Kiro OAuth web, rate limiter, metrics, fingerprint, background refresh and model converter
2026-01-18 15:04:29 +08:00
Luis Pater
10e0ea1309
Merge main into pr-39
2025-12-18 00:36:51 +08:00
hkfires
41c2385aca
refactor(watcher): split watcher.go into focused modules
...
- Create dispatcher.go for auth update queue management
- Create events.go for fsnotify event handling
- Create config_reload.go for hot-reload logic
- Create clients.go for client lifecycle management
- Simplify watcher.go to core coordinator (~150 lines)
- Maintain 100% API backward compatibility
- All tests passing with 72%+ coverage
2025-12-17 15:53:28 +08:00