Dhiren Mathur
Dhiren Mathur
Enable rendering of [Mermaid](https://mermaid.js.org/) diagrams in the UI to support visual representation of flows, graphs, and other structured diagrams within markdown or custom components. Acceptance Criteria: • Detect and parse...
Currently there are three different chat implementation in the https://github.com/potpie-ai/potpie-ui repo. 1) Main chat screen 2) Shared agent screen 3) Test agent screen Suggested fix: Reuse components and make sure...
### Description Currently, the conversations API does not provide a way to sort the returned conversations. Users need the ability to sort conversations by different fields and ordering to easily...
### Description Currently, the search API (`app/modules/search/search_router.py`) allows empty search queries, which leads to unnecessary database operations and API calls. When a user submits a search with an empty query...
### Description The current search API in `app/modules/search/search_router.py` only uses bearer token authentication through `AuthService.check_auth`. We need to add API key authentication support to make it consistent with other API...
### Description The `get_branch_list` function in `github_service.py` doesn't properly handle the case where a user tries to access a private repository without the necessary permissions. Currently, when a user attempts...