@midscene/core 0.29.4-beta-20250926035007.0 → 0.29.4

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.
@@ -186,7 +186,7 @@ function trimContextByViewport(execution) {
186
186
  }) : execution.tasks
187
187
  };
188
188
  }
189
- const getMidsceneVersion = ()=>"0.29.4-beta-20250926035007.0";
189
+ const getMidsceneVersion = ()=>"0.29.4";
190
190
  const parsePrompt = (prompt)=>{
191
191
  if ('string' == typeof prompt) return {
192
192
  textPrompt: prompt,