Workflow adapter settings seem not work #2070
-
Based on that documentation part https://codecompanion.olimorris.dev/extending/workflows.html#useful-options it should be possible to specify an adapter to specific workflows. It seems not work for me. Can you guys try to reproduce? Recording.22.mp4In the example above, I set to use @olimorris I tried to investigate in the source code aiming to fix it but I found it difficult to find the correct part of the code. Maybe you can give a tip of where should I touch to bug fix it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It will be in "strategies/init.lua" but I think that's a mistake in the documentation as I don't believe I ever added support for this. Probably as simple as leveraging the Edit: If you ever wish to find out where something is, trace it back from "codecompanion/init.lua". In this case from the |
Beta Was this translation helpful? Give feedback.
I've submitted a simple PR adding this functionality #2071