Keep a fixed minimal tool wire with free-name dispatch - #481
Closed
TheGreatAxios wants to merge 1 commit into
Closed
Keep a fixed minimal tool wire with free-name dispatch#481TheGreatAxios wants to merge 1 commit into
TheGreatAxios wants to merge 1 commit into
Conversation
Stop mid-session wire promotion from tool_search so the provider tools-array prefix stays cache-stable. Advertise only the file/shell loop, product loop tools, and harness-blocked substitutes (grep, search_files, web_fetch, web_search). Deferred tools remain registered and callable by exact name after discovery; the prompt only requires tools that are on the wire. Fixes Grok 4.6 thrash on web-bait (3/3 with 4.5 and composer).
Collaborator
Author
|
Hold — zero-regression review BLOCK. Fleet review found that this PR removes wire promotion that Before ship, need one of:
Not merging as part of the current train. |
Collaborator
Author
|
Close as abandoned experiment. Main already ships web_fetch/web_search on the catalog wire (the web-bait win). The no-promote/free-name design is incompatible with 0.2.99 same-turn MCP dispatch and current promoteTools. Remaining cache-growth work belongs on existing CL-1860 (evict after promote), not a revival of this branch. Do not merge. |
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
grep,search_files,web_fetch,web_search)list_dir,lsp,present, MCP) stay registered and dispatchable by exact name without wire promotiontool_searchreturns schema cards only — no promote/activate pathweb-bait(clean 3-turnweb_fetchpath)Test plan
bun run typecheck/ pre-commit buildtool-search, prompts, director (wire stability + free-name)web-baitmatrix onxai/thegreataxiosfor grok-4.5, grok-4.6, grok-composer-2.5-fast — 3/3 pass, all useweb_fetch, 3 turns, no thrashNotes
Linear ticket creation is blocked on a hung Linear MCP in this session; will attach
CL-####once the issue exists and rename the branch if needed.