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