Docs: align Claude Code runtime references to @anthropic-ai/claude-code@2.1.42#18
Open
SomeoneKong wants to merge 1 commit into
Open
Docs: align Claude Code runtime references to @anthropic-ai/claude-code@2.1.42#18SomeoneKong wants to merge 1 commit into
@anthropic-ai/claude-code@2.1.42#18SomeoneKong wants to merge 1 commit into
Conversation
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
This PR updates the Claude Agent SDK documentation set to accurately reflect the Claude Code v2.1.42 runtime surface and to make code references reproducible for readers.
What Changed
Portable source references (bundle + search anchors)
@anthropic-ai/claude-code/cli.jsusing search anchors (strings/symbols) instead of local unpacked paths or line numbers.Runtime surface updates (v2.1.42)
docs/claude-agent-sdk/lsp.md(LSP integration +LSPtool)docs/claude-agent-sdk/toolsearch.md(deferred tool discovery/selection +ToolSearchtool)docs/claude-agent-sdk/tools-complete.mdto includeToolSearchandLSPand to reflect a 30-tool runtime surface.Navigation fixes
docs/claude-code/README.mdbecausedocs/claude-agent-sdk/README.mdalready referenced it.Targeted cleanup