implement patch, update ui, improve rendering
This commit is contained in:
parent
05d0e86f10
commit
333ea6ec4b
38 changed files with 3304 additions and 2254 deletions
|
|
@ -31,10 +31,9 @@ func CoderAgentTools(
|
|||
tools.NewGlobTool(),
|
||||
tools.NewGrepTool(),
|
||||
tools.NewLsTool(),
|
||||
// TODO: see if we want to use this tool
|
||||
// tools.NewPatchTool(lspClients, permissions, history),
|
||||
tools.NewSourcegraphTool(),
|
||||
tools.NewViewTool(lspClients),
|
||||
tools.NewPatchTool(lspClients, permissions, history),
|
||||
tools.NewWriteTool(lspClients, permissions, history),
|
||||
NewAgentTool(sessions, messages, lspClients),
|
||||
}, otherTools...,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue