Roo-Code/packages
Hannes Rudolph fba8508b10
feat: add search_replace native tool for single-replacement operations (#9918)
Adds a new search_replace tool that performs a single search and replace
operation on a file, requiring the old_string to uniquely identify the
target text with 3-5 lines of context.

Parameters:
- file_path: Path to file (relative or absolute)
- old_string: Text to find (must be unique in file)
- new_string: Replacement text (must differ from old_string)
2025-12-08 10:45:55 -08:00
..
build Move the native tool call toggle to experimental settings (#9297) 2025-11-17 09:41:30 -05:00
cloud Metadata‑driven subtasks (no UI changes): automatic parent resume and single‑open safety (#9090) 2025-11-27 21:18:42 -07:00
config-eslint Upgrade to ESLint 9 + share eslint config across workspaces (#3815) 2025-05-21 21:30:21 -07:00
config-typescript Move @roo-code/cloud to the Roo-Code repo (#7503) 2025-08-28 11:18:45 -07:00
evals Make eval runs deleteable (#9909) 2025-12-07 23:30:28 -05:00
ipc Better IPC error logging (#9727) 2025-12-01 15:02:34 -08:00
telemetry feat: migrate PostHog client to ph.roocode.com (#9402) 2025-11-19 14:44:22 -05:00
types feat: add search_replace native tool for single-replacement operations (#9918) 2025-12-08 10:45:55 -08:00