We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7aaef6 commit dbefc41Copy full SHA for dbefc41
lua/codecompanion/strategies/chat/agents/init.lua
@@ -365,7 +365,7 @@ function Agent.resolve(tool)
365
end
366
367
-- Try loading the tool from the user's config using a module path
368
- ok, module = pcall(require)
+ ok, module = pcall(require, callback)
369
if ok then
370
log:debug("[Tools] %s identified", callback)
371
return module
0 commit comments