Advanced
Open
Pro
Choosing and Shaping the Tool Set
Propose the minimal tool set for a repository coding agent and, for
each tool, state the one design decision that most affects safety or
cost. Then answer: why is an exact-match edit_file(path, old, new)
preferable to edit_file(path, line_number, new_text), and why should
write_file require that an existing file was read first?
Share this question