fix(skill): use registered Exa search tools - #537
Closed
LeonChaoX wants to merge 1 commit into
Closed
Conversation
LeonChaoX
marked this pull request as ready for review
July 27, 2026 12:51
This was referenced Aug 3, 2026
Owner
|
感谢修正 Exa 工具契约。你的原始作者提交已保留在 merged #577 中,并已通过完整 CI 与真实 Exa smoke,因此关闭原 PR。 |
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.
Summary
get_code_context_exaexample with the registeredweb_search_exatoolRoot cause
Exa deprecated
get_code_context_exaand no longer registers it by default, but the bundled search reference still instructed agents to call it. This caused an otherwise valid research workflow to fail at tool selection.User impact
Generated skill guidance now uses tools available in a default Exa MCP setup and routes exact code search to the existing GitHub integration.
Validation
python -m pytest tests/test_v2ex_channel.py tests/test_doctor.py tests/test_channel_contracts.py tests/test_skill_command.py -q— 37 passedpython -m ruff check agent_reach/channels/v2ex.py tests/test_v2ex_channel.py tests/test_skill_command.pygit diff --checkCloses #523