fix: remove lsp tool

This commit is contained in:
adamdottv
2025-05-01 07:28:37 -05:00
parent 32b0bbd6b0
commit 1901265e05
4 changed files with 1 additions and 143 deletions
-1
View File
@@ -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...,
)