Shobhit Patra

Results 5 issues of Shobhit Patra

# Description 📣 This PR fixes a layout issue where scrolling only worked when zoomed in. resolves issues https://github.com/Infisical/infisical/issues/1411 https://github.com/Infisical/infisical/issues/1576 ## Type ✨ - [ x] Bug fix - [...

> [!IMPORTANT] > Adds error handling for tool execution in `unstable_runPendingTools` to return error details in `ToolResponse`. > > - **Behavior**: > - Adds error handling in `unstable_runPendingTools` in `toolResultStream.ts`...

closes #2656 ---- > [!IMPORTANT] > Fixes race condition in `useToolInvocations.ts` by adding checks to prevent re-processing of tool calls and ensuring `argsText` integrity. > > - **Behavior**: > -...

## Closes #2613 ## Problem The `useToolInvocations` hook would crash with a `Tool call argsText can only be appended, not updated` error. This was caused by a strict `startsWith` check...

## Related Issue Closes issue https://github.com/better-auth/better-auth/issues/3848 ## Summary Adds `rateLimit` configuration option to the `emailOtp` plugin, similar to the `magicLink` plugin. ## Changes - Added `rateLimit` option to `EmailOtpOptions` -...