2 Open Issues Need Help Last updated: Aug 5, 2025

Open Issues Need Help

View All on GitHub
AI/ML AI Orchestration

AI Summary: Debug and fix a frontend issue in a React TypeScript application where a 'Thoughts' button, intended to toggle a thinking filter for AI-generated responses, remains disabled despite being enabled in the backend settings. This involves inspecting the frontend code to identify why the button's enabled state isn't reflecting the backend setting, likely requiring debugging and potentially modifying the button's logic or data binding.

Complexity: 3/5
bug good first issue AI Generated
AI/ML AI Orchestration

AI Summary: Implement a chat cloning feature in a full-stack application. This involves creating a new chat entry in the database, duplicating all messages and metadata from the selected chat, handling linked resources (images, files), and updating the UI to reflect the cloned chat, allowing for renaming. The application uses React, TypeScript, ASP.NET Core, Entity Framework, and SignalR.

Complexity: 3/5
enhancement good first issue AI Generated