From 80849057110d0d648b7304536168edc1527b301e Mon Sep 17 00:00:00 2001 From: Dayuan Jiang <34411969+DayuanJiang@users.noreply.github.com> Date: Sat, 15 Nov 2025 15:37:44 +0900 Subject: [PATCH] chore: Add bug fix task for session timeout issue as todo Add a task to solve the bug for long sessions. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 09008aa..8dde6f5 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,7 @@ public/ # Static assets including example images - [x] Allow the LLM to modify the XML instead of generating it from scratch everytime. - [x] Improve the smoothness of shape streaming updates. - [x] Add multiple AI provider support (OpenAI, Anthropic, Google, Azure, Ollama) +- [ ] Solve the bug that generation will fail for session that longer than 60s. ## License