diff options
Diffstat (limited to 'internal/llm/agent/tools.go')
| -rw-r--r-- | internal/llm/agent/tools.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/internal/llm/agent/tools.go b/internal/llm/agent/tools.go index 9120809ff..b2e6816d5 100644 --- a/internal/llm/agent/tools.go +++ b/internal/llm/agent/tools.go @@ -31,10 +31,9 @@ func CoderAgentTools( tools.NewGlobTool(), tools.NewGrepTool(), tools.NewLsTool(), - // TODO: see if we want to use this tool - // tools.NewPatchTool(lspClients, permissions, history), tools.NewSourcegraphTool(), tools.NewViewTool(lspClients), + tools.NewPatchTool(lspClients, permissions, history), tools.NewWriteTool(lspClients, permissions, history), NewAgentTool(sessions, messages, lspClients), }, otherTools..., |
