small fixes
This commit is contained in:
parent
230917bbbf
commit
49b593d9dd
8 changed files with 331 additions and 11 deletions
|
|
@ -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...,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue