feat: codeAction tool

This commit is contained in:
adamdottv
2025-05-14 14:57:40 -05:00
parent 182e32e4f7
commit c8f8d67a88
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...,
)