Mohammad Rad
Mohammad Rad
Shortest workflow is failing with this error. I am getting a similar issue locally. Another issue that came up is when deleting node_modules and building and installing the package again,...
Just posting it here again in case you missed it: You're right. with the new implementation we should first initialize the runner and then initialize the config: This should fix...
> Would be great to get to this soon. If it's not done by Friday we'll have some internally do it as I think this is quite important! Updated the...
Thanks for waiting will review this soon.
@amk-dev thanks for the PR. Once you have the conflicts resolved I will test your branch and let you know.
I think this error is happening because in `types/config.ts` we are enforcing the `anthropicApiKey` to be string but the type for `process.env.ANTHROPIC_API_KEY ` is `string | undefined` therefore typescript is...
Seems like your new changes are not resolving properly.  ### Here's how you can fix it: When making changes to `src/index.ts` you'd need to update `index.d.ts` as well. We...
Would be good to have a demo using this new feature when you have finished your implementation.
Looks good to me. Would be nice to write some new tests using the new chained tests. To prepare for release please update your branch and bump the version to...
Can we export a test and use it in another test file?