ocgo/cmd/ocgo
rene 643efdabb6 feat: add multi-key support with automatic rate-limit rotation
Support multiple API keys via `api_keys` array in config or `OCGO_API_KEYS`
env var. On HTTP 429, automatically rotate to the next key and retry.
Key index persisted to `~/.config/ocgo/key-index` for restart safety.
Backward compatible with existing single-key `api_key` configs.

Fixes #115

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-26 17:39:33 +08:00
..
detach_unix.go Prepare automated releases 2026-05-05 10:13:15 +02:00
detach_windows.go Prepare automated releases 2026-05-05 10:13:15 +02:00
listener_pid_netstat.go feat: improve Windows support 2026-05-16 16:09:51 +02:00
listener_pid_unix.go feat: improve Windows support 2026-05-16 16:09:51 +02:00
listener_pid_windows.go feat: improve Windows support 2026-05-16 16:09:51 +02:00
main.go feat: add multi-key support with automatic rate-limit rotation 2026-05-26 17:39:33 +08:00
main_test.go archon compat 2026-05-25 17:22:32 +08:00