github yusufkaraaslan/Skill_Seekers v3.1.2
v3.1.2 — Gemini Fix & Enhance Dispatcher

5 hours ago

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_KEY set → Claude API mode
  • GOOGLE_API_KEY set → Gemini API mode
  • OPENAI_API_KEY set → 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-seekers
docker pull yusufk/skill-seekers:latest

Full Changelog

See CHANGELOG.md for complete details.

Don't miss a new Skill_Seekers release

NewReleases is sending notifications on new releases.