# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.6] - 2026-07-14

### Fixed

- Simplified dependencies for pi.dev discovery

## [1.0.5] - 2026-07-14

### Fixed

- Fixed pi extensions path to ./dist/index.js

## [1.0.4] - 2026-07-14

### Fixed

- Fixed pi extensions path for pi.dev discovery

## [1.0.3] - 2026-07-14

### Fixed

- Version bump

## [1.0.2] - 2026-07-14

### Fixed

- Updated documentation and metadata

## [1.0.1] - 2026-07-14

### Fixed

- Added screenshot.png to npm package
- Updated package.json files array
- Fixed Support links to erdium

## [1.0.0] - 2026-07-14

### Added

- Initial release
- `web_search` tool with DuckDuckGo and SearXNG fallback
- `read_url` tool with Jina Reader and direct fetch fallback
- `extract_links` tool for extracting all links from a webpage
- `github_readme` tool for fetching GitHub repository READMEs
- `/clear-web-cache` command
- In-memory caching with 5-minute TTL
- Automatic retries with exponential backoff
- Timeout handling with AbortController
- HTML to Markdown conversion
- Termux/Android compatibility
- No native module dependencies

### Features

- **Web Search**: Search using DuckDuckGo HTML endpoint with automatic SearXNG fallback
- **URL Reading**: Fetch and convert web pages to clean Markdown
- **Link Extraction**: Extract all links from a webpage
- **GitHub README**: Fetch repository READMEs directly from raw.githubusercontent.com

### Compatibility

- ✅ Termux (Android)
- ✅ Linux
- ✅ macOS
- ✅ Windows
- ✅ Node.js 22+
- ✅ No native modules
- ✅ No playwright/puppeteer

## [Unreleased]

### Planned

- Brave Search API integration
- Tavily Search API integration
- Exa Search API integration
- Google Custom Search integration
- Bing Search API integration
- Firecrawl integration
- PDF reading support
- Image OCR support
- Persistent disk cache
- Search result ranking
