claude-code - 💡(How to fix) Fix [DOCS] Tools reference missing Advisor Tool documentation [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#51777Fetched 2026-04-22 07:53:07
View on GitHub
Comments
0
Participants
1
Timeline
2
Reactions
0
Author
Participants
Timeline (top)
labeled ×2

Root Cause

C. What its current limitations are

Because this is explicitly labeled experimental, users need a short description of availability, limitations, and troubleshooting expectations.

RAW_BUFFERClick to expand / collapse

Documentation Type

Missing documentation (feature not documented)

Documentation Location

https://code.claude.com/docs/en/tools-reference

Section/Topic

Built-in tools reference / experimental tool coverage

Current Documentation

The docs currently say:

Claude Code has access to a set of built-in tools that help it understand and modify your codebase. The tool names are the exact strings you use in permission rules, subagent tool lists, and hook matchers.

To add custom tools, connect an MCP server. To extend Claude with reusable prompt-based workflows, write a skill, which runs through the existing Skill tool rather than adding a new tool entry.

| Agent | Spawns a subagent with its own context window to handle a task | | AskUserQuestion | Asks multiple-choice questions to gather requirements or clarify ambiguity | | Bash | Executes shell commands in your environment | ... | ToolSearch | Searches for and loads deferred tools when tool search is enabled | | WebFetch | Fetches content from a specified URL | | WebSearch | Performs web searches | | Write | Creates or overwrites files |

No documentation currently exists for an Advisor or Advisor Tool entry in the Claude Code docs.

What's Wrong or Missing?

Changelog v2.1.117 describes a user-visible Advisor Tool (experimental) feature: the dialog now shows an experimental label, a learn-more link, and a startup notification when enabled, and the release also fixes repeated Advisor tool result content could not be processed failures on every prompt and /compact.

The docs do not explain:

A. What the Advisor Tool is

There is no built-in tool reference entry or feature overview for Advisor Tool.

B. How users enable or recognize it

The changelog implies an enablement path plus visible UI states (experimental label, learn-more link, startup notification), but none of that is documented.

C. What its current limitations are

Because this is explicitly labeled experimental, users need a short description of availability, limitations, and troubleshooting expectations.

Suggested Improvement

Add an Advisor Tool (experimental) entry to the built-in tools documentation, or add a dedicated page linked from tools-reference, covering:

  1. What the Advisor Tool does and when Claude Code uses it
  2. How to enable it, including any required setting, flag, account restriction, or rollout condition
  3. What users should expect in the UI (experimental label, learn-more link, startup notification)
  4. Current limitations and any known caveats for this experimental feature
  5. Basic troubleshooting guidance for Advisor Tool result-processing failures

If enablement is controlled through settings or feature flags, add a cross-reference from the relevant settings page as well.

Impact

Medium - Makes feature difficult to understand

Additional Context

Affected Pages:

PageContext
https://code.claude.com/docs/en/tools-referenceClosest canonical page for documenting a built-in Advisor Tool and linking to any enablement or limitation details

Total scope: 1 page affected

Source: Changelog v2.1.117

Exact changelog entry:

Advisor Tool (experimental): dialog now carries an "experimental" label, learn-more link, and startup notification when enabled; sessions no longer get stuck with "Advisor tool result content could not be processed" errors on every prompt and /compact

extent analysis

TL;DR

Add an Advisor Tool (experimental) entry to the built-in tools documentation, covering its purpose, enablement, UI expectations, limitations, and troubleshooting guidance.

Guidance

  • Review the changelog entry for Advisor Tool (experimental) to understand the feature's intent and recent changes.
  • Identify the required information to document, including what the Advisor Tool does, how to enable it, and its current limitations.
  • Create a new entry in the built-in tools documentation, or add a dedicated page linked from tools-reference, covering the suggested improvement points.
  • Consider adding a cross-reference from the relevant settings page if enablement is controlled through settings or feature flags.

Example

No code snippet is necessary for this documentation-related issue.

Notes

The documentation update should be concise and focused on providing essential information about the Advisor Tool, its experimental status, and known limitations.

Recommendation

Apply workaround: Add the necessary documentation for the Advisor Tool (experimental) to the built-in tools reference page, as this will provide users with the required information to understand and use the feature effectively.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING