[PR #2528] [MERGED] Support regenerating ai results #2012 #5278

Closed
opened 2026-03-23 22:18:01 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/2528
Author: @rizwan3395
Created: 5/14/2023
Status: Merged
Merged: 5/19/2023
Merged by: @LucasXu0

Base: mainHead: support_regenerating_ai_results_#2012


📝 Commits (10+)

  • c85c6dc feat: added emoji and network image support
  • d48c3e0 fix: translations added
  • 90dc7cf fix: code cleanup and improvements
  • 650b84a chore: merge with main
  • 9922bf6 chore: merge with main
  • bd166cb Merge branch 'AppFlowy-IO:main' into main
  • 91ce845 Merge branch 'AppFlowy-IO:main' into main
  • 7cc71b1 Merge branch 'AppFlowy-IO:main' into main
  • d3ddfc4 Merge branch 'AppFlowy-IO:main' into main
  • 36ce5e5 Merge branch 'AppFlowy-IO:main' into main

📊 Changes

4 files changed (+127 additions, -7 deletions)

View changed files

📝 frontend/appflowy_flutter/assets/translations/en.json (+1 -0)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/openai/widgets/auto_completion_node_widget.dart (+102 -2)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/openai/widgets/auto_completion_plugins.dart (+1 -0)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/openai/widgets/smart_edit_node_widget.dart (+23 -5)

📄 Description

Description

Added the feature to regenerate/write AI responses

Type of change

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

  • Tested via slash command

Checklist:

  • I have performed a self-review of my own code
  • I have commented on my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

🔄 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/2528 **Author:** [@rizwan3395](https://github.com/rizwan3395) **Created:** 5/14/2023 **Status:** ✅ Merged **Merged:** 5/19/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `support_regenerating_ai_results_#2012` --- ### 📝 Commits (10+) - [`c85c6dc`](https://github.com/AppFlowy-IO/AppFlowy/commit/c85c6dcfe8bf0cd2242c5ee755bcc9b4e4205905) feat: added emoji and network image support - [`d48c3e0`](https://github.com/AppFlowy-IO/AppFlowy/commit/d48c3e0734d83f229141f7e34ed0e596a4666dca) fix: translations added - [`90dc7cf`](https://github.com/AppFlowy-IO/AppFlowy/commit/90dc7cf303027fb829a515170d9047195b426e68) fix: code cleanup and improvements - [`650b84a`](https://github.com/AppFlowy-IO/AppFlowy/commit/650b84a801431a9701823e3d9728b8b2864343ca) chore: merge with main - [`9922bf6`](https://github.com/AppFlowy-IO/AppFlowy/commit/9922bf688f84b24338bde1c036c4964c3c3722e3) chore: merge with main - [`bd166cb`](https://github.com/AppFlowy-IO/AppFlowy/commit/bd166cb15fadc45bd83963484c5a745fcc817818) Merge branch 'AppFlowy-IO:main' into main - [`91ce845`](https://github.com/AppFlowy-IO/AppFlowy/commit/91ce8452e77f9fd4aeeb00bb716c0a2a33034e80) Merge branch 'AppFlowy-IO:main' into main - [`7cc71b1`](https://github.com/AppFlowy-IO/AppFlowy/commit/7cc71b145a4a08486a12a001efd46078081c01c6) Merge branch 'AppFlowy-IO:main' into main - [`d3ddfc4`](https://github.com/AppFlowy-IO/AppFlowy/commit/d3ddfc4826c893f15299c7551c4ba1386ce12734) Merge branch 'AppFlowy-IO:main' into main - [`36ce5e5`](https://github.com/AppFlowy-IO/AppFlowy/commit/36ce5e5acaa1c51ac07310a843a884c5517d298f) Merge branch 'AppFlowy-IO:main' into main ### 📊 Changes **4 files changed** (+127 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/assets/translations/en.json` (+1 -0) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/openai/widgets/auto_completion_node_widget.dart` (+102 -2) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/openai/widgets/auto_completion_plugins.dart` (+1 -0) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/openai/widgets/smart_edit_node_widget.dart` (+23 -5) </details> ### 📄 Description ## Description Added the feature to regenerate/write AI responses ## Type of change - [ ] New feature (non-breaking change which adds functionality) # How Has This Been Tested? - [ ] Tested via slash command # Checklist: - [ ] I have performed a self-review of my own code - [ ] I have commented on my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes - [ ] Any dependent changes have been merged and published in downstream modules --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:18:01 +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#5278
No description provided.