Skip to content

worker: fix stale LLM-facing tool names in design docs#212

Merged
rgushchin merged 1 commit into
sashiko-dev:mainfrom
smcdef:pr/fix-stale-tool-docs
May 23, 2026
Merged

worker: fix stale LLM-facing tool names in design docs#212
rgushchin merged 1 commit into
sashiko-dev:mainfrom
smcdef:pr/fix-stale-tool-docs

Conversation

@smcdef
Copy link
Copy Markdown

@smcdef smcdef commented May 23, 2026

These design documents are used as LLM-facing guidance for the review worker. They still referenced obsolete tool names such as git_grep and read_file, which can make the model call tools that do not exist and fail with Unknown tool errors.

Update the documented tool names to match the actual worker tool API, including search_file_content, read_files, and find_files.

These design documents are used as LLM-facing guidance for the
review worker. They still referenced obsolete tool names such
as git_grep and read_file, which can make the model call tools
that do not exist and fail with Unknown tool errors.

Update the documented tool names to match the actual worker tool
API, including search_file_content, read_files, and find_files.

Signed-off-by: Muchun Song <songmuchun@bytedance.com>
@rgushchin rgushchin merged commit 5f61826 into sashiko-dev:main May 23, 2026
2 checks passed
@smcdef smcdef deleted the pr/fix-stale-tool-docs branch May 23, 2026 06:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants