Releases: everruns/fetchkit
Releases · everruns/fetchkit
Release v0.1.1
Highlights
- Updated dependencies to latest versions
- Added maintenance spec for periodic upkeep
- Documentation improvements
What's Changed
Full Changelog: v0.1.0...v0.1.1
Release v0.1.0
Highlights
- AI-friendly web content fetching with HTML-to-Markdown and HTML-to-Text conversion
- CLI and MCP server for AI tool integration
- Pluggable fetcher system for URL-specific handling
- Python bindings via PyO3
What's Changed
- feat: add pluggable fetcher system for URL-specific handling (#9) by @chaliy
- docs: add LangChain example for MCP integration (#8) by @chaliy
- refactor(cli): unified md-first output format (#7) by @chaliy
- docs: clarify test classification in AGENTS.md (#6) by @chaliy
- docs: add cloud agent env and complete AGENTS.md placeholders (#5) by @chaliy
- refactor: rename project from webfetch to fetchkit (#4) by @chaliy
- docs: add comprehensive README with installation and usage guide (#3) by @chaliy
- feat: implement webfetch library, CLI, MCP server, and Python bindings (#1) by @chaliy
- feat: add initial webfetch spec and guidance by @chaliy
Full Changelog: https://github.com/everruns/fetchkit/commits/v0.1.0