What's New in v3.4.0
Theme: 8 new LLM platform adaptors (12 total), 7 new CLI agent paths (18 total), OpenCode skill tools, SPA site detection, 8 bug fixes, and full UML architecture documentation.
Platform Expansion: 5 → 12 LLM Targets
| New Platform | Flag | Base |
|---|---|---|
| OpenCode | --target opencode
| Directory-based, dual YAML |
| Kimi | --target kimi
| OpenAI-compatible |
| DeepSeek | --target deepseek
| OpenAI-compatible |
| Qwen | --target qwen
| OpenAI-compatible |
| OpenRouter | --target openrouter
| OpenAI-compatible |
| Together AI | --target together
| OpenAI-compatible |
| Fireworks AI | --target fireworks
| OpenAI-compatible |
All new platforms inherit from a shared OpenAI-compatible base class for consistent behavior.
Agent Expansion: 11 → 18 Install Paths
New agents: roo, cline, aider, bolt, kilo, continue, kimi-code
OpenCode Skill Tools
- Skill splitter — auto-split large docs into focused sub-skills with router
- Bi-directional converter — import/export between OpenCode and any platform format
Distribution
- Smithery manifest (
smithery.yaml) - GitHub Actions template for automated skill updates
- Claude Code Plugin with slash commands
Bug Fixes
sanitize_url()crash on Python 3.14 stricturlparse(#284)- Blind
/index.html.mdappend breaking non-Docusaurus sites (#277) - Unified scraper temp config format (#317)
- Unicode arrows breaking Windows cp1252 terminals
- CLI flags in plugin slash commands
- MiniMax adaptor improvements (#319)
- Misleading "Scraped N pages" count — now shows
(N saved, M skipped)(#320) - SPA site detection — warns when site requires JavaScript rendering (#320, #321)
Documentation
- Full UML architecture — 14 class diagrams synced from source code via StarUML
- StarUML HTML API reference export
- Ecosystem section linking all Skill Seekers repos
- Architecture references in README and CONTRIBUTING
- Consolidated
Docs/intodocs/
Test Results
2929 passed, 39 skipped, 0 failures
Install / Upgrade
pip install --upgrade skill-seekersFull changelog: https://github.com/yusufkaraaslan/Skill_Seekers/blob/main/CHANGELOG.md