fix(status): stop advising callers to use suppressed *_navigate tool - #71
Merged
Merged
Conversation
Conduit's gateway suppresses *_navigate/*_back from tools/list and tools/call and replaces them with the tier-true conduit__my_access, since the container has no visibility into the caller's tier. The _status response and unknown-tool error text still pointed callers at *_navigate unconditionally (and, in status, claimed "all tools are available at all times"), sending gateway callers to a tool that returns method-not-found. Both strings now point to conduit__my_access for gateway callers and keep the vendor's own *_navigate as the standalone-mode discovery path. The navigate/back tools themselves are untouched. Refs WYRE-AI/conduit#1236
|
🎉 This PR is included in version 1.4.9 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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
syncro_statusand the unknown-tool error unconditionally told callers to usesyncro_navigateto discover tools (status also claimed "all tools are available at all times").*_navigate/*_backfromtools/list/tools/calland replaces them with the tier-trueconduit__my_access, since the container can't see the caller's tier. Following the old advice behind the gateway returns method-not-found.conduit__my_accessand keepsyncro_navigateas the standalone-mode discovery path. The navigate/back tools themselves are untouched (per the issue, leaning keep-and-suppress).Test plan
npm run typecheck(orlint/tsc --noEmit) — passesnpm run build— passesnpm test— passes (full suite green)Refs WYRE-AI/conduit#1236
https://claude.ai/code/session_01KMN98C4nHp5pJLdB2ksXud
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.