fix: remove lsp tool

This commit is contained in:
adamdottv 2025-05-01 07:28:37 -05:00
commit f2b36b9234
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
4 changed files with 1 additions and 143 deletions

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...,
)