Skip to content

v0.1.13: find_related pagination and signal accumulation, get_object topic parity

Choose a tag to compare

@cyanheads cyanheads released this 10 Jul 22:23
v0.1.13
bb904ed

find_related pagination and signal accumulation, get_object topic parity

Three own-issue fixes plus packaging and branding metadata polish — no breaking changes.

Added:

  • smithsonian_find_related start input pages the merged interleaved sequence contiguously (start = page × limit); each fan-out fetches rows = min(start + limit, 100) from start:0 (#18)
  • truncationCeiling enrichment field — summed upstream match count across contributing signals, an upper bound on the related pool (#18)

Fixed:

  • smithsonian_get_object renders every topic in format(), not just the first 10, restoring content/structuredContent parity (#17)
  • smithsonian_find_related similarity_signals accumulates every signal that surfaced an object across fan-outs, not just the first (#19)

Changed:

  • Package/manifest descriptions reworded across package.json, manifest.json, and both plugin manifests
  • package.json repository URL (git+https://...) and author website; manifest.json gains license and author
  • .github/FUNDING.yml added

89 tests pass; bun run devcheck clean.

CHANGELOG v0.1.13