chore: bump android webview app to 1.0.15
This commit is contained in:
parent
a21df8f7fb
commit
9f34e095dc
@ -1,5 +1,11 @@
|
|||||||
# App 更新说明
|
# App 更新说明
|
||||||
|
|
||||||
|
# 1.0.15
|
||||||
|
- 修复图片查看链路:`view_image` 工具结果可正确附带图片内容,降低“识别成其他图片/内容”的误判
|
||||||
|
- 新增「强约束系统」开关(个人空间):可分别约束 terminal 系列与子智能体系列工具,要求先阅读对应 `skills/*/SKILL.md`(且仅对已启用 skill 生效)
|
||||||
|
- 优化输入与消息气泡换行策略:达到最大宽度即换行
|
||||||
|
- 修复深色模式下 `run_python` 结果区显示异常,代码与输出统一为白色文字
|
||||||
|
|
||||||
# 1.0.14
|
# 1.0.14
|
||||||
- 移除前端「实验功能」中的 Liquid Glass 实验页与悬浮组件,减少无关试验功能干扰
|
- 移除前端「实验功能」中的 Liquid Glass 实验页与悬浮组件,减少无关试验功能干扰
|
||||||
- 删除 `scripts/liquid-glass-demo` 目录(含 node_modules/.next),显著降低部署压缩包体积
|
- 删除 `scripts/liquid-glass-demo` 目录(含 node_modules/.next),显著降低部署压缩包体积
|
||||||
|
|||||||
@ -16,8 +16,8 @@ android {
|
|||||||
applicationId = "com.cyjai.agent"
|
applicationId = "com.cyjai.agent"
|
||||||
minSdk = 24
|
minSdk = 24
|
||||||
targetSdk = 35
|
targetSdk = 35
|
||||||
versionCode = 16
|
versionCode = 17
|
||||||
versionName = "1.0.14"
|
versionName = "1.0.15"
|
||||||
|
|
||||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user