mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-24 03:04:21 +01:00
implement patch, update ui, improve rendering
This commit is contained in:
@@ -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...,
|
||||
|
||||
Reference in New Issue
Block a user