Skip to content

Version Packages#2

Merged
MyPrototypeWhat merged 1 commit into
mainfrom
changeset-release/main
Jun 24, 2026
Merged

Version Packages#2
MyPrototypeWhat merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@refkit/core@0.3.0

Minor Changes

  • 451271b: Add SearchInput.poolFactor: overfetch a wider candidate pool per provider (default 4×, capped at 100/source) before merge/rerank/gate, then narrow to limit. Fixes pool starvation — dedup and ranking now operate on real candidates instead of a source-truncated slice. Non-finite or < 1 factors fall back to the default.

    Also: buildAttribution now includes the precise licenseVersion (e.g. "CC-BY 4.0" instead of "CC-BY") when the source provides it.

Patch Changes

  • fa930f9: Fix a latent stack overflow in mergeReferences: the RRF max-normaliser used
    Math.max(...score.values()), which throws RangeError: Maximum call stack size exceeded once the merged pool gets large (~10^5 unique results) — the same
    spread-overflow already guarded against in lexicalReranker's quality pass. It
    now computes the max with a reduce loop, preserving the "top result relevance =
    exactly 1.0" invariant, and the inaccurate "empty input returns [] earlier"
    comment is corrected.

@refkit/mcp@0.2.0

Minor Changes

  • 451271b: - Zero-config npx @refkit/mcp server: a bin that boots with the keyless providers plus any BYOK provider whose key is in the environment — no host code.
    • Expose the use-verdict + attribution at the agent boundary: a new intent param annotates each result with { decision, reason, confidence } (+ a ready-to-use attribution credit line) without filtering; gateFor still filters.
    • Report the real package version in the MCP initialize handshake (was hardcoded 0.0.0).

Patch Changes

  • Updated dependencies [451271b]
  • Updated dependencies [fa930f9]
    • @refkit/core@0.3.0
    • @refkit/provider-artic@0.1.2
    • @refkit/provider-brave@0.1.2
    • @refkit/provider-flickr@0.1.2
    • @refkit/provider-gutendex@0.1.2
    • @refkit/provider-met@0.1.2
    • @refkit/provider-openverse@0.1.2
    • @refkit/provider-pexels@0.1.2
    • @refkit/provider-pixabay@0.1.2
    • @refkit/provider-poetrydb@0.1.2
    • @refkit/provider-smithsonian@0.1.2
    • @refkit/provider-unsplash@0.1.2
    • @refkit/provider-wikimedia-commons@0.1.2

@refkit/provider-artic@0.1.2

Patch Changes

  • Updated dependencies [451271b]
  • Updated dependencies [fa930f9]
    • @refkit/core@0.3.0

@refkit/provider-brave@0.1.2

Patch Changes

  • Updated dependencies [451271b]
  • Updated dependencies [fa930f9]
    • @refkit/core@0.3.0

@refkit/provider-flickr@0.1.2

Patch Changes

  • Updated dependencies [451271b]
  • Updated dependencies [fa930f9]
    • @refkit/core@0.3.0

@refkit/provider-gutendex@0.1.2

Patch Changes

  • Updated dependencies [451271b]
  • Updated dependencies [fa930f9]
    • @refkit/core@0.3.0

@refkit/provider-met@0.1.2

Patch Changes

  • Updated dependencies [451271b]
  • Updated dependencies [fa930f9]
    • @refkit/core@0.3.0

@refkit/provider-openverse@0.1.2

Patch Changes

  • Updated dependencies [451271b]
  • Updated dependencies [fa930f9]
    • @refkit/core@0.3.0

@refkit/provider-pexels@0.1.2

Patch Changes

  • Updated dependencies [451271b]
  • Updated dependencies [fa930f9]
    • @refkit/core@0.3.0

@refkit/provider-pixabay@0.1.2

Patch Changes

  • Updated dependencies [451271b]
  • Updated dependencies [fa930f9]
    • @refkit/core@0.3.0

@refkit/provider-poetrydb@0.1.2

Patch Changes

  • Updated dependencies [451271b]
  • Updated dependencies [fa930f9]
    • @refkit/core@0.3.0

@refkit/provider-smithsonian@0.1.2

Patch Changes

  • Updated dependencies [451271b]
  • Updated dependencies [fa930f9]
    • @refkit/core@0.3.0

@refkit/provider-unsplash@0.1.2

Patch Changes

  • Updated dependencies [451271b]
  • Updated dependencies [fa930f9]
    • @refkit/core@0.3.0

@refkit/provider-wikimedia-commons@0.1.2

Patch Changes

  • Updated dependencies [451271b]
  • Updated dependencies [fa930f9]
    • @refkit/core@0.3.0

@github-actions github-actions Bot force-pushed the changeset-release/main branch from 74a9a27 to 6099fba Compare June 24, 2026 16:32
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 6099fba to 449a95f Compare June 24, 2026 16:35
@MyPrototypeWhat MyPrototypeWhat merged commit a99df7f into main Jun 24, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant