[PR #2257] [MERGED] feat: AI - improve writing #5169

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/2257
Author: @alceil
Created: 4/13/2023
Status: Merged
Merged: 5/3/2023
Merged by: @LucasXu0

Base: mainHead: main


📝 Commits (8)

📊 Changes

3 files changed (+14 additions, -2 deletions)

View changed files

📝 frontend/appflowy_flutter/assets/translations/en.json (+1 -0)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/openai/widgets/smart_edit_action.dart (+10 -1)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/openai/widgets/smart_edit_node_widget.dart (+3 -1)

📄 Description

Feature Preview

Untitled_ Apr 13, 2023 5_07 PM.webm

Fixes #2039

PR Checklist

  • My code adheres to the AppFlowy Style Guide
  • I've listed at least one issue that this PR fixes in the description above.
  • I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
  • All existing tests are passing.

🔄 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/2257 **Author:** [@alceil](https://github.com/alceil) **Created:** 4/13/2023 **Status:** ✅ Merged **Merged:** 5/3/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (8) - [`24eaf95`](https://github.com/AppFlowy-IO/AppFlowy/commit/24eaf95de534f5a1bb8f1df709ac0bfdd4163404) feat: AI - Improve writing - [`357dc89`](https://github.com/AppFlowy-IO/AppFlowy/commit/357dc897cc55d6bf20011909d0fa70bd8923141a) Merge branch 'main' of https://github.com/alceil/AppFlowy - [`782d043`](https://github.com/AppFlowy-IO/AppFlowy/commit/782d043edeb5c12cc843a8083492b95d609ab7b1) Merge branch 'AppFlowy-IO:main' into main - [`ac0e233`](https://github.com/AppFlowy-IO/AppFlowy/commit/ac0e233936348e37e4951842c175dd6459195c35) fix: new line in result - [`11022d2`](https://github.com/AppFlowy-IO/AppFlowy/commit/11022d23eec36715a4d16ea5f62582898361403d) Merge branch 'AppFlowy-IO:main' into main - [`c9ea9f1`](https://github.com/AppFlowy-IO/AppFlowy/commit/c9ea9f11598a77af3a11bc5a817536c85e0725ac) formatted code - [`925dc90`](https://github.com/AppFlowy-IO/AppFlowy/commit/925dc9046848e3bc9098774964319f0021075f98) Merge branch 'main' of https://github.com/alceil/AppFlowy - [`2b01685`](https://github.com/AppFlowy-IO/AppFlowy/commit/2b01685d50debda8df4541cb9e154d5cf928fcdd) Merge branch 'AppFlowy-IO:main' into main ### 📊 Changes **3 files changed** (+14 additions, -2 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/smart_edit_action.dart` (+10 -1) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/openai/widgets/smart_edit_node_widget.dart` (+3 -1) </details> ### 📄 Description ### Feature Preview [Untitled_ Apr 13, 2023 5_07 PM.webm](https://user-images.githubusercontent.com/47685349/231747452-b46177ea-e2a2-4192-8d3f-1c18f2b601be.webm) Fixes #2039 #### PR Checklist - [x] My code adheres to the [AppFlowy Style Guide](https://appflowy.gitbook.io/docs/essential-documentation/contribute-to-appflowy/software-contributions/submitting-code/style-guides) - [x] I've listed at least one issue that this PR fixes in the description above. - [x] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [x] All existing tests are passing. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:17:33 +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#5169
No description provided.