Skip to content

Releases: suiflex/websift

v0.4.1

Choose a tag to compare

@mulhamna mulhamna released this 04 Sep 18:57
cfe5d0b

0.4.1 (2026-09-04)

Bug Fixes

  • satisfy clippy 1.98 after the stable toolchain moved (639c997)
  • satisfy clippy 1.98 after the stable toolchain moved (e9dcf2a)

v0.4.0

Choose a tag to compare

@mulhamna mulhamna released this 16 Aug 15:17
cfba35e

0.4.0 (2026-08-16)

Features

  • brand the setup wizard and let it install several clients at once (f91f0cf)
  • register websift with MCP clients via websift setup (3af2237)
  • register websift with MCP clients via websift setup (40b9b01)

v0.3.0

Choose a tag to compare

@mulhamna mulhamna released this 14 Aug 16:11
ebcb301

0.3.0 (2026-08-14)

Features

  • automate releases and publish to every distribution channel (8bc0519)

Bug Fixes

  • adapters: record a crawl that dies instead of leaving it queued (73fb7e0)
  • adapters: unblock web_crawl_start (4c53ec9)
  • crawl: recheck robots after a redirect (f7d0f1a)
  • fetch: follow redirects under the existing redirect guard (2710c9d)
  • point the install commands at a branch that exists (1be2ba8)
  • robots: treat a missing robots.txt as permission (00abeca)
  • storage: wait out shared-cache table locks (975ead2)
  • unblock crawling and give the repository its missing governance files (3e3f1bf)

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 11 Aug 19:34
websift 0.2.2

Stops a configured SearXNG instance from falling back to a public
backend, disables a cache TTL too short to be readable, and lets
concurrent processes open one database instead of one of them failing
to start. Rewrites the README.

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 11 Aug 18:13
websift 0.2.1

Fixes the console window the browser worker opened on Windows and makes
websift update refuse a destination that is not a regular file. CI now
compiles and tests Windows and macOS on every change.

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 11 Aug 17:46
websift 0.2.0

Adds the web_deep_search research tool, routes web_search through the
same resilient search path, shares one robots gate between crawling and
research, caches extractions in SQLite, and emits structured events.

See CHANGELOG.md for the full list and docs/BACKLOG.md for known gaps;
live retrieval against the public web is still unverified.

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 11 Aug 07:42
websift v0.1.1

Adds `websift update` and `websift update --check`, and publishes bare
per-target binaries with checksums for the updater to consume.

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 10 Aug 18:48
websift v0.1.0

First tagged release. Zero-configuration web search, scrape, map, and
bounded crawl over MCP stdio, with binaries for macOS, Linux, and
Windows on x86_64 and aarch64.