Ori Bar-ilan

Results 9 comments of Ori Bar-ilan

Great. Can't wait to follow up on this project in the future. Thank you.

On the same area, but a bit to the side :) My project runs heavily on pytest. I'm adding a new test that will specifically use `deepeval` (with `assert_test`) -...

@penguine-ip It is created even when I run a test in isolation. I didn't get around to fully debug this, but I did find that TestRunManager is initiated on import,...

works, thank you :) > this also means you will have to include an additional deepeval test run command if you're mixing pytest and deepeval files in a same directory...

workaround for now: ``` cli = { tools = { opencode = { cmd = { 'opencode' }, env = { OPENCODE_CONFIG_DIR = vim.fn.expand('~/path/to/custom/dir'), }, }, }, ... ```

why not allowing to override built-in agent entirely? Instead of messing with carry-over from built-in spec to a custom agent with the same name, we can just allow a complete...

oh interesting. i wonder why these are not implemented simply as permissions (that can be overriden). sounds like a non-trivial decision so I'll just rename my agent to something other...

@rekram1-node if you want to spec a solution i can try to tackle it (disable built-in agent, avoid plan system reminders if user has plan agent, etc.)

sounds good. I will take a shot at it, after my currently open PR is resolved :) (#3580)