@midscene/core 0.27.2-beta-20250825025215.0 → 0.27.3-beta-20250825082408.0
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/es/agent/utils.mjs +1 -1
- package/dist/es/utils.mjs +2 -2
- package/dist/lib/agent/utils.js +1 -1
- package/dist/lib/utils.js +2 -2
- package/package.json +3 -3
package/dist/lib/agent/utils.js
CHANGED
|
@@ -189,7 +189,7 @@ function trimContextByViewport(execution) {
|
|
|
189
189
|
}) : execution.tasks
|
|
190
190
|
};
|
|
191
191
|
}
|
|
192
|
-
const getMidsceneVersion = ()=>"0.27.
|
|
192
|
+
const getMidsceneVersion = ()=>"0.27.3-beta-20250825082408.0";
|
|
193
193
|
const parsePrompt = (prompt)=>{
|
|
194
194
|
if ('string' == typeof prompt) return {
|
|
195
195
|
textPrompt: prompt,
|