Version Packages#2
Merged
Merged
Conversation
74a9a27 to
6099fba
Compare
6099fba to
449a95f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 tolimit. Fixes pool starvation — dedup and ranking now operate on real candidates instead of a source-truncated slice. Non-finite or< 1factors fall back to the default.Also:
buildAttributionnow includes the preciselicenseVersion(e.g. "CC-BY 4.0" instead of "CC-BY") when the source provides it.Patch Changes
mergeReferences: the RRF max-normaliser usedMath.max(...score.values()), which throwsRangeError: Maximum call stack size exceededonce the merged pool gets large (~10^5 unique results) — the samespread-overflow already guarded against in
lexicalReranker's quality pass. Itnow 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
npx @refkit/mcpserver: abinthat boots with the keyless providers plus any BYOK provider whose key is in the environment — no host code.intentparam annotates each result with{ decision, reason, confidence }(+ a ready-to-use attribution credit line) without filtering;gateForstill filters.initializehandshake (was hardcoded0.0.0).Patch Changes
@refkit/provider-artic@0.1.2
Patch Changes
@refkit/provider-brave@0.1.2
Patch Changes
@refkit/provider-flickr@0.1.2
Patch Changes
@refkit/provider-gutendex@0.1.2
Patch Changes
@refkit/provider-met@0.1.2
Patch Changes
@refkit/provider-openverse@0.1.2
Patch Changes
@refkit/provider-pexels@0.1.2
Patch Changes
@refkit/provider-pixabay@0.1.2
Patch Changes
@refkit/provider-poetrydb@0.1.2
Patch Changes
@refkit/provider-smithsonian@0.1.2
Patch Changes
@refkit/provider-unsplash@0.1.2
Patch Changes
@refkit/provider-wikimedia-commons@0.1.2
Patch Changes