chore: bump android webview app to 1.0.15

This commit is contained in:
JOJO 2026-04-07 11:51:01 +08:00
parent a21df8f7fb
commit 9f34e095dc
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# App 更新说明
# 1.0.15
- 修复图片查看链路:`view_image` 工具结果可正确附带图片内容,降低“识别成其他图片/内容”的误判
- 新增「强约束系统」开关(个人空间):可分别约束 terminal 系列与子智能体系列工具,要求先阅读对应 `skills/*/SKILL.md`(且仅对已启用 skill 生效)
- 优化输入与消息气泡换行策略:达到最大宽度即换行
- 修复深色模式下 `run_python` 结果区显示异常,代码与输出统一为白色文字
# 1.0.14
- 移除前端「实验功能」中的 Liquid Glass 实验页与悬浮组件,减少无关试验功能干扰
- 删除 `scripts/liquid-glass-demo` 目录(含 node_modules/.next显著降低部署压缩包体积

View File

@ -16,8 +16,8 @@ android {
applicationId = "com.cyjai.agent"
minSdk = 24
targetSdk = 35
versionCode = 16
versionName = "1.0.14"
versionCode = 17
versionName = "1.0.15"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}