summaryrefslogtreecommitdiffhomepage
path: root/internal/llm/agent
diff options
context:
space:
mode:
authoradamdottv <[email protected]>2025-05-01 06:26:20 -0500
committeradamdottv <[email protected]>2025-05-01 06:26:20 -0500
commitd08e58279db42b9892ad32e0fd8cdf086b4027d5 (patch)
treee1f4b40f6afebfa46eaef6c863cc7d4d5ff1a4c6 /internal/llm/agent
parent7bc542abff85d18112b3e61556659a496d6dc668 (diff)
downloadopencode-d08e58279db42b9892ad32e0fd8cdf086b4027d5.tar.gz
opencode-d08e58279db42b9892ad32e0fd8cdf086b4027d5.zip
feat: lsp discovery
Diffstat (limited to 'internal/llm/agent')
-rw-r--r--internal/llm/agent/tools.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/llm/agent/tools.go b/internal/llm/agent/tools.go
index e6b0119ae..df1dd1b66 100644
--- a/internal/llm/agent/tools.go
+++ b/internal/llm/agent/tools.go
@@ -35,6 +35,7 @@ func CoderAgentTools(
tools.NewViewTool(lspClients),
tools.NewPatchTool(lspClients, permissions, history),
tools.NewWriteTool(lspClients, permissions, history),
+ tools.NewConfigureLspServerTool(),
NewAgentTool(sessions, messages, lspClients),
}, otherTools...,
)