Skip to content

v0.3.0

Latest

Choose a tag to compare

@het-dave het-dave released this 06 Aug 09:32
· 1 commit to main since this release

Added

  • perceiveDirect(url, opts) — one-call raw-byte retrieval: the response body is the artifact itself (markdown, PDF, screenshot…), metadata parsed from X-* headers into PerceiveDirectResult. No second fetch to a signed URL.
  • downloadPerceiveArtifact(operationId, output?) — re-download a stored artifact of an earlier operation.
  • onlyMainContent option (server default true) — markdown is main-content-only with site chrome stripped behind a fidelity guard; set false for the full page.
  • directDownload option on PerceiveOptions.
  • New result fields: statusCode (upstream HTTP status of the rendered page), deductions (named render-quality deductions), optionsEcho (the options the server honoured).

Removed

  • markdown_fit output — removed by the API. Use markdown (main-content-only by default) instead.

Compatibility

  • Requires the 2026-08 gateway for directDownload/onlyMainContent to take effect; older gateways ignore the flags.