feat: tighten Find Skills search and add benchmark#125
Open
Conversation
Collaborator
Author
|
Rerank benchmark summary for this branch:
Main remaining misses are translation edge cases:
The benchmark command was run from |
Collaborator
Author
|
Corrected benchmark table:
Main remaining misses are translation edge cases:
|
4d13024 to
133e424
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.
Issue for this PR
Closes #124
Type of change
What does this PR do?
This tightens the Find Skills flow in three places.
First, it removes the temporary verify-install /
测试安装path so the dialog only keeps install/update actions.Second, it hardens refined skill search. Search now returns strict
mainvsmoreresults, keeps weak exact external hits out ofmainunless they have real content evidence, and adds an independentsearch_modelconfig for query expansion, reranking, and zh summaries.Third, it adds an internal benchmark for skill search quality. The debug CLI can now run rerank/live benchmark modes so search model changes can be compared before changing defaults.
How did you verify your code works?
./packages/sdk/js/script/build.tsbun typecheckinpackages/opencodebun typecheckinpackages/appbun test src/skill/search.test.ts src/skill/benchmark.test.ts src/skill/catalog.test.tsinpackages/opencodebun test test/server/skill-routes.test.tsinpackages/opencodepackages/opencodeagainst:opencode/big-pickleopencode/qwen3.6-plus-freeopencode/gpt-5-nanoopencode/nemotron-3-super-freeopencode/minimax-m2.5-free96.92copywriting/manuscript-reviewstaying inmoreScreenshots / recordings
UI change verified locally in the Find Skills dialog. I did not attach an image from the CLI session.
Checklist