新增会话记忆、运行配置、暂停补充、卸载操作与 DeepSeek V4 支持 - #11
Open
JXSalian wants to merge 6 commits into
Open
Conversation
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.
概览
这是基于个人增强版 ApkClaw 分支整理的一次较大的功能提案。整体仍然沿用原项目的 Android 无障碍 Agent 架构,在此基础上增加了运行参数配置、本地会话与记忆、中途暂停补充、AI 执行卸载应用操作的风险说明、DeepSeek V4 思考模式兼容,以及发布文档整理。
这次改动范围比较大,建议先作为草稿 PR 讨论。如果维护者希望拆分,我也可以按功能模块拆成更小的 PR。
主要改动
0.0.5。maxIterations支持在 LLM 设置页配置,不再固定写死。deepseek-v4-pro和deepseek-v4-flash。安全与合规说明
ATTRIBUTION.md已明确说明本仓库是基于apkclaw-team/ApkClaw的非官方衍生版本,并保留 Apache-2.0 许可关系。local.properties、签名文件、API Key、机器人 Token 等本地敏感信息。验证
已在 Windows 本地使用以下命令构建通过:
.\build-debug.bat最新本地 debug APK:
Review 说明
这个 PR 改动较大,可以按下面几个方向拆分审查:
maxIterations与等待时间配置。