From cfdd687216799cb5b47f099f1e7cd5dd16b3bdd0 Mon Sep 17 00:00:00 2001 From: Kujtim Hoxha Date: Thu, 3 Apr 2025 15:20:15 +0200 Subject: add initial lsp support --- internal/llm/agent/task.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/llm/agent/task.go') diff --git a/internal/llm/agent/task.go b/internal/llm/agent/task.go index 9e0311ed1..97611e62b 100644 --- a/internal/llm/agent/task.go +++ b/internal/llm/agent/task.go @@ -34,7 +34,7 @@ func NewTaskAgent(app *app.App) (Agent, error) { tools.NewGlobTool(), tools.NewGrepTool(), tools.NewLsTool(), - tools.NewViewTool(), + tools.NewViewTool(app.LSPClients), }, model: model, agent: agentProvider, -- cgit v1.2.3