Skip to content

fix(status): stop advising callers to use suppressed *_navigate tool - #71

Merged
asachs01 merged 1 commit into
mainfrom
fix/status-navigate-suppressed-advice
Aug 28, 2026
Merged

fix(status): stop advising callers to use suppressed *_navigate tool#71
asachs01 merged 1 commit into
mainfrom
fix/status-navigate-suppressed-advice

Conversation

@asachs01

@asachs01 asachs01 commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

Summary

  • syncro_status and the unknown-tool error unconditionally told callers to use syncro_navigate to discover tools (status also claimed "all tools are available at all times").
  • Conduit's gateway suppresses *_navigate/*_back from tools/list/tools/call and replaces them with the tier-true conduit__my_access, since the container can't see the caller's tier. Following the old advice behind the gateway returns method-not-found.
  • Both strings now point gateway callers at conduit__my_access and keep syncro_navigate as the standalone-mode discovery path. The navigate/back tools themselves are untouched (per the issue, leaning keep-and-suppress).
  • Pure text fix — no security/enforcement logic involved.

Test plan

  • npm run typecheck (or lint/tsc --noEmit) — passes
  • npm run build — passes
  • npm test — passes (full suite green)

Refs WYRE-AI/conduit#1236

https://claude.ai/code/session_01KMN98C4nHp5pJLdB2ksXud


View with [code]smith Autofix with [code]smith
Need help on this PR? Tag @codesmith-bot with what you need. Autofix is disabled.

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
@asachs01
asachs01 merged commit 101874a into main Aug 28, 2026
9 checks passed
@asachs01
asachs01 deleted the fix/status-navigate-suppressed-advice branch August 28, 2026 16:42
@github-actions

Copy link
Copy Markdown

🎉 This PR is included in version 1.4.9 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant