improve update_working_mem tool description; adb_ui u2 priority; autonomous_operation framework lock

This commit is contained in:
Liang Jiaqing
2026-02-16 11:31:58 +08:00
parent 90bb6868ec
commit df478d81e1
5 changed files with 50 additions and 17 deletions

View File

@@ -26,4 +26,7 @@
- 结论:
- TMWebDriver 适合“读信息 + 普通页面操作”;
- 对“新窗口授权、文件上传”这类敏感操作,应默认联想到:**需要和 Ctrl 工具协同**,而不是强行在 JS 里搞定。
```
```
## 导航避坑
- `web_scan` 仅读当前页,不会导航。
- 切换网站用 `web_execute_js` + `location.href = 'url'`