[PR #7904] [MERGED] refactor: chat bloc #8199

Closed
opened 2026-03-23 23:23:04 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/7904
Author: @appflowy
Created: 5/9/2025
Status: Merged
Merged: 5/10/2025
Merged by: @appflowy

Base: mainHead: chat_bloc_refactor


📝 Commits (4)

  • aaa45ba refactor: chat bloc
  • e6ece58 chore: clippy
  • bd06cdc Merge branch 'main' into chat_bloc_refactor
  • c796d30 chore: make temp message id private

📊 Changes

4 files changed (+661 additions, -430 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/plugins/ai_chat/application/chat_bloc.dart (+322 -430)
frontend/appflowy_flutter/lib/plugins/ai_chat/application/chat_message_handler.dart (+171 -0)
frontend/appflowy_flutter/lib/plugins/ai_chat/application/chat_settings_manager.dart (+48 -0)
frontend/appflowy_flutter/lib/plugins/ai_chat/application/chat_stream_manager.dart (+120 -0)

📄 Description

Separate chat_bloc logic into multiple files


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/7904 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 5/9/2025 **Status:** ✅ Merged **Merged:** 5/10/2025 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `chat_bloc_refactor` --- ### 📝 Commits (4) - [`aaa45ba`](https://github.com/AppFlowy-IO/AppFlowy/commit/aaa45bab7202e43bd0747f29255ffe8ca709c169) refactor: chat bloc - [`e6ece58`](https://github.com/AppFlowy-IO/AppFlowy/commit/e6ece58b636bbeffe61ae96001eff930f4076825) chore: clippy - [`bd06cdc`](https://github.com/AppFlowy-IO/AppFlowy/commit/bd06cdc445bc033aec72f5a1196693ad9b98e976) Merge branch 'main' into chat_bloc_refactor - [`c796d30`](https://github.com/AppFlowy-IO/AppFlowy/commit/c796d30da85582793ba33db0c3f3fb2742b70a06) chore: make temp message id private ### 📊 Changes **4 files changed** (+661 additions, -430 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/ai_chat/application/chat_bloc.dart` (+322 -430) ➕ `frontend/appflowy_flutter/lib/plugins/ai_chat/application/chat_message_handler.dart` (+171 -0) ➕ `frontend/appflowy_flutter/lib/plugins/ai_chat/application/chat_settings_manager.dart` (+48 -0) ➕ `frontend/appflowy_flutter/lib/plugins/ai_chat/application/chat_stream_manager.dart` (+120 -0) </details> ### 📄 Description Separate chat_bloc logic into multiple files --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 23:23:04 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#8199
No description provided.