You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@
17
17
- Update UI automation guard guidance to point at `debug_continue` when paused.
18
18
- Fix tool loading bugs in static tool registration.
19
19
- Fix xcodemake command argument corruption when project directory path appears as substring in non-path arguments.
20
+
- Fix snapshot_ui warning state being isolated per UI automation tool, causing false warnings.
20
21
21
22
## [1.16.0] - 2025-12-30
22
23
- Remove dynamic tool discovery (`discover_tools`) and `XCODEBUILDMCP_DYNAMIC_TOOLS`. Use `XCODEBUILDMCP_ENABLED_WORKFLOWS` to limit startup tool registration.
return`Warning: snapshot_ui was last called ${secondsAgo} seconds ago. Consider refreshing UI coordinates with snapshot_ui instead of using potentially stale coordinates.`;
175
-
}
176
-
177
-
returnnull;
178
-
}
179
-
180
157
// Helper function for executing axe commands (inlined from src/tools/axe/index.ts)
return`Warning: snapshot_ui was last called ${secondsAgo} seconds ago. Consider refreshing UI coordinates with snapshot_ui instead of using potentially stale coordinates.`;
return`Warning: snapshot_ui was last called ${secondsAgo} seconds ago. Consider refreshing UI coordinates with snapshot_ui instead of using potentially stale coordinates.`;
192
-
}
193
-
194
-
returnnull;
195
-
}
196
-
197
174
// Helper function for executing axe commands (inlined from src/tools/axe/index.ts)
return`Warning: snapshot_ui was last called ${secondsAgo} seconds ago. Consider refreshing UI coordinates with snapshot_ui instead of using potentially stale coordinates.`;
107
-
}
108
-
109
-
returnnull;
110
-
}
111
-
112
94
exportasyncfunctiontapLogic(
113
95
params: TapParams,
114
96
executor: CommandExecutor,
@@ -167,7 +149,7 @@ export async function tapLogic(
return`Warning: snapshot_ui was last called ${secondsAgo} seconds ago. Consider refreshing UI coordinates with snapshot_ui instead of using potentially stale coordinates.`;
169
-
}
170
-
171
-
returnnull;
172
-
}
173
-
174
151
// Helper function for executing axe commands (inlined from src/tools/axe/index.ts)
0 commit comments