Skip to content

v0.8.2

Choose a tag to compare

@ca1773130n ca1773130n released this 13 Jun 11:32

Web clipper — one-click ingestion from the browser.

  • POST /api/clip on tesserae serve turns a clipped page (readable content or your selection, with optional note/tags/TL;DR) into typed graph nodes via the same incremental ingest_sources path the CLI uses.
  • ingest MCP tool exposes the same core to agents — no browser required.
  • Chrome extension (Manifest V3) in extension/ — load-unpacked today; a Chrome Web Store listing is in review. Default shortcut Ctrl/Cmd+Shift+S.
  • Hardened for browser use: origin-checked CORS (foreign sites get 403), Private Network Access preflight so a Web-Store extension can reach localhost, and a 5 MB body cap.

Full docs: docs/integrations/chrome-extension.md · release note (7 languages).

Drop-in upgrade from v0.8.1: pip install --upgrade tesserae==0.8.2