Skip to content

Releases: everruns/fetchkit

Release v0.1.1

12 Feb 04:43
d1c88d5

Choose a tag to compare

Highlights

  • Updated dependencies to latest versions
  • Added maintenance spec for periodic upkeep
  • Documentation improvements

What's Changed

  • chore: periodic maintenance - update deps, docs, and add maintenance spec (#15) by @chaliy

Full Changelog: v0.1.0...v0.1.1

Release v0.1.0

12 Feb 04:04
7ecd58c

Choose a tag to compare

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