Skip to content

Conversation

@AidanAbd
Copy link
Contributor

@AidanAbd AidanAbd commented Jan 6, 2026

No description provided.

Copy link
Contributor

@t-proctor t-proctor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm


msg_type = msg.get("type")
if msg_type == "init":
local_storage = msg.get("local_storage")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just double-checking, the headless websocket init will never have this field, right?

if msg_type == "agent_action":
force_backend = msg.get("params", {}).get("force_backend", False)

if action in {"smart_ui_spotlight", "h5_open_image_aligner"}:
Copy link
Contributor

@t-proctor t-proctor Jan 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe also consider other h5 tools that are in local storage only

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants