Skip to content

Releases: wickproject/wick

v0.12.0

20 May 02:27
b02fbe3

Choose a tag to compare

v0.11.1

20 May 01:03
6725abd

Choose a tag to compare

Full Changelog: v0.11.0...v0.11.1

v0.11.0

19 May 23:13
9c3d833

Choose a tag to compare

Full Changelog: v0.10.2...v0.11.0

v0.10.2

06 May 01:07
6d2785d

Choose a tag to compare

Full Changelog: v0.10.1...v0.10.2

v0.10.1

22 Apr 18:41
097998c

Choose a tag to compare

Full Changelog: v0.10.0...v0.10.1

v0.10.0

22 Apr 16:35
139466b

Choose a tag to compare

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

22 Apr 01:48
5a49117

Choose a tag to compare

Full Changelog: v0.9.0...v0.9.1

v0.9.0

22 Apr 01:21
1ed9b75

Choose a tag to compare

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

01 Apr 22:28
6f62ad7

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.8.0

Wick 0.7.0

26 Mar 16:08
c9dd0b5

Choose a tag to compare

What's new

  • HTTP API serverwick serve --api starts 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

Blog post

https://getwick.dev/blog/wick-0-7-http-api.html