Skip to content

v0.2.0: Full-text retrieval, author search filter

Latest

Choose a tag to compare

@cyanheads cyanheads released this 11 Jul 21:09
v0.2.0
723bca4

Full-text retrieval, author search filter

New biorxiv_get_fulltext tool plus an author parameter on biorxiv_search_preprints.

Added:

  • biorxiv_get_fulltext retrieves the full text of a preprint as best-effort Markdown extracted from the rendered HTML article page — no keyless JATS source exists. Resolves the latest version via the details API, pages long articles via offset/limit chunking, and routes PDF-only or blocked pages to a typed fulltext_unavailable error pointing at biorxiv_get_preprint. New deps: defuddle ^0.19.0, linkedom ^0.18.12. (#19)
  • biorxiv_search_preprints gains an optional author parameter, mapped to an EuropePMC AUTH:"…" field query and ANDed with the keyword query; query is now optional when author is supplied. (#19)

205 tests pass; bun run devcheck clean.

CHANGELOG v0.2.0