Jerry Yan q792602257
  • Joined on 2022-10-11
q792602257 pushed to master at q792602257/agentic-mobile-control 2026-07-15 21:08:43 +08:00
41006b098a feat(perception): sample OCR text foreground/background colors
q792602257 pushed to master at q792602257/agentic-mobile-control 2026-07-15 20:41:42 +08:00
f64f98834f Merge branch 'worktree-gesture-humanize': gesture primitives + humanize
9da73cc6e3 fix(humanize): preserve gaussian magnitude in jitter_point; unify swipe return shape
5a93651db7 feat(planner): expose long_press/double_tap to the AI planner
dda70940c0 feat(tools): humanize swipe into curved W3C path when enabled
865c163683 test(tools): assert tap humanize actually jitters coords
Compare 12 commits »
q792602257 pushed to master at q792602257/agentic-mobile-control 2026-07-15 19:49:25 +08:00
bd6b7e64e2 Merge branch 'worktree-task-cancellation': task cancellation feature
fd6365cf6e Add end-to-end cancellation path test and verify no regressions (task-cancellation 9.1-9.2)
1dd24825ca Document task cancellation latency in CLOUD_DEPLOYMENT.md (task-cancellation 8.1)
18f053e64b Add Host Agent local console task cancellation (task-cancellation 7.1-7.3)
4d04d7ac83 Add Cloud Console cancel action and cancelled status
Compare 13 commits »
q792602257 pushed to master at q792602257/agentic-mobile-control 2026-07-15 18:14:52 +08:00
d69be48f96 feat(planner): persist reusable action semantics
q792602257 pushed to master at q792602257/agentic-mobile-control 2026-07-15 18:11:51 +08:00
361dada276 feat(perception): surface accessibility interaction state on UI-tree elements
q792602257 pushed to master at q792602257/agentic-mobile-control 2026-07-15 18:01:34 +08:00
7c6cdc5b67 feat(host-agent): persist OCR/UI overlay toggle preference
q792602257 pushed to master at q792602257/agentic-mobile-control 2026-07-15 17:05:07 +08:00
a25542694d fix test
q792602257 pushed to master at q792602257/agentic-mobile-control 2026-07-15 16:52:20 +08:00
17a709c92f fix(perception): disable PaddleOCR doc-unwarping for screenshots
4046c9452d fix(deps): pin paddlepaddle below 3.3.0 to avoid OCR text corruption
Compare 2 commits »
q792602257 pushed to master at q792602257/agentic-mobile-control 2026-07-15 16:13:28 +08:00
7f439f0db5 fix(perception): reconcile points/pixels scale and stale overlay screenshot
q792602257 pushed to master at q792602257/agentic-mobile-control 2026-07-15 15:06:11 +08:00
c50ce1faec OCR不展开
q792602257 pushed to master at q792602257/agentic-mobile-control 2026-07-15 14:58:18 +08:00
701983ccdd config: increase max_steps limit from 20 to 999999
q792602257 pushed to master at q792602257/agentic-mobile-control 2026-07-15 14:40:31 +08:00
8162509158 feat(host-agent): persist UI-tree evidence and add overlay/action visualization
q792602257 pushed to master at q792602257/agentic-mobile-control 2026-07-15 13:44:48 +08:00
367fd0d412 fix(planner): allow rationale/thinking by using tool_choice=auto
q792602257 pushed to master at q792602257/agentic-mobile-control 2026-07-15 12:53:57 +08:00
24992fc9fb fix test
q792602257 pushed to master at q792602257/agentic-mobile-control 2026-07-15 12:43:27 +08:00
a5aeb8889c feat(runtime): add planner reflection history with rationale and thinking
96e403ee47 chore(openspec): archive task execution visibility
Compare 2 commits »
q792602257 pushed to master at q792602257/agentic-mobile-control 2026-07-15 11:47:41 +08:00
77d4813bb2 feat(host-agent): make execution history authoritative
q792602257 pushed to master at q792602257/agentic-mobile-control 2026-07-15 10:14:11 +08:00
ccde30e378 feat(runtime): capture step evidence in console
q792602257 pushed to master at q792602257/agentic-mobile-control 2026-07-15 10:05:04 +08:00
8d5b02e37f fix(perception): degrade to OCR-only when UI tree is unavailable
q792602257 pushed to master at q792602257/agentic-mobile-control 2026-07-15 09:43:57 +08:00
778af2da53 fix(cloud): align planner configuration and records
q792602257 pushed to master at q792602257/agentic-mobile-control 2026-07-15 08:11:38 +08:00
f8054cb58c chore(skills): docs + ruff format for skill-management-console