feat: codeAction tool
This commit is contained in:
parent
182e32e4f7
commit
c8f8d67a88
2 changed files with 351 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ func PrimaryAgentTools(
|
|||
tools.NewReferencesTool(lspClients),
|
||||
tools.NewDocSymbolsTool(lspClients),
|
||||
tools.NewWorkspaceSymbolsTool(lspClients),
|
||||
tools.NewCodeActionTool(lspClients),
|
||||
NewAgentTool(sessions, messages, lspClients),
|
||||
}, mcpTools...,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue