Commit 63e366f
feat: Appguide support (#22)
* intial support for appguide
Co-authored-by: Srinivasan Sekar <srinivasan.sekar1990@gmail.com>
* feat: polish CLI output — fun spinner verbs, step counter, cleaner logs
- Replace static "Reasoning…" spinner with randomly rotating fun verbs
(Brewing, Cogitating, Pondering, etc.) that change every 2.5s
- Add step counter to spinner detail: (1/30 · vision · thinking on · model)
- Move verbose debug output behind MCP_DEBUG=1 flag:
- Episodic memory status bullets
- AppGuide injection/active bullets
- "Pulling UI state" / "Consulting agent" bullets
- LLM reasoning text (streaming and static)
- Remove misleading static 0/30 progress bar from goal box
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: Srinivasan Sekar <srinivasan.sekar1990@gmail.com>
* feat: AppGuide planner integration, long press support, vision and flow improvements
- Thread AppGuide through planner and orchestrator for app-aware goal decomposition
- Add find_and_long_press meta-tool with vision and DOM mode support
- Migrate appium_click calls to appium_gesture for consistency
- Improve vision coordinate scaling with async screen size fetch
- Add natural language long_press step parsing in YAML flows
- Enhance preprocessor with appId tracking for AppGuide
- Update prompts with AppGuide context injection
- Various fixes across MCP client, device session, and flow execution
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: Srinivasan Sekar <srinivasan.sekar1990@gmail.com>
* fix: flows taps
Co-authored-by: Srinivasan Sekar <srinivasan.sekar1990@gmail.com>
* feat: pre-download WDA in CI before iOS simulator runs
Downloads prebuilt WebDriverAgentRunner via authenticated GitHub API
(5000/hr limit) and sets APPIUM_MCP_WDA_APP_PATH so appium-mcp skips
the in-process download entirely. Applied to both root action.yml
(marketplace) and github-action/action.yml.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: Srinivasan Sekar <srinivasan.sekar1990@gmail.com>
* fix: boot ios simulator
Co-authored-by: Srinivasan Sekar <srinivasan.sekar1990@gmail.com>
* fix: iOS sim boot
Co-authored-by: Srinivasan Sekar <srinivasan.sekar1990@gmail.com>
* fix: build error
Co-authored-by: Srinivasan Sekar <srinivasan.sekar1990@gmail.com>
* fix: update to latest mcp server
Co-authored-by: Srinivasan Sekar <srinivasan.sekar1990@gmail.com>
* fix: device picker in CI when already flag is given
Co-authored-by: Srinivasan Sekar <srinivasan.sekar1990@gmail.com>
* fix: try adding appium-mcp as dependency
Co-authored-by: Srinivasan Sekar <srinivasan.sekar1990@gmail.com>
* fix: action yml opts
Co-authored-by: Srinivasan Sekar <srinivasan.sekar1990@gmail.com>
* fix; actions yml for ios
Co-authored-by: Srinivasan Sekar <srinivasan.sekar1990@gmail.com>
* fix: skip the ios yaml
Co-authored-by: Srinivasan Sekar <srinivasan.sekar1990@gmail.com>
---------
Co-authored-by: Srinivasan Sekar <srinivasan.sekar1990@gmail.com>1 parent d0451e3 commit 63e366f
46 files changed
Lines changed: 1505 additions & 624 deletions
File tree
- .github/workflows
- github-action
- examples
- landing
- src
- agent
- appguides
- device
- explorer
- flow
- llm
- mcp
- memory
- playground
- recording
- skills
- ui
- vision
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
| 90 | + | |
89 | 91 | | |
90 | 92 | | |
91 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
55 | 89 | | |
56 | 90 | | |
57 | 91 | | |
| |||
191 | 225 | | |
192 | 226 | | |
193 | 227 | | |
194 | | - | |
| 228 | + | |
195 | 229 | | |
196 | 230 | | |
197 | 231 | | |
| |||
212 | 246 | | |
213 | 247 | | |
214 | 248 | | |
215 | | - | |
| 249 | + | |
216 | 250 | | |
217 | 251 | | |
218 | 252 | | |
| |||
243 | 277 | | |
244 | 278 | | |
245 | 279 | | |
246 | | - | |
| 280 | + | |
247 | 281 | | |
248 | 282 | | |
249 | 283 | | |
| |||
265 | 299 | | |
266 | 300 | | |
267 | 301 | | |
268 | | - | |
| 302 | + | |
269 | 303 | | |
270 | 304 | | |
271 | 305 | | |
| |||
279 | 313 | | |
280 | 314 | | |
281 | 315 | | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
282 | 398 | | |
283 | 399 | | |
284 | 400 | | |
| |||
287 | 403 | | |
288 | 404 | | |
289 | 405 | | |
290 | | - | |
| 406 | + | |
291 | 407 | | |
292 | 408 | | |
293 | 409 | | |
294 | 410 | | |
295 | | - | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
296 | 415 | | |
297 | 416 | | |
298 | 417 | | |
| |||
303 | 422 | | |
304 | 423 | | |
305 | 424 | | |
306 | | - | |
| 425 | + | |
307 | 426 | | |
308 | 427 | | |
309 | 428 | | |
310 | 429 | | |
311 | | - | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
312 | 434 | | |
313 | 435 | | |
314 | 436 | | |
| |||
0 commit comments