Commit Graph

139 Commits

Author SHA1 Message Date
lilong.129
e94dacb5b2 refactor: move mcphost package to top level 2025-05-17 11:55:26 +08:00
lilong.129
5d8c22f729 refactor: mcphost call tools 2025-05-17 11:37:11 +08:00
lilong.129
8346fb179c feat: add chat style 2025-05-17 01:00:40 +08:00
lilong.129
6ceab19fef refactor: GetTools returns []MCPTools 2025-05-17 00:08:25 +08:00
lilong.129
a4cff1c98a feat: chat with mcp tools 2025-05-16 23:05:40 +08:00
lilong.129
9b77bd1fd2 feat: add GetEinoTool 2025-05-16 14:06:01 +08:00
lilong.129
f8b7a42560 feat: hrp mcphost 2025-05-16 13:37:52 +08:00
lilong.129
ce38ef3be0 feat: add mcp host, load/invoke mcp tools 2025-05-16 11:43:49 +08:00
lilong.129
d834b5a2e1 feat: load mcp config file 2025-05-16 11:41:22 +08:00
lilong.129
81f29cdef5 refactor: replace OpenFile with Open 2025-05-07 16:40:39 +08:00
lilong.129
da5042f0a4 fix: potential file inclusion via variable 2025-04-28 21:09:39 +08:00
lilong.129
427cc1dab2 fix: potential file inclusion via variable 2025-04-28 19:59:21 +08:00
lilong.129
0d416e74a1 change: use context to contral ScreenRecord timeout or cancel 2025-03-06 22:16:49 +08:00
lilong.129
cc81c00a82 feat: add adb screen record 2025-03-06 16:57:51 +08:00
lilong.129
5b503a4394 feat: get androidsystemVersion with gadb 2025-03-06 13:28:04 +08:00
lilong.129
1e1f8d215d move ghdc to pkg 2025-03-05 21:40:47 +08:00
lilong.129
b5fffdf548 move ghdc to pkg 2025-03-05 21:33:06 +08:00
lilong.129
e107389d6e refactor: move uixt pkg 2025-03-05 11:04:02 +08:00
lilong.129
9e064ee0ad fix: screenshot with path 2025-03-05 10:43:26 +08:00
lilong.129
7539e456d7 fix: tap handler 2025-03-04 20:40:10 +08:00
lilong.129
65564b958f change: convertToAbsolutePoint, convertToAbsoluteCoordinates 2025-03-04 20:02:59 +08:00
lilong.129
e35aa782c2 fix: get config 2025-03-04 19:39:38 +08:00
lilong.129
d50b1f9855 fix: format 2025-03-04 18:18:24 +08:00
lilong.129
7f837c9e36 refactor & fix: stub driver and server 2025-03-04 17:26:55 +08:00
lilong.129
b195760ed9 refactor: StubBrowserDriver 2025-03-04 11:08:44 +08:00
lilong.129
fe97303f90 change: NewBrowserDeviceOptions 2025-03-04 10:34:47 +08:00
lilong.129
b69f5d5b25 refactor: BrowserDevice & BrowserDriver 2025-03-03 22:03:42 +08:00
lilong.129
b687abb3c8 refactor: move browser device options to pkg/uixt/option pkg 2025-03-03 21:40:50 +08:00
lilong.129
69d06a7215 fix: rename browser_web_driver to browser_driver 2025-03-03 21:27:32 +08:00
lilong.129
720e5fa504 fix: revert gadb device ScreenCap 2025-03-03 21:17:25 +08:00
lilong.129
d1af4cfe61 fix: remove unused files 2025-03-03 20:54:36 +08:00
lilong.129
af5d2eea86 fix: remove time log 2025-03-03 20:34:58 +08:00
lilong.129
94e906ff62 refactor: replace with builtin locker 2025-03-03 20:25:37 +08:00
lilong.129
359199a485 refactor: use WithRelative to set relative coordinate, absolute by default 2025-03-03 20:09:24 +08:00
余泓铮
81a9562ffe Merge "v5" into "wings"
Conflicts:
internal/version/VERSION
2025-03-03 02:45:15 +00:00
余泓铮
337f87bcc6 Merge 'feature/huangin/right_click' into 'wings'
feat: add right clcik and webid

See merge request: !67
2025-02-26 07:45:23 +00:00
余泓铮
bec0fdb58e fix: wda改为组合模式 2025-02-25 17:55:03 +08:00
余泓铮
5be8c09402 fix: 修复压缩方法失效和压缩慢的问题 2025-02-25 17:54:25 +08:00
余泓铮
ce683090c0 fix: 回滚install,由于基于push的安装存在磁盘泄漏 2025-02-25 17:53:41 +08:00
余泓铮
1094d1d95e feat: 优化ext getDriver和GetDevice策略 2025-02-25 17:53:11 +08:00
余泓铮
ebdd676e61 feat: device新增截图方法 2025-02-25 17:51:27 +08:00
余泓铮
7bc36ccf44 feat: device新增截图方法 2025-02-25 17:48:41 +08:00
huangbin.beal@163.com
e50454512f feat: add right clcik and webid 2025-02-25 16:22:31 +08:00
余泓铮
a07a5392e2 fix: 修改test代码语法 2025-02-24 12:09:50 +08:00
余泓铮
b64a8ea518 fix: 安装截图改为异步,避免截图时间过长导致来不及点击小米弹窗 2025-02-24 12:09:14 +08:00
余泓铮
f0ee822ad7 fix: 暂时取消LazySetup,易出现反复重试的问题 2025-02-24 12:06:07 +08:00
余泓铮
3b91827a87 fix: 修复DeleteSession导致返回桌面 2025-02-24 12:05:19 +08:00
余泓铮
1a401bd751 去掉多余的setup操作。新增17.4.0以上的tunnel初始化 2025-02-24 12:04:23 +08:00
余泓铮
e139205a10 修复掉线仍然安装成功的问题 2025-02-24 12:02:04 +08:00
余泓铮
165aab0dc8 DoubleTap支持绝对坐标 2025-02-24 11:50:36 +08:00