Releases: wickproject/wick
Releases · wickproject/wick
v0.12.0
Full Changelog: v0.11.1...v0.12.0
v0.11.1
Full Changelog: v0.11.0...v0.11.1
v0.11.0
Full Changelog: v0.10.2...v0.11.0
v0.10.2
Full Changelog: v0.10.1...v0.10.2
v0.10.1
Full Changelog: v0.10.0...v0.10.1
v0.10.0
What's Changed
- Refresh favicon to match cyan radar palette by @myleshorton in #8
- Per-fetch telemetry + site_cache wiring + opt-out by @myleshorton in #5
- Worker: /v1/events + /v1/stats/summary (KV-backed, free tier) by @myleshorton in #6
- Public stats page + live-stats blog post by @myleshorton in #7
Full Changelog: v0.9.1...v0.10.0
v0.9.1
Full Changelog: v0.9.0...v0.9.1
v0.9.0
What's Changed
- Unify Free and Pro into a single open-source project by @myleshorton in #4
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- Add Linux amd64 support to npm package by @myleshorton in #1
- Add Apify marketplace Actor by @myleshorton in #2
New Contributors
- @myleshorton made their first contribution in #1
Full Changelog: v0.7.0...v0.8.0
Wick 0.7.0
What's new
- HTTP API server —
wick serve --apistarts a local REST API on localhost. Fetch, crawl, map, and search from any tool — Python, LangChain, n8n, curl, custom agents. No MCP required. - All endpoints return JSON with clean markdown content.
- Configurable port:
--port 8090(default).
Endpoints
GET /v1/fetch?url=... Fetch a page as markdown
GET /v1/crawl?url=... Crawl a site
GET /v1/map?url=... Discover URLs
GET /v1/search?q=... Web search
GET /health Status check
Install / Upgrade
brew tap wickproject/wick && brew install wick
brew upgrade wick
npm install -g wick-mcp