feat: add AI Smart Advisor across cleanup and optimization modules - #17
Open
Tyleraltight wants to merge 1 commit into
Open
feat: add AI Smart Advisor across cleanup and optimization modules#17Tyleraltight wants to merge 1 commit into
Tyleraltight wants to merge 1 commit into
Conversation
Tyleraltight
force-pushed
the
feature/ai-advisor
branch
2 times, most recently
from
August 19, 2026 11:33
4f5ce66 to
ddd52aa
Compare
Owner
|
感谢🙏,我会检查和测试一下 |
Author
有什么问题和建议也请随时告诉我,我会尽快修缮 |
Tyleraltight
force-pushed
the
feature/ai-advisor
branch
from
August 25, 2026 21:33
ddd52aa to
a22982d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary / 概述
为 MangoDisk 引入 Agent 智能建议特性,覆盖大文件清理、深度清理、重复文件清理、应用卸载和启动项管理 5 个核心模块。
核心设计与特性
API 与代理架构解耦
aiApiKey、aiApiBaseUrl与aiModel,前端直接直连自定义端点。隐私与 Token 优化(Harness 数据夹具)
交互体验与随时中断 (Interruptibility)
AbortSignal。用户在分析期间手动勾选、切换页面或重新扫描时,底层网络请求即时熔断取消,无全屏阻塞遮罩。工程质量与多语言
vue-tsc类型检查零报错。