feat: lsp discovery

This commit is contained in:
adamdottv
2025-05-01 06:26:20 -05:00
parent 2d9d09f57d
commit d02d2a0b8f
9 changed files with 830 additions and 7 deletions
+1
View File
@@ -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...,
)