Commit Graph
10 Commits
Author SHA1 Message Date
lilong.129 ec4f1eb68a refactor: unify action execution interface and merge AI action handling 2025-06-07 23:59:07 +08:00
lilong.129 bd8cb5abf4 refactor: move MobileAction to option package and update imports
- Move MobileAction struct from uixt package to uixt/option package
- Delete uixt/driver_action.go file as MobileAction is now in option package
- Update all import statements across the codebase to use option.MobileAction
- Update ActionTool interface to use option.MobileAction in ConvertActionToCallToolRequest method
- Maintain backward compatibility while improving package organization
- Clean up code structure by consolidating action-related types in option package

Files affected:
- server/uixt.go: Updated imports and type references
- step.go: Updated imports and ActionResult struct
- step_ui.go: Updated all MobileAction references to option.MobileAction
- uixt/mcp_server.go: Updated ActionTool interface and removed detailed comments
- uixt/mcp_server_test.go: Updated all test cases to use option.MobileAction
- uixt/mcp_tools_*.go: Updated ConvertActionToCallToolRequest method signatures
- uixt/option/action.go: Added MobileAction struct definition
- uixt/sdk.go: Updated ExecuteAction method signature
2025-06-03 18:15:28 +08:00
lilong.129 866cc0e4d2 feat: implement MCP hooks integration with anti_risk option 2025-05-27 19:46:08 +08:00
lilong.129 7986c4899f refactor: move DoAction to MCP tools call 2025-05-25 08:10:57 +08:00
lilong.129 e107389d6e refactor: move uixt pkg 2025-03-05 11:04:02 +08:00
余泓铮 ef320a3947 feat: 支持tunnel, 优化server结构。 2025-02-19 20:26:20 +08:00
lilong.129 7abfb56661 change: add server ext 2025-02-18 20:46:27 +08:00
lilong.129 7183eae486 change: server 2025-02-18 20:22:07 +08:00
lilong.129 c6b0aefc56 refactor: move shoots related server to ext 2025-02-10 19:59:26 +08:00
lilong.129 a578e92e00 refacotr: move pkg/server to root 2025-02-06 11:28:34 +08:00