yusyus
c89f059712
feat(v2.7.0): Smart Rate Limit Management & Multi-Token Configuration
Major Features:
- Multi-profile GitHub token system with secure storage
- Smart rate limit handler with 4 strategies (prompt/wait/switch/fail)
- Interactive configuration wizard with browser integration
- Configurable timeout (default 30 min) per profile
- Automatic profile switching on rate limits
- Live countdown timers with real-time progress
- Non-interactive mode for CI/CD (--non-interactive flag)
- Progress tracking and resume capability (skeleton)
- Comprehensive test suite (16 tests, all passing)
Solves:
- Indefinite waiting on GitHub rate limits
- Confusing GitHub token setup
Files Added:
- src/skill_seekers/cli/config_manager.py (~490 lines)
- src/skill_seekers/cli/config_command.py (~400 lines)
- src/skill_seekers/cli/rate_limit_handler.py (~450 lines)
- src/skill_seekers/cli/resume_command.py (~150 lines)
- tests/test_rate_limit_handler.py (16 tests)
Files Modified:
- src/skill_seekers/cli/github_fetcher.py (rate limit integration)
- src/skill_seekers/cli/github_scraper.py (--non-interactive, --profile flags)
- src/skill_seekers/cli/main.py (config, resume subcommands)
- pyproject.toml (version 2.7.0)
- CHANGELOG.md, README.md, CLAUDE.md (documentation)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-17 18:38:31 +03:00
..
2025-10-29 23:19:32 +03:00
2025-12-28 22:29:44 +03:00
2025-10-19 02:08:58 +03:00
2025-11-29 22:13:13 +03:00
2025-10-19 17:01:37 +03:00
2026-01-01 23:00:36 +03:00
2026-01-11 13:44:45 +03:00
2025-11-07 01:21:29 +03:00
2026-01-12 00:41:26 +03:00
2025-12-30 23:27:18 +03:00
2026-01-02 21:28:21 +03:00
2026-01-02 21:28:21 +03:00
2026-01-12 22:28:06 +03:00
2025-11-20 13:55:46 -08:00
2025-11-29 22:13:13 +03:00
2026-01-02 21:28:21 +03:00
2026-01-11 13:44:45 +03:00
2026-01-14 23:10:52 +03:00
2025-11-30 00:13:49 +03:00
2026-01-11 13:44:45 +03:00
2025-12-21 19:28:22 +03:00
2025-12-21 19:45:06 +03:00
2026-01-11 13:44:45 +03:00
2026-01-01 23:21:12 +03:00
2026-01-04 20:23:16 +03:00
2026-01-04 20:23:16 +03:00
2026-01-01 21:15:09 +03:00
2025-12-28 21:35:21 +03:00
2025-12-26 00:45:48 +03:00
2025-12-26 00:45:48 +03:00
2025-11-07 01:14:24 +03:00
2026-01-12 22:23:27 +03:00
2025-12-21 22:53:05 +03:00
2025-11-29 22:13:13 +03:00
2026-01-11 14:16:44 +03:00
2025-11-07 01:14:24 +03:00
2026-01-05 22:13:19 +08:00
2026-01-12 22:56:37 +03:00
2025-12-21 19:45:06 +03:00
2025-12-26 00:45:48 +03:00
2026-01-11 13:44:45 +03:00
2026-01-05 22:13:19 +08:00
2025-11-29 21:34:51 +03:00
2026-01-01 18:57:21 +03:00
2025-11-07 01:21:29 +03:00
2026-01-03 19:56:09 +03:00
2025-10-23 21:43:05 +03:00
2025-12-21 22:53:05 +03:00
2025-11-29 21:55:46 +03:00
2025-10-26 13:05:39 +03:00
2026-01-01 19:54:48 +03:00
2026-01-17 18:38:31 +03:00
2026-01-11 13:44:45 +03:00
2025-11-07 01:14:24 +03:00
2025-12-26 00:45:48 +03:00
2025-12-26 00:45:48 +03:00
2025-11-29 22:56:37 +03:00
2025-12-28 18:06:50 +03:00
2025-12-21 19:28:22 +03:00
2026-01-01 19:25:53 +03:00
2025-11-29 21:34:51 +03:00
2026-01-03 21:17:27 +03:00
2026-01-12 22:23:27 +03:00
2025-11-11 22:26:52 +03:00
2025-11-07 01:21:29 +03:00
2025-11-10 21:35:44 +03:00
2025-12-21 22:57:27 +03:00