summaryrefslogtreecommitdiffhomepage
path: root/internal/llm/agent
diff options
context:
space:
mode:
Diffstat (limited to 'internal/llm/agent')
-rw-r--r--internal/llm/agent/task.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/llm/agent/task.go b/internal/llm/agent/task.go
index 97611e62b..9737d41b8 100644
--- a/internal/llm/agent/task.go
+++ b/internal/llm/agent/task.go
@@ -34,6 +34,7 @@ func NewTaskAgent(app *app.App) (Agent, error) {
tools.NewGlobTool(),
tools.NewGrepTool(),
tools.NewLsTool(),
+ tools.NewSourcegraphTool(),
tools.NewViewTool(app.LSPClients),
},
model: model,