minor fixes

This commit is contained in:
Kujtim Hoxha
2025-04-15 11:58:01 +02:00
parent f6be348bf7
commit 1cdd24fbc7
6 changed files with 49 additions and 27 deletions

View File

@@ -49,7 +49,7 @@ func NewCoderAgent(
tools.NewSourcegraphTool(),
tools.NewViewTool(lspClients),
tools.NewWriteTool(lspClients, permissions),
NewAgentTool(sessions, messages),
NewAgentTool(sessions, messages, lspClients),
}, otherTools...,
),
)