Daniel Lew

Results 8 comments of Daniel Lew

@matjack1 you're right this is very messy in terms of CLI output. The `info` logging in the source plugin is very useful for debugging so maybe we can just hide...

@wconrad265 if you look at the logs for the failing test you can see your change introduced a discrepancy in one of the tests

This has been merged in https://github.com/mastra-ai/mastra/pull/10614! It will be in the next release

@yamadashy thanks for reporting this, we'll get around to doing this one but it's a lower priority for us. We'd love a PR if you have time as it seems...

Okay i've made a little summary of what I'm thinking Core ProblemCurrent processors can transform/filter data and call abort() to stop processing, but:abort() returns a successful result with tripwireReason -...

Glad to hear that @Vulcanostrol! As I was reading your comment I had this crazy idea. 2 ways to run processors. 1. For 90% of use cases: As it is...

I just merged in a fix for this! [fix(core): normalize undefined/null input for tools with optional parameters #10728](https://github.com/mastra-ai/mastra/pull/10728) If it's an z.array it will default to `[]` and if it's...

@pimsmeets looks good! You just need to run prettier to format the files