@codeam/shared 2.75.23 → 2.75.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -2980,6 +2980,9 @@ var USER_EVENTS = {
2980
2980
  PREVIEW_STOPPED: "preview_stopped",
2981
2981
  PREVIEW_ERROR: "preview_error",
2982
2982
  PREVIEW_PROGRESS: "preview_progress",
2983
+ /** The agent points at an element of the running preview (`highlight_element`
2984
+ * MCP tool) — the inspector client draws the agent's mark over it. */
2985
+ PREVIEW_AGENT_HIGHLIGHT: "preview_agent_highlight",
2983
2986
  BEADS_STATE_CHANGED: "beads_state_changed",
2984
2987
  BEADS_PROVISIONING: "beads_provisioning",
2985
2988
  BEADS_TEAM_MEMORY_CHANGED: "beads_team_memory_changed",