[PR #7527] [MERGED] Fix windows terminal #7938

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/7527
Author: @appflowy
Created: 3/13/2025
Status: Merged
Merged: 3/13/2025
Merged by: @appflowy

Base: mainHead: fix_windows_terminal


📝 Commits (9)

  • f0b8b00 chore: force restart plugin
  • 81bac59 chore: try to fix windows flashing window issue
  • ad62e85 Merge branch 'main' into fix_windows_terminal
  • d94b4da chore: fix flashing window
  • 86b67a1 chore: fix flashing window
  • 723971e chore: fix editable
  • 0657aeb chore: set local ai default value
  • 3ad8f62 chore: enable linux local ai
  • 7996736 chore: enable linux local ai

📊 Changes

9 files changed (+93 additions, -61 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/ai/service/ai_prompt_input_bloc.dart (+2 -7)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/setting_ai_view/plugin_state.dart (+14 -1)
📝 frontend/resources/translations/en.json (+1 -1)
📝 frontend/rust-lib/Cargo.lock (+2 -2)
📝 frontend/rust-lib/Cargo.toml (+2 -2)
📝 frontend/rust-lib/flowy-ai/Cargo.toml (+1 -1)
📝 frontend/rust-lib/flowy-ai/src/local_ai/controller.rs (+26 -11)
📝 frontend/rust-lib/flowy-ai/src/local_ai/resource.rs (+41 -34)
📝 frontend/rust-lib/flowy-ai/src/local_ai/watch.rs (+4 -2)

📄 Description

Feature Preview


PR Checklist

  • My code adheres to AppFlowy's Conventions
  • 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/7527 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 3/13/2025 **Status:** ✅ Merged **Merged:** 3/13/2025 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `fix_windows_terminal` --- ### 📝 Commits (9) - [`f0b8b00`](https://github.com/AppFlowy-IO/AppFlowy/commit/f0b8b004610ba374a35663abe09255ef5f9dcc15) chore: force restart plugin - [`81bac59`](https://github.com/AppFlowy-IO/AppFlowy/commit/81bac5950c185914833ce22e114c5d73ba2f2c94) chore: try to fix windows flashing window issue - [`ad62e85`](https://github.com/AppFlowy-IO/AppFlowy/commit/ad62e85b3ad922bc8194eeb67b8b8552c6787cdb) Merge branch 'main' into fix_windows_terminal - [`d94b4da`](https://github.com/AppFlowy-IO/AppFlowy/commit/d94b4daa70e4923806e39c7e07e224e6cecc6e6a) chore: fix flashing window - [`86b67a1`](https://github.com/AppFlowy-IO/AppFlowy/commit/86b67a1b650e229170daa43505ee02066615ef74) chore: fix flashing window - [`723971e`](https://github.com/AppFlowy-IO/AppFlowy/commit/723971e4236ca88a4c10566bf9c0634296c217b8) chore: fix editable - [`0657aeb`](https://github.com/AppFlowy-IO/AppFlowy/commit/0657aeb07d91c95900d3de49664124dc402c3d7b) chore: set local ai default value - [`3ad8f62`](https://github.com/AppFlowy-IO/AppFlowy/commit/3ad8f624cf2f5d49f44242930be2a4db11f3706b) chore: enable linux local ai - [`7996736`](https://github.com/AppFlowy-IO/AppFlowy/commit/79967365924cbd4f3a64dc9c2f59ade6360d4421) chore: enable linux local ai ### 📊 Changes **9 files changed** (+93 additions, -61 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/ai/service/ai_prompt_input_bloc.dart` (+2 -7) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/setting_ai_view/plugin_state.dart` (+14 -1) 📝 `frontend/resources/translations/en.json` (+1 -1) 📝 `frontend/rust-lib/Cargo.lock` (+2 -2) 📝 `frontend/rust-lib/Cargo.toml` (+2 -2) 📝 `frontend/rust-lib/flowy-ai/Cargo.toml` (+1 -1) 📝 `frontend/rust-lib/flowy-ai/src/local_ai/controller.rs` (+26 -11) 📝 `frontend/rust-lib/flowy-ai/src/local_ai/resource.rs` (+41 -34) 📝 `frontend/rust-lib/flowy-ai/src/local_ai/watch.rs` (+4 -2) </details> ### 📄 Description <!--- Thank you for submitting a pull request to AppFlowy. The team will dedicate their best efforts to reviewing and approving your pull request. If you have any questions about the project or feedback for us, please join our [Discord](https://discord.gg/wdjWUXXhtw). --> <!--- If your pull request adds a new feature, please drag and drop a video into this section to showcase what you've done! If not, you may delete this section. --> ### Feature Preview <!--- List at least one issue here that this PR addresses. If it fixes the issue, please use the [fixes](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests) keyword to close the issue. For example: fixes https://github.com/AppFlowy-IO/AppFlowy/pull/2106 --> --- <!--- Before you mark this PR ready for review, run through this checklist! --> #### PR Checklist - [ ] My code adheres to [AppFlowy's Conventions](https://docs.appflowy.io/docs/documentation/software-contributions/conventions) - [ ] 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 23:21:52 +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#7938
No description provided.