feat: codeAction tool

This commit is contained in:
adamdottv 2025-05-14 14:57:40 -05:00
commit c8f8d67a88
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
2 changed files with 351 additions and 0 deletions

View file

@ -37,6 +37,7 @@ func PrimaryAgentTools(
tools.NewReferencesTool(lspClients),
tools.NewDocSymbolsTool(lspClients),
tools.NewWorkspaceSymbolsTool(lspClients),
tools.NewCodeActionTool(lspClients),
NewAgentTool(sessions, messages, lspClients),
}, mcpTools...,
)