feat: codeAction tool
release / goreleaser (push) Has been cancelled

This commit is contained in:
adamdottv
2025-05-14 14:57:40 -05:00
parent 477b93684e
commit fdea47829b
2 changed files with 351 additions and 0 deletions
+1
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...,
)