feat: extract str_replace tool (#1710)

This commit is contained in:
yetone
2025-03-25 18:43:57 +08:00
committed by GitHub
parent 8c4244b940
commit a2aec079c9
7 changed files with 186 additions and 125 deletions

View File

@@ -335,6 +335,7 @@ function M:parse_curl_args(prompt_opts)
if Config.behaviour.enable_claude_text_editor_tool_mode then
if tool.name == "create_file" then goto continue end
if tool.name == "view" then goto continue end
if tool.name == "str_replace" then goto continue end
end
table.insert(tools, self:transform_tool(tool))
::continue::