small fixes

This commit is contained in:
Kujtim Hoxha
2025-04-03 19:50:31 +02:00
parent 230917bbbf
commit 49b593d9dd
8 changed files with 331 additions and 11 deletions

View File

@@ -55,9 +55,11 @@ func NewCoderAgent(app *app.App) (Agent, error) {
[]tools.BaseTool{
tools.NewBashTool(),
tools.NewEditTool(app.LSPClients),
tools.NewFetchTool(),
tools.NewGlobTool(),
tools.NewGrepTool(),
tools.NewLsTool(),
tools.NewSourcegraphTool(),
tools.NewViewTool(app.LSPClients),
tools.NewWriteTool(app.LSPClients),
}, otherTools...,