Fix built-in tools list drift in docs-pane and README#776
Merged
Conversation
- Add missing `cwd` param to dispatch_launch_agent description in tools.tsx - Add missing "names" to list_agents return description in tools.tsx - Add dispatch_review_list_feedback, dispatch_review_resolve, and dispatch_review_add_message to README interactive agents table - Add same three tools to README job agents inline list Co-Authored-By: Claude Opus 4.6 <[email protected]>
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
Docs audit deep-dive of the Repo Tools built-in tools list in
tools.tsx, verifying each tool's one-liner description against its actual MCP handler registration.tools.tsx: Added missingcwd(working directory) parameter todispatch_launch_agentdescription; added missing "names" tolist_agentsreturn description.dispatch_review_list_feedback,dispatch_review_resolve, anddispatch_review_add_message— these three tools were added toAGENT_TOOLSin PR Document diff review mode, split pane, and new review MCP tools #748 but weren't reflected in the README table.dispatch_review_*tools to the inline job tools enumeration.Deferred to next run
Next focus: audit the
docs-paneAutomations section (automations.tsx) — verify the Jobs and Templates subsections against the current create/edit form fields, trigger types, and job run lifecycle. The job form gained advanced settings (callable/singleton) and the template form gained fields (description, allowMedia) that may not be fully documented.🤖 Generated with Claude Code