feat(hooks): add get_indicator_state and verify thinking/live markers
This commit is contained in:
@@ -114,3 +114,9 @@ class ApiHookClient:
|
||||
"action": "click",
|
||||
"item": item
|
||||
})
|
||||
|
||||
def get_indicator_state(self, tag):
|
||||
"""Checks if an indicator is shown."""
|
||||
# This requires a new API endpoint or using an existing one that returns GUI state.
|
||||
# Let's check if /api/gui GET exists.
|
||||
return self._make_request('GET', f'/api/gui/state/{tag}')
|
||||
|
||||
Reference in New Issue
Block a user