Skip to content

Release v0.1.0

Choose a tag to compare

@github-actions github-actions released this 12 Feb 04:04
· 63 commits to main since this release
7ecd58c

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