mirror of
https://github.com/eggent-ai/eggent.git
synced 2026-05-13 15:46:00 +00:00
892 B
892 B
Eggent v0.1.5 - Web Fetch for Direct Links
Patch release focused on direct-link handling via a dedicated web fetch tool.
Highlights
- Added new
web_fetchtool for opening and reading specific URLs. - Added HTML-to-text extraction, JSON/text handling, timeout, and response-size limits for stable fetch behavior.
- Kept
search_webfocused on discovery; direct links now useweb_fetch. - Updated chat tool output UI with
Web Fetchlabel and target URL preview. - Updated request-flow documentation and tool prompts for the new split.
- Version bump to
0.1.5across package metadata andGET /api/health.
Upgrade Notes
- No migration required.
- Existing search behavior is preserved.
- For URL-specific tasks, call
web_fetchdirectly.
Links
- Full release snapshot:
docs/releases/0.1.5-web-fetch-direct-links.md - Installation and update guide:
README.md