Commit Graph

17 Commits

Author SHA1 Message Date
lilong.129
758ece2998 change: update docs 2025-08-03 14:29:34 +08:00
debugtalk
c6f358ffca fix: convert AI tests from skip statements to build tags (#1783)
* fix: convert AI tests from skip statements to build tags

- Add //go:build localtest tag to uixt/ai/ai_test.go and examples/game/llk/main_test.go
- Remove environment-based skip statements and hasRequiredEnvVars functions
- Maintain consistency with existing build tag approach for mobile/device tests
- Prevents CI/CD failures when external AI services are not available

Co-authored-by: debugtalk <debugtalk@users.noreply.github.com>

* fix: add missing BoundBox type and field to Element struct

- Add BoundBox struct with X, Y, Width, Height fields
- Update Element struct to include BoundBox field
- Fix structural mismatch between test expectations and Go code
- Resolves CI compilation failures

Co-authored-by: debugtalk <debugtalk@users.noreply.github.com>

---------

Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
2025-08-03 11:43:21 +08:00
lilong.129
af40d082f7 change: update game examples 2025-07-06 10:38:50 +08:00
lilong.129
147942b34c change: update game examples 2025-07-05 17:04:48 +08:00
lilong.129
8492607fae fix: do not return error when timeout/timelimit for sleep tool 2025-07-04 21:01:40 +08:00
lilong.129
147020cbe5 feat: add time limit for StartToGoal 2025-07-04 14:23:09 +08:00
lilong.129
6d9f4fbeaa example: add zhuadae 2025-07-01 15:41:14 +08:00
lilong.129
0b588376dd example: add romantic_restaurant 2025-07-01 15:11:19 +08:00
lilong.129
0e8841fb9e example: add sudoku 2025-06-30 21:43:34 +08:00
lilong.129
59ca322dda change: update example yanglegeyang 2025-06-30 19:50:21 +08:00
lilong.129
3cd4e5b836 change: update examples 2025-06-30 16:11:55 +08:00
lilong.129
224f3af558 example: add yanglegeyang 2025-06-30 12:05:26 +08:00
lilong.129
191235e3f2 add examples 2025-06-25 20:17:27 +08:00
lilong.129
4522bb2dbf fix: examples 2025-06-24 15:36:19 +08:00
lilong.129
4050fc3ffc change: update example llk 2025-06-15 00:47:20 +08:00
lilong.129
b271e655b1 feat: add MCP plugin support and optimize AI service configuration
- Add UIXT runner with MCP plugin support
   - Refactor AI service options handling
   - Optimize configuration parsing for LLM and CV services
   - Update dependencies to latest versions
2025-06-13 20:24:57 +08:00
lilong.129
fb0418fa95 feat: add LianLianKan (连连看) game bot implementation
- Add complete LianLianKan game bot with AI-powered interface analysis
- Implement static analysis solver with 0-2 turn connection algorithms
- Support cross-platform game automation (Android, iOS, HarmonyOS, Browser)
- Include comprehensive test suite with real game data
- Add command line tool and documentation
- Integrate with HttpRunner @/uixt module and Doubao AI models
2025-06-12 17:51:23 +08:00