Neha Prasad
Neha Prasad
### Description fixes: #2896 - Fixed branch deletion issue in template copies where users couldn't delete branches even when multiple branches existed. The problem was caused by unreliable local state...
### Description - fixed screenshot functionality in the chat interface by improving the DOM-to-canvas rendering fallback mechanism. The screenshot button was failing when the primary screen capture method encountered issues,...
## Description - adds realtime presence indicators showing user avatars in the top-right corner when multiple users are working on the same project. Users can now see who's currently active...
### Description - Add `apiRootPath` configuration option to allow customizing the API root path from `/api` to any custom path (e.g., `/my-api`). ## Related Issue(s) #9674 ## Type of Change...
## Summary - add Google Drive "Get File" and Notion "Create Page in Database" operations to enable complete workflow automation for AI agents processing files and outputting results to Notion...
### PR Description fix: #443 ### **Problem** Input field stays disabled when clearing chat during streaming, requiring page refresh. ### **Root Cause** `clearChat()` didn't cancel streaming, leaving `isStreaming = true`...
## PR Description ### Overview - adds a `url` property to the `Event` class that returns the full event URL, allowing users to link to events without parsing date strings....
fix: #19591 ### Overview Support underscores in block names for consistency with variable naming rules. ### Changes - Updated `BlockDocumentName` validation to allow underscores - Modified UI regex and error...
## Description fix: #7260 Fixed `MakeUndefinedOptional` incorrectly making `any` typed properties optional. **Before:** `T.object({foo: T.any})` → `{foo?: any}` **After:** `T.object({foo: T.any})` → `{foo: any}` Added `IsAny` helper to detect and...
### Change type - [x] `feature` fix: #7110 ### Description Adds per-page undo/redo history so each page in multi-page documents maintains its own independent undo/redo stack. Previously undo/redo affected all...