What's Changed
🐛 Critical Bug Fixes
Gemini enhancement 404 errors — The gemini-2.0-flash-exp model was retired by Google, causing all Gemini enhancement requests to fail with 404. Replaced with gemini-2.5-flash (stable GA).
skill-seekers enhance auto-detection — The documented behaviour of automatically using API mode when an API key is present was never implemented. This release fixes it:
ANTHROPIC_API_KEYset → Claude API modeGOOGLE_API_KEYset → Gemini API modeOPENAI_API_KEYset → OpenAI API mode- No key → LOCAL mode (Claude Code Max, free)
Use --mode LOCAL to force local mode even when API keys are present.
create command argument forwarding — Universal flags (--dry-run, --verbose, --quiet, --name, --description) were crashing when used with GitHub, PDF, and codebase sources. All fixed. Also adds --dry-run support to skill-seekers github and skill-seekers pdf.
Upgrade
pip install --upgrade skill-seekersdocker pull yusufk/skill-seekers:latestFull Changelog
See CHANGELOG.md for complete details.